District-Administration-Varanasi / document-chatbot

1 stars 13 forks source link

chatbot using langchain and rag #11

Open Gargidhawan opened 5 months ago

Gargidhawan commented 5 months ago

I have used Langchain library and that's great for generative AI tasks, helping with language generation and understanding.

Then there's ChromaDB, which acts as a vector store and database. It's efficient for storing and retrieving vectors. I integrated ChromaDB into our search tool, making it robust and scalable for managing vector representations of PDF documents, resulting in faster and more accurate searches.

Lastly, I used an Open Source LLM (Language Model) for question-answering capabilities within our search tool. With the LLM, we can process user queries and extract relevant information from PDF documents, providing precise and context-aware answers."