Update README.md

This commit is contained in:
shiroyasha13
2024-05-19 20:28:41 +05:30
committed by GitHub
parent 0f6871d5ca
commit 0c93606c9c

View File

@@ -1,2 +1,4 @@
# Advanced-LangChain-RAG
Local Rag using LangChain+Groq+Ollama
##### Only handled single document query scenarios, questions like "what is the average rate of a ML engineer across vendors by the smple service corp" has not been handled yet. We will connect to DB where these info are available, but we can also handle this using documents itself with the help of query decomposition and successive querying strategies(thought chain with user infused logic). Will update this repo later.