SurfSense/surfsense_backend/app/indexing_pipeline/cache
2026-06-12 16:48:18 +02:00
..
eviction feat(index-cache): add TTL/size eviction task and daily schedule 2026-06-12 16:48:18 +02:00
persistence feat(index-cache): add cached embedding set table and repository 2026-06-12 16:48:01 +02:00
schemas feat(index-cache): add embedding set value objects 2026-06-12 16:48:01 +02:00
storage feat(index-cache): add embedding blob store sharing the cache backend 2026-06-12 16:48:01 +02:00
__init__.py feat(index-cache): serve chunk embeddings from cache during indexing 2026-06-12 16:48:18 +02:00
cached_indexing.py feat(index-cache): serve chunk embeddings from cache during indexing 2026-06-12 16:48:18 +02:00
eligibility.py feat(index-cache): add settings, eligibility, and config flags 2026-06-12 16:48:10 +02:00
serialization.py feat(index-cache): add pickle-free blob serialization 2026-06-12 16:48:01 +02:00
service.py feat(index-cache): add recall/remember service 2026-06-12 16:48:10 +02:00
settings.py feat(index-cache): add settings, eligibility, and config flags 2026-06-12 16:48:10 +02:00