From 8ae7d5ce32cb575fad9a90e406964ac901cd9bde Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Wed, 17 Dec 2025 21:52:51 -0800 Subject: [PATCH] base commit --- litellm/proxy/vector_store_endpoints/management_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/vector_store_endpoints/management_endpoints.py b/litellm/proxy/vector_store_endpoints/management_endpoints.py index fdb1dba372f..b0ddb5c433f 100644 --- a/litellm/proxy/vector_store_endpoints/management_endpoints.py +++ b/litellm/proxy/vector_store_endpoints/management_endpoints.py @@ -48,7 +48,7 @@ async def new_vector_store( user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth), ): """ - Create a new vector store. + Create a new vector store Parameters: - vector_store_id: str - Unique identifier for the vector store