Practical RAG
- Lets build a RAG for question and answering over KB Articles
- Refer Here for the data in raw form
- Install the following packages
uv add langchain langchain-community langchain[google-vertexai] tqdm unstructured libmagic langchain-text-splitters langchain-chroma
- For loading the data we will be using directory loader
- Refer Here for the notebook with further steps.
