RAG chatbot that accurately answers questions by searching documents passed by user
Date
February 12, 2024
My Role
Developer
RAG chatbot that accurately answers questions by searching documents passed by user
Utilizing the LangChain framework1, I made use of the Retrieval Augumented Generation workflow2 to make a personalized chatbot proficient in accurately answering questions by accessing information in its vector store.
View source code on Github