Skip to main content

Module tool_embedding

Module tool_embedding 

Source
Expand description

RAG-backed tool-embedding index (powers ToolSearchTool’s semantic mode). ToolEmbedding - Semantic tool discovery via embedding similarity

Embeds tool names and descriptions into vectors, then uses cosine similarity to find semantically relevant tools for a given query.

Structs§

ToolEmbeddingIndex
Pre-computed embedding index for semantic tool discovery.