Upsert Vectors to Flow
flowise_upsert_vectorInsert or update vectors in a chatflow's vector store by triggering its document processing pipeline. Provide flow ID and optional configuration.
Instructions
Insert or update vectors in a chatflow's vector store.
This triggers the flow's document processing pipeline to update the vector store.
Args: params: Input containing flow_id, optional override_config and stop_node_id.
Returns: Summary of the upsert operation results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |