Vectorize

Official

retrieve

Retrieve documents from a Vectorize pipeline.

Input Schema

NameRequiredDescriptionDefault
kYesThe number of documents to retrieve.
pipelineIdYesThe pipeline ID to retrieve documents from.
questionYesThe term to search for.

Input Schema (JSON Schema)

{ "properties": { "k": { "description": "The number of documents to retrieve.", "type": "number" }, "pipelineId": { "description": "The pipeline ID to retrieve documents from.", "type": "string" }, "question": { "description": "The term to search for.", "type": "string" } }, "required": [ "pipelineId", "question", "k" ], "type": "object" }

You must be authenticated.

Other Tools