Module cache

Module cache 

Source
Expand description

Embedding cache for avoiding redundant computations.

This module provides a simple LRU cache for embeddings based on content hashes.

Structsยง

CacheEntry ๐Ÿ”’
A cached embedding entry.
CacheStats
Cache statistics.
EmbeddingCache
Embedding cache with LRU eviction.

Constantsยง

DEFAULT_CACHE_SIZE ๐Ÿ”’
Maximum number of entries in the cache.