litellm/tests/vector_store_tests
KK-MCP 30cdbd4d9e address review: reload-safe markers, tests in CI path
- 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.
2026-08-25 13:27:53 -07:00
..
rag test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
base_vector_store_test.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
conftest.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_azure_ai_vector_store.py test: update test apis 2026-03-28 18:57:27 -07:00
test_azure_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_bedrock_vector_store.py Revert "chore(tests): migrate Bedrock CI to AWS account 941277531214 (#28728)" (#29326) 2026-05-30 11:26:24 -07:00
test_gemini_vector_store.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_milvus_vector_store.py fix: drop milvus dbName and partitionNames from MILVUS_OPTIONAL_PARAMS 2026-04-30 11:51:32 -07:00
test_openai_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_ragflow_vector_store.py test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
test_s3_vectors_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_vertex_ai_search_api_vector_store.py (feat) Vector Stores: support Vertex AI Search API as vector store through LiteLLM (#15781) 2025-10-22 18:56:36 -07:00
test_vertex_ai_vector_store.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00