← All concepts

rag

4 articles · 15 co-occurring · 1 contradictions · 0 briefs

Reranking is a post-retrieval refinement step within the RAG pipeline. Both Cohere Rerank and cross-encoders are explicit RAG optimization tools.

@IntuitMachine: It is a bad trend that influencers post about trending events but deliberate...

Perez explicitly positions LLM Wiki as solving RAG's fundamental limitation: stateless re-retrieval. RAG is reactive/per-query; LLM Wiki is proactive/compiling.

Reranking is a post-retrieval refinement step within the RAG pipeline. Both Cohere Rerank and cross-encoders are explicit RAG optimization tools.

Perez explicitly positions LLM Wiki as solving RAG's fundamental limitation: stateless re-retrieval. RAG is reactive/per-query; LLM Wiki is proactive/compiling.

Article mentions RAG as one of LangChain's core capabilities, but does not discuss retrieval ranking, context window constraints, or how to structure retrieved context for coherence.

The pattern of 'save annotated pages as artifacts to knowledge base' is essentially describing a personal RAG system where source annotations become the retrieval corpus for future queries.

query this concept
$ db.articles("rag")
$ db.cooccurrence("rag")
$ db.contradictions("rag")