Vectorize

Official

retrieve

Retrieve specified number of documents from a Vectorize pipeline using a search term. Input pipeline ID, question, and desired document count for targeted document retrieval.

Instructions

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 from Vectorize

Related Tools

ID: pxwbgk0kzr