Create vector store (CLI/SDK)
Runtime API - Vector Stores Management
Create vector store (CLI/SDK)
Creates a new vector store with specified embedding configuration.
POST
Create 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.
Body
application/json
Vector store name
Description
Embedding configuration ID (optional if llmProviderConfigId + llmModelConfigId provided)
LLM Provider Config ID (for tenant-credential embeddings)
LLM Model Config ID (for tenant-credential embeddings)
Vector store type
Available options:
KNOWLEDGE, STRUCTURED Custom metadata
Structured document type (only for STRUCTURED stores)
Available options:
FAQ, SURVEY, GLOSSARY, CATALOG, QA, DEFINITION Chunk size in tokens (default: 1000)
Required range:
100 <= x <= 8000Chunk overlap in tokens (default: 200)
Required range:
0 <= x <= 1000Chunking strategy (default: recursive)
Available options:
fixed, recursive, semantic Response
201
Vector store created successfully.