mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| rag | ||
| base_vector_store_test.py | ||
| conftest.py | ||
| test_azure_ai_vector_store.py | ||
| test_azure_vector_store.py | ||
| test_bedrock_vector_store.py | ||
| test_milvus_vector_store.py | ||
| test_openai_vector_store.py | ||
| test_vertex_ai_search_api_vector_store.py | ||
| test_vertex_ai_vector_store.py | ||