Sameer Kankute
|
9e02fd065a
|
Add support for vertex ai for rag/ingest
|
2026-02-13 20:11:10 +05:30 |
|
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 |
|
Ishaan Jaff
|
deb8d16967
|
[Feat] Add new Rag Search API / Query API with rerankers (#18217)
* init RAGQueryRequest
* init RAGQuery
* fix query
* fix _execute_query_pipeline
* TestRAGOpenAI
|
2025-12-19 19:05:07 +05:30 |
|
Ishaan Jaff
|
379655e16b
|
[Feat] LiteLLM RAG API - Add support for Vertex RAG engine (#17117)
* add VertexAIVectorStoreOptions
* Revert "add VertexAIVectorStoreOptions"
This reverts commit b086adf10b122a72abc7071dce5a7061f456f575.
* add VertexAIVectorStoreOptions
* add get_rag_ingestion_class
* add VertexAIRAGTransformation
* test ingestion
* docs vertex ai rag engine
|
2025-11-26 15:49:04 -08:00 |
|
Ishaan Jaff
|
5c192a23c3
|
[Feat] Add new RAG API on LiteLLM AI Gateway (#17109)
* init RAG api types
* add RAG endpoints
* init main.py for RAG ingest API
* init RecursiveCharacterTextSplitter
* add BaseRAGIngestion
* fix OpenAIRAGIngestion
* fix img handler
* init OpenAIRAGIngestion
* init BedrockRAGIngestion
* init BedrockRAGIngestion
* init rag tests
* init BedrockVectorStoreOptions
* implement BedrockRAGIngestion
* add BaseRAGAPI
* add endpoint for RAG ingest
* add ingest RAG endpoints
* add test doc
* add parse_rag_ingest_request
* update endpoints
* docs add docs for new RAG API
* fix qa check
* fix linting
* docs ficx
* docs
* add max depth checks
* docs anthropic
|
2025-11-25 17:54:29 -08:00 |
|