latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

vector store management

New Vector Store

Create a new vector store.

Parameters:

  • vector_store_id: str - Unique identifier for the vector store
  • custom_llm_provider: str - Provider of the vector store
  • vector_store_name: Optional[str] - Name of the vector store
  • vector_store_description: Optional[str] - Description of the vector store
  • vector_store_metadata: Optional[Dict] - Additional metadata for the vector store
post/vector_store/new

Request body

vector_store_idstring
custom_llm_providerstring
vector_store_namestring nullable
vector_store_descriptionstring nullable
created_atstring date-time nullable
updated_atstring date-time nullable
litellm_credential_namestring nullable
litellm_paramsobject nullable
team_idstring nullable
user_idstring nullable

Response

Successful Response

{"stackTrail":"paths:/vector_store/new:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}