WEEK 5 ASSIGNMENT β MINI RAG CHATBOT (RECOMMENDED) Since there is no ready assignment, this is a recommended task suitable for the bootcamp. π Assignment Description Each student / group will: Choose at least 3 documents (PDF / txt / markdown) Build a simple RAG chatbot π Assignment Sections 1οΈβ£ Document Preparation Apply chunking Generate embeddings 2οΈβ£ Retrieval Use a Vector DB ( Chroma) Show top-k retrieval 3οΈβ£ LLM Integration Context + user query Generate the answer 4οΈβ£ Analysis Is there hallucination? How does the output change when context is given? π Submission Format Notebook Short README 5β7 minute demo / explanation π― Skills Gained at the End of Week 5 π Theoretical β What is RAG and why it is needed? β Embedding logic β How vector databases work β Context & memory management π§ͺ Practical β Build a simple RAG pipeline β Use a Vector DB β Reduce hallucination β Develop a mini chatbot