In this pilot course, you'll build a Naive RAG-based question-answer agent that supports the following HTML documents:
Understanding Naive RAG architecture is the first step towards understanding more advanced architectures and techniques appropriate for production settings.
.
├── query_qa_rag_agent.ipynb # The end result you want
├── 1 dev machine setup.ipynb # Start here
├── 2 indexer.ipynb # Tutorial 2
├── 3 retriever.ipynb # Tutorial 3
├── 4 generator.ipynb # Tutorial 4
├── 5 summary.ipynb # Tutorial 5
├── LICENSE
├── README.md
├── cheat_code # Completed version of the workshop tutorial code
├── requirements.txt
└── workshop_code # Code that you'll edit for the tutorials