Skip to main content
Glama

vector_search

Perform semantic, lexical, or hybrid searches on vector databases to retrieve relevant knowledge based on queries.

Instructions

Manage search operations.

Actions:

  • 'semantic_search': Retrieves and gathers related knowledge from the vector database instance using the question variable.

  • 'lexical_search': This is a lexical or term based search that retrieves and gathers related knowledge from the database instance using the question variable via BM25.

  • 'search': Performs a hybrid search combining semantic (vector) and lexical (BM25) methods.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform. Must be one of: 'semantic_search', 'lexical_search', 'search'
db_typeNodb type
db_pathNodb path
hostNohost
portNoport
db_nameNodb name
usernameNousername
passwordNopassword
collection_nameNocollection name
questionNoquestion
number_resultsNonumber results
semantic_weightNosemantic weight
bm25_weightNobm25 weight
rrf_kNorrf k

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/Knuckles-Team/vector-mcp'

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