» Tag
retrieval
6 postsAgentic RAG Requires a Search Budget: Stop Endless Retrieval Loops
Agentic RAG emphasizes the importance of establishing a search budget and stop conditions while offering flexible retrieval capabilities.
Cogni: MCP Memory for LLMs Without LLM in the Retrieval Path
Cogni enhances LLMs with connected memory, enabling efficient reasoning and retrieval without relying on LLMs during the process.
Better Embeddings Won’t Fix Missing Provenance in RAG
Explore how missing provenance can lead to inaccuracies in retrieval systems, despite better embeddings.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comCoalent: An LLM Answer Cache That Invalidates When Source Changes
Coalent offers an LLM answer cache that automatically invalidates when sources change.
Multi-Vector (Late Interaction) Embedding Models with Sentence Transformers
The v6.0 update of Sentence Transformers introduces MultiVectorEncoder for enhanced late interaction retrieval.
When GraphRAG Is Overkill: A Break-Even Test for RAG and Graphs
Explore the importance of question classification in evaluating GraphRAG's effectiveness and cost. Discover the balance between point lookups and complex relationships.