* feat(milvus/): initial commit adding milvus vector store support to LiteLLM allows querying milvus vector store through litellm * feat(bedrock/vector_stores): support translating openai filters param to aws kb adds filtering to aws kb * feat(milvus/): add milvus vector store unified search support allows calling milvus vector store in through chat completions * docs(milvus_vector_stores.md): document new milvus vector search integration * feat(pass_through_endpoints.py): support passing form data through to a passthrough endpoint Closes LIT-1147 * fix: fix linting errors |
||
|---|---|---|
| .. | ||
| base_vector_store_test.py | ||
| conftest.py | ||
| test_azure_ai_vector_store.py | ||
| test_azure_vector_store.py | ||
| test_bedrock_vector_store.py | ||
| test_milvus_vector_store.py | ||
| test_openai_vector_store.py | ||
| test_vertex_ai_search_api_vector_store.py | ||
| test_vertex_ai_vector_store.py | ||