How to deal with structured data
- We have data in a structured form that could be database tables or excel or csv data
- To build a RAG on this
Solution 1: Natural language support to structured data
-
IN this approach we will not be using vector database.
-
SQL Agent is supported by langchain Refer Here
-
Refer Here for sql and csv data.
