SurfSense/surfsense_backend/app/indexing_pipeline/cache/persistence
CREDO23 91d947ff79 refactor(embedding-cache): rename index cache to embedding cache
The cached payload is the indexing pipeline's embeddings (markdown is
chunked then embedded), so "embedding cache" names the expensive output
directly and removes the "index" ambiguity (DB index vs vector index vs
indexing phase). Renames the service, settings, eligibility, eviction
task, metrics, config flags (INDEX_CACHE_* -> EMBEDDING_CACHE_*), object
prefix, and the table (index_cache_embedding_sets -> embedding_cache_sets)
with its constraint and indexes. Migration 161 renamed accordingly.
2026-06-12 17:00:01 +02:00
..
__init__.py feat(index-cache): add cached embedding set table and repository 2026-06-12 16:48:01 +02:00
models.py refactor(embedding-cache): rename index cache to embedding cache 2026-06-12 17:00:01 +02:00
repository.py refactor(embedding-cache): rename index cache to embedding cache 2026-06-12 17:00:01 +02:00