mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
b02be1ba70
* 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