mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
- vector_store_registry: load_vector_stores_from_config now reconciles markers on reload — any previously-config-loaded id absent from the new config is dropped from both the registry and the marker set, so stores removed from config.yaml stop being protected on the next reload (per Greptile review). - Use add_vector_store_to_registry (idempotent by id) inside the load path so reloads don't duplicate entries. - Move new tests into tests/test_litellm/vector_stores/, which is already invoked by the "vector-stores / Run tests" shard, fixing the assert-ci-coverage failure. Adds coverage for reload eviction and reload idempotency. |
||
|---|---|---|
| .. | ||
| rag | ||
| base_vector_store_test.py | ||
| conftest.py | ||
| test_azure_ai_vector_store.py | ||
| test_azure_vector_store.py | ||
| test_bedrock_vector_store.py | ||
| test_gemini_vector_store.py | ||
| test_milvus_vector_store.py | ||
| test_openai_vector_store.py | ||
| test_ragflow_vector_store.py | ||
| test_s3_vectors_vector_store.py | ||
| test_vertex_ai_search_api_vector_store.py | ||
| test_vertex_ai_vector_store.py | ||