cloudflare.vectorize.query
Node ID: cloudflare.vectorize.query
Category: rag
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
vector (required) | array | Query vector |
topK | number | Top K results to return (default 10) |
filter | object | Metadata filter |
returnValues | boolean | Whether to include vector values |
returnMetadata | boolean | Whether to include metadata |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
matches | array | Matched vectors with scores |
count | number | Query count for billing |