Vector Upsert
Upsert vector embeddings of documents in a chatflow
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Chatflow ID
Body
stopNodeIdstringOptionalExample:
In cases when you have multiple vector store nodes, you can specify the node ID to store the vectors
node_1overrideConfigobjectOptional
The configuration to override the default vector upsert settings (optional)
Responses
200
Vector embeddings upserted successfully
application/json
400
Invalid input provided
404
Chatflow not found
422
Validation error
500
Internal server error
post
/vector/upsert/{id}Last updated