semantic_search
Search a curated knowledge base using semantic understanding of natural language queries, with optional stack filtering for boosted relevance.
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 | ||
| stack | No | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |