omega_rag_query
Retrieve semantically similar text fragments from a provenance-tracked knowledge store. Use natural language queries for meaning-based search instead of exact keyword matching.
Instructions
Searches the provenance RAG store using semantic similarity and returns ranked text fragments. Use this for meaning-based search; use omega_vault_search instead for exact keyword matching. Returns JSON array of {fragment, similarity_score, quality_score, source, tier}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search query, e.g. 'How was the authentication module designed?'. | |
| top_k | No | Maximum number of results to return, between 1 and 50. |