Getting start with connecting HelixDB with LLMs via an MCP connection.
OPENAI_API_KEY
, GEMINI_API_KEY
, VOYAGEAI_API_KEY
, ANTHROPIC_API_KEY
ToolConfig
is used to enable/disable tools.
Embedder
is used to embed text into a vector.
init
, next
, collect
, reset
n_from_type
, e_from_type
, out_step
, out_e_step
, in_step
, in_e_step
filter_items
search_vector
(needs embedder), search_vector_text
(in-house embedding), search_keyword
(BM25)uv
project and install:mcp_server.py
in the snippet!