semantic_search
Find relevant information from curated skills and documents using natural language queries. Semantic search leverages vector embeddings for more accurate results than keyword search.
Instructions
Semantic search using LanceDB vectors (Gemini embeddings). More intelligent than keyword search.
Args: query: Natural language query (e.g., 'how to implement RAG pipelines') top_k: Number of results (default: 5) stack: Optional stack filter, comma-separated (e.g. 'python,fastapi'). Results mentioning these are boosted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| stack | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |