semantic_search
Retrieve relevant research insights using natural language queries. Boost results mentioning specified tech stacks for targeted knowledge discovery.
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 |