mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 09:06:18 +00:00
f8d6a6edb9
* fix(managed_files.py): don't raise error if managed object is not found * feat(vector_stores): add azure ai search vector store support Enables direct querying a vector store on azure * fix(azure/vector_stores): working azure ai search api vector stores allows azure direct querying on vector stores * test: update env vars * docs(docs/): document new azure ai vector store search * docs(azure_ai_vector_stores.md): add table * docs: clarify support for 'create' vector stores * fix(vector_stores/endpoints.py): Fixes https://github.com/BerriAI/litellm/issues/14606 * fix: fix linting errors