Alexsander Hamir and GitHub
eaa04cd8ce
fix: use fastuuid helper ( #14903 )
...
* fix: use fastuuid helper across the codebase
First batch of changes, simple drop in replacement.
* second batch of changes
* fixed: script mistake on helper file
2025-09-25 15:47:01 -07:00
Ishaan Jaff and GitHub
56ac778316
[Bug Fix] Bedrock KB - Using LiteLLM Managed Credentials for Query ( #13787 )
...
* fix: add get_credentials_for_vector_store
* test_search_uses_registry_credentials
* test_bedrock_search_with_credentials_managed_registry
2025-08-19 15:39:36 -07:00
Ishaan Jaff and GitHub
81eb2fdd30
[Feat] UI Vector Stores - Allow adding Vertex RAG Engine, OpenAI, Azure ( #12752 )
...
* fix _pass_through_endpoint_without_required_model
* add get_litellm_managed_vector_store_from_registry
* undo router change
* fix for using router + vector search methods
* add simple helper for _update_request_data_with_litellm_managed_vector_store_registry
* add vector_stores routes
* test_router_avector_store_search_passes_correct_args
* [Feat] UI - Allow clicking into Vector Stores (#12741 )
* Add View Vector Store
* add /info for vector store
* fix updated_at
* allow easily testing the KB on litellm
* fix
* rename test
* test_init_vector_store_api_endpoints
* add get_vertex_ai_project
* fixes to vertex transformation for RAG Engine
* fix vectorStoreProviderFields
* Add Vertex Rag engine
* add oai, azure
* fix validate_environment
* fix provider name
* fix tester
* working vertex vector store
2025-07-18 18:25:26 -07:00
Ishaan Jaff and GitHub
5802a5bbe3
[Feat] LLM API Endpoint - Expose OpenAI Compatible /vector_stores/{vector_store_id}/search endpoint ( #12749 )
...
* fix _pass_through_endpoint_without_required_model
* add get_litellm_managed_vector_store_from_registry
* undo router change
* fix for using router + vector search methods
* add simple helper for _update_request_data_with_litellm_managed_vector_store_registry
* add vector_stores routes
* test_router_avector_store_search_passes_correct_args
* [Feat] UI - Allow clicking into Vector Stores (#12741 )
* Add View Vector Store
* add /info for vector store
* fix updated_at
* allow easily testing the KB on litellm
* fix
* rename test
* test_init_vector_store_api_endpoints
* test_update_request_data_with_litellm_managed_vector_store_registry
2025-07-18 18:18:53 -07:00
Ishaan Jaff and GitHub
37b6814400
[Refactor] Use Existing config structure for bedrock vector stores ( #12672 )
...
* add transform_search_vector_store_request
* add BedrockVectorStoreConfig
* unit tests
* TestBedrockVectorStore
2025-07-17 11:55:11 -07:00
Ishaan Jaff and GitHub
5a1746879d
[Feat] Vector Stores - Add Vertex RAG Engine API as a provider ( #12595 )
...
* add Vertex VertexVectorStoreConfig
* add VertexVectorStoreConfig
* docs add Vertex Vector Store
* add initial VertexVectorStoreConfig
* test TestVertexAIVectorStore
* test - update test
* test update test
* fix vertex vector search
* fix transform_search_vector_store_response
* add transform_search_vector_store_response
* fix test
* transform_search_vector_store_response
* ruff fix
* transform_search_vector_store_request
* fix linting
2025-07-14 18:10:33 -07:00
Ishaan Jaff and GitHub
d6cc384780
[Feat] OpenAI/Azure OpenAI - Add support for creating vector stores on LiteLLM ( #12021 )
...
* add create/acreate vector store
* add azure config
* add _base_validate_azure_environment
* fix base test
* add get_base_create_vector_store_args
* use base llm for headers responses api
* add _get_base_azure_url
* fix AzureOpenAIVectorStoreConfig
* TestAzureOpenAIVectorStore
* fix azure openai vector store
* fix test comment
* fix unused imports
* test_validate_environment_azure_api_key_within_secret_str
* test_azure_transformation.py
2025-06-24 20:46:48 -07:00
Ishaan Jaff and GitHub
2bb8048864
[Feat] Add OpenAI Search Vector Store Operation ( #12018 )
...
* add BaseVectorStoreTransformation
* fix BaseVectorStoreTransformation
* add OpenAIVectorStoreTransformation
* fix transform
* add search, asearch vector stores
* add skeleton for vector store searching
* fix VectorStoreSearchOptionalRequestParams
* fix VectorStoreRequestUtils
* fix litellm.asearch/litellm.search
* fix BaseVectorStoreConfig
* add vector_store_search_handler to llm http handler
* use llm http handler for searching vector stores
* fix base vector store config
* fix vector_store_search_handler
* async_vector_store_search_handler
* add conftest
* add BaseVectorStoreTest
* move litellm.integrations.vector_store_integrations
* fix working OAI OpenAIVectorStoreConfig
* add Search vector store
* add OpenAI Vector Stores
2025-06-24 15:52:43 -07:00