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
test_azure_vector_store.py
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
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