Vector Upsert

Upsert vector embeddings

post

Upsert vector embeddings of documents in a chatflow

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Chatflow ID

Body
stopNodeIdstringOptional

In cases when you have multiple vector store nodes, you can specify the node ID to store the vectors

Example: node_1
overrideConfigobjectOptional

The configuration to override the default vector upsert settings (optional)

Responses
200

Vector embeddings upserted successfully

application/json
post
/vector/upsert/{id}

Last updated