Vector Upsert
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
numAddednumberOptionalExample:
Number of vectors added
1numDeletednumberOptionalExample:
Number of vectors deleted
1numUpdatednumberOptionalExample:
Number of vectors updated
1numSkippednumberOptionalExample:
Number of vectors skipped (not added, deleted, or updated)
1400
Invalid input provided
404
Chatflow not found
422
Validation error
500
Internal server error
post
/vector/upsert/{id}Last updated