Vector search a workspace
rag_searchSemantically search a workspace's embedded docs to retrieve relevant chunks with scores. Provide query and workspace slug, adjust threshold for results.
Instructions
Semantic search over a workspace's embedded docs. No LLM generation. Default scoreThreshold 0.2 (the native embedder scores low). Returns matching chunks with scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Workspace slug (from rag_find) | |
| topN | No | ||
| query | Yes | ||
| scoreThreshold | No |