You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
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
Q&A over Internal Documents
Generation of resolution for New Tickets based on previous similar Ticket
Data Analytics on previously reported tickets
Data Format:
Tickets are stored in CSV format and contain around 10K rows
Sample schema of CSV:
Number
Description
Resolution
Assigned
Tags
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
Beta Was this translation helpful? Give feedback.
All reactions