mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Resolves two conflicts: - tests/test_litellm/vector_stores/test_main.py: staging moved search() to a RouterVectorStoreEmbeddingExecutor while this branch parametrized the same test over query; keep both the executor assertions and the parametrize. - tests/logging_callback_tests/test_bedrock_knowledgebase_hook.py: staging carries a duplicate embedding_executor kwarg that makes the file a SyntaxError; drop the trailing duplicate. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_main.py | ||
| test_vector_store_create_provider_logic.py | ||
| test_vector_store_registry.py | ||