litellm/tests/vector_store_tests
Ishaan Jaff fe444f3ed5
[Feat] RAG API - Add support for using s3 Vectors as Vector Store Provider for /rag/ingest (#19888)
* init S3VectorsRAGIngestion as a supported ingestion provider for RAG API

* test: TestRAGS3Vectors

* init S3VectorsVectorStoreOptions

* init s3 vectors

* code clean up + QA

* fix: get_credentials

* S3VectorsRAGIngestion

* TestRAGS3Vectors

* docs: AWS S3 Vectors

* add asyncio QA checks

* fix: S3_VECTORS_DEFAULT_DIMENSION
2026-01-27 14:45:26 -08:00
..
rag [Feat] RAG API - Add support for using s3 Vectors as Vector Store Provider for /rag/ingest (#19888) 2026-01-27 14:45:26 -08:00
base_vector_store_test.py
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
test_vertex_ai_vector_store.py