docs/how_to/sql_csv/ #28468
Replies: 1 comment
-
Excellent! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/how_to/sql_csv/
LLMs are great for building question-answering systems over various types of data sources. In this section we'll go over how to build Q&A systems over data stored in a CSV file(s). Like working with SQL databases, the key to working with CSV files is to give an LLM access to tools for querying and interacting with the data. The two main ways to do this are to either:
https://python.langchain.com/docs/how_to/sql_csv/
Beta Was this translation helpful? Give feedback.
All reactions