Tag: ChromaDB
All the articles with the tag "ChromaDB".
-
Know Your RAG — Building an Evaluation Dataset for Public Health RAG Systems
Build a domain-specific RAG evaluation dataset from public health literature using the Know Your RAG framework — LLM-generated questions, critique filtering, and RAGAS benchmarking of Agentic vs Naive RAG pipelines.
-
Build an AI Literature Review Tool with RAG and LLM Debate Ranking
Build a cost-effective AI literature review tool using RAG, BM25 hybrid retrieval, and debate-style LLM ranking — based on the LitLLM paper, with a working CLI and web app.
-
Evaluating Agentic RAG Systems - A Practical Guide with PubMedQA
Practical guide to evaluating agentic RAG on PubMedQA using RAGAS — covering context precision, faithfulness, answer correctness, and exact match with ChromaDB vector store.
-
Evidence-First AI - Implementing Agentic RAG with OpenAI Agents SDK
Updated:Build a PaperQA-inspired agentic RAG system using OpenAI Agents SDK — multi-agent orchestration, semantic search with ChromaDB, ReAct pattern, and LLM-as-judge reranking.