Baidu Vector Database MCP Server

by baidu
Apache 2.0
1
  • Apple

rebuild_vector_index

Initiate the rebuilding of a vector index in the Baidu Vector Database MCP Server for optimizing search performance and ensuring data consistency. Requires table and index names as inputs.

Instructions

Rebuild the vector index in the Mochow instance. Args: table_name (str): Name of the table. index_name (str): Name of the vector index to rebuild. Returns: str: A message indicating the success of index rebuild initiation.

Input Schema

NameRequiredDescriptionDefault
index_nameYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "index_name": { "title": "Index Name", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name", "index_name" ], "title": "rebuild_vector_indexArguments", "type": "object" }

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/baidu/mochow-mcp-server-python'

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