Query the RAG index
rag_queryAsk a question to retrieve the most relevant document chunks with source citations and similarity scores.
Instructions
Ask a question against the indexed documents and get back the most relevant chunks with their source file and a similarity score, for citation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Number of chunks to return | |
| question | Yes | The question to search for |