procedure
Pinterest's RAG-based table selection system operates by generating a vector index of table summaries, transforming user questions into embeddings, conducting a similarity search to infer the top N suitable tables, using an LLM to select the top K most suitable tables, and finally creating a text-to-SQL prompt to generate the response.

Authors

Sources

Referenced by nodes (1)