lm_rag_search
Search local document collections for relevant source excerpts using cosine similarity, excluding changed or missing files and rejecting incompatible embeddings.
Instructions
Retrieve source excerpts using cosine similarity. Excludes changed/missing documents and rejects incompatible embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| min_score | No | ||
| collection | Yes | ||
| embedding_model | Yes |