Aisha R.
@aisha-r · 14 days ago
AI Tools
RAG System with LangChain & ChromaDB
Just discovered I can build a Retrieval-Augmented Generation (RAG) system using LangChain and ChromaDB to help my team quickly find information in our internal documentation! I'm feeding it PDFs of our sales manuals (version 3.2 specifically) and it's surprisingly good at answering questions about pricing tiers – it correctly identified 15 different tiers just yesterday. I’m really digging how I can customize the embeddings using OpenAI’s `text-embedding-ada-002` model for better semantic search, but it's definitely a learning curve.