This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
litellm
Watch
1
Star
0
Fork
0
You've already forked litellm
mirror of
https://github.com/tiennm99/litellm.git
synced
2026-06-18 05:28:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce113f4e4b61160d2c06e2ea7d53fa3121fbb683
litellm
/
tests
/
vector_store_tests
T
History
Sameer Kankute
8eaabb4ad7
Add vector store support for ragflow
2025-12-03 15:29:47 +05:30
..
rag
[Feat] LiteLLM RAG API - Add support for Vertex RAG engine (
#17117
)
2025-11-26 15:49:04 -08:00
base_vector_store_test.py
fix: use fastuuid helper (
#14903
)
2025-09-25 15:47:01 -07:00
conftest.py
…
test_azure_ai_vector_store.py
fix(managed_files.py): don't raise error if managed object is not found + (Feat) Azure AI - Search Vector Stores + (Fix) Batches - “User default_user_id does not have access to the object” when object not in db + (fix) Vector Stores - show config.yaml vector stores on UI (
#15873
)
2025-10-25 12:06:24 -07:00
test_azure_vector_store.py
TestAzureOpenAIVectorStore
2025-10-25 14:06:28 -07:00
test_bedrock_vector_store.py
…
test_gemini_vector_store.py
Add gemini file search support
2025-11-26 11:17:30 +05:30
test_milvus_vector_store.py
(feat) Milvus - search vector store support + (fix) Passthrough Endpoints - support multi-part form data on passthrough (
#16035
)
2025-11-01 12:00:29 -07:00
test_openai_vector_store.py
…
test_ragflow_vector_store.py
Add vector store support for ragflow
2025-12-03 15:29:47 +05:30
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
…