Supavec MCP Server

Official

fetch-embeddings

Fetch embeddings for a file by ID and query

Input Schema

NameRequiredDescriptionDefault
file_idYesID of the file to get embeddings for
queryYesQuery to search for in the file

Input Schema (JSON Schema)

{ "properties": { "file_id": { "description": "ID of the file to get embeddings for", "type": "string" }, "query": { "description": "Query to search for in the file", "type": "string" } }, "required": [ "file_id", "query" ], "type": "object" }

You must be authenticated.

Other Tools