2 repository-uri
The process of managing and removing irrelevant segments from retrieved documents before injection into the context window.
Distinct from Context Window Optimizations: Distinct from general context window optimization as it specifically targets the pruning of retrieved RAG documents.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · RAG Context Pruning. Refine with filters or upvote what's useful.
Context-Engineering is a prompt engineering framework and cognitive architecture for large language models. It provides a set of patterns and methodologies for designing structured prompts and modular reasoning flows that decompose complex tasks into specialized, step-by-step problem solving templates. The project distinguishes itself through stateful prompt management and context window optimization. It maintains persistent memory across multiple interaction turns by compressing conversation history into compact internal state cells and employs techniques to maximize information density per
Manages and prunes retrieved documents to reduce hallucinations and optimize token consumption in RAG pipelines.
Inspects and filters retrieved chunks before they are used to prompt an LLM in RAG pipelines.