RAG system. Day 2: Setup.Three tools. One goal.pip install langchain anthropic chromadb→ LangChain: orchestrates the pipeline→ Claude API: generates answers from retrieved context→ ChromaDB: stores and retrieves vector embeddings locallyNext step: load the Oscars dataset from Kaggle — 95 years of winners, nominations, box office. Turn it into chunks. Create embeddings. Store in ChromaDB.Day 3 tomorrow: indexing the data.GitHub repo published on Day 5.#RAG #LangChain #Python #AI #LLM
RAG system. Day 2: Setup.Three tools. One goal.pip install langchain anthropic chromadb→ LangChain: orchestrates the pip...