vector_store
Store text automatically as vectors in Qdrant for quick ad-hoc fact storage. Use this for unstructured data without creating a full graph node.
Instructions
Store text with automatic vectorization into Qdrant. Use for quick ad-hoc storage of facts without creating a full graph node. For structured knowledge, prefer graph_add_node which creates both a graph node and a vector.
workspace_id in metadata is OPTIONAL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| metadata | Yes |