SurfSense/surfsense_backend/app/config
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 refactor(embedding-cache): rename index cache to embedding cache 2026-06-12 17:00:01 +02:00
global_llm_config.example.yaml feat: upgrade MiniMax default model to M3 2026-06-02 01:48:11 +08:00
model_list_fallback.json feat: added improved llm model selector 2026-02-20 14:28:01 -08:00
uvicorn.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
vision_model_list_fallback.json Add dynamic vision model list from OpenRouter with combobox selector 2026-04-07 23:39:52 +02:00