Skip to content
#

contextual-retrieval

Here are 25 public repositories matching this topic...

Production-grade RAG over Chip Huyen's "AI Engineering" book and blog. Every answer cites its exact source passage and is re-checked by a local NLI model — when evidence is missing, the system declines to answer. Hybrid retrieval (BM25 + embeddings + RRF), reranking, contextual retrieval, and a CI gate that re-checks quality on every push.

  • Updated Jul 17, 2026
  • Python

Rigorous evaluation of contextual retrieval techniques on FinanceBench: comparing 5 embedders × 4 chunking strategies with bootstrapped confidence intervals on FinMTEB and FinanceBench.

  • Updated May 12, 2026
  • Jupyter Notebook

Slack Q&A bot template — ingests Slack threads + markdown docs into Pinecone, then an n8n workflow retrieves, re-ranks on metadata, and posts answers back in-thread. Includes contextual retrieval and an eval harness.

  • Updated Jun 9, 2026
  • Python

Production-grade RAG service: async document ingestion, hybrid retrieval + reranking, multi-tenant ACL isolation via JWT, guardrails, a two-tier Redis semantic cache, and a Langfuse-native eval harness with a bootstrap-CI regression gate. Framework-free core behind swappable Protocol interfaces.

  • Updated Jul 27, 2026
  • Python

Improve this page

Add a description, image, and links to the contextual-retrieval topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contextual-retrieval topic, visit your repo's landing page and select "manage topics."

Learn more