umbertogriffo / rag-chatbot

RAG (Retrieval-augmented generation) ChatBot that provides answers based on contextual information extracted from a collection of Markdown files.
Apache License 2.0
174 stars 35 forks source link

refactor: get rid of Langchain for document chunking and querying the Vector Database #9

Open umbertogriffo opened 1 month ago

umbertogriffo commented 1 month ago

We were using Langchain to chunk documents and query the Vector Database. We decided to grab and refactor the code we needed to eliminate this dependency.

References: