1 repo
Mechanisms for storing and retrieving intermediate computation results to optimize performance and reduce redundant processing.
Distinguishing note: Focuses specifically on data pipeline and transformation caching rather than general-purpose HTTP or application-level caching.
Explore 1 awesome GitHub repository matching data & databases · Caching Utilities. Refine with filters or upvote what's useful.
LlamaIndex is a comprehensive development framework designed to connect private or external data sources to large language models. It functions as a data-centric toolkit that enables the construction of retrieval-augmented generation systems, allowing developers to build applications that provide context-aware answers based on specific organizational information. The project distinguishes itself through a robust agentic orchestration engine that supports the creation of autonomous agents capable of multi-step reasoning, memory management, and complex tool execution. Beyond simple retrieval, i
Optimizes data processing workflows by caching transformation results to avoid redundant computation during pipeline execution.