This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Effective use of Azure AI search for CSV data #146
Unanswered
Adithiya G (AdithiyaG)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Team, Need your expertise in solving my problem.
I'm building a RAG application which uses AOAI as a chat model, Azure AI search as a vector database and Langchain as an orchestrator.
Features of the application
Data Format:
Tickets are stored in CSV format and contain around 10K rows
Sample schema of CSV:
Question:
For both 1 & 2 feature naive RAG architecture gives an appropriate response
For 3rd feature,
I'm retrieving all documents from Index for every user question and performing pandas queries using an agent.
I feel this is not an effective method.
Is there any way I can tackle this problem using Azure AI search?
Thanks in Advance for response
All reactions