Vectorize

Official

deep-research

Generate a deep research on a Vectorize pipeline.

Input Schema

NameRequiredDescriptionDefault
pipelineIdYesThe pipeline ID to retrieve documents from.
queryYesThe deep research query.
webSearchYesWhether to perform a web search.

Input Schema (JSON Schema)

{ "properties": { "pipelineId": { "description": "The pipeline ID to retrieve documents from.", "type": "string" }, "query": { "description": "The deep research query.", "type": "string" }, "webSearch": { "description": "Whether to perform a web search.", "type": "boolean" } }, "required": [ "pipelineId", "query", "webSearch" ], "type": "object" }

You must be authenticated.

Other Tools