Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

knn_search

Find similar items using vector similarity search in Easysearch MCP Server. Input a vector to retrieve nearest neighbors from specified indexes with configurable filters and result counts.

Instructions

    K近邻向量搜索
    
    参数:
        index: 索引名称
        field: 向量字段名
        query_vector: 查询向量
        k: 返回最近邻数量
        num_candidates: 候选数量
        filter: 过滤条件
    
    示例:
        knn_search("products", "embedding", [0.1, 0.2, 0.3, ...], k=10)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
fieldYes
query_vectorYes
kNo
num_candidatesNo
filterNo

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

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/cloudsmithy/easysearch-mcp-server'

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