Vectorize

Official
by vectorize-io

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vectorize-io/vectorize-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server