Update vector store (CLI/SDK)
Runtime API - Vector Stores Management
Update vector store (CLI/SDK)
Updates vector store information.
PATCH
Update vector store (CLI/SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Vector store ID or name
Body
application/json
Vector store name
Description
Change type to KNOWLEDGE (only STRUCTURED → KNOWLEDGE allowed)
Available options:
KNOWLEDGE New LLM Provider Config ID for the embedding credential. Must be sent together with llmModelConfigId. The new model must produce embeddings with the same dimensions as the current config — otherwise stored vectors become unusable.
New LLM Model Config ID for the embedding model. Must be sent together with llmProviderConfigId. Must be of type EMBEDDING and dimensions must match the current config.
Response
200
Vector store updated successfully.