rag_query
Query documents using a Retrieval-Augmented Generation (RAG) system to extract precise information. Automatically creates an index if unavailable, ensuring access to relevant data.
Instructions
Query a document using RAG. Note: If the index does not exist, it will be created when you query, which may take some time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | ID of the document to query | |
query | Yes | Query to run against the document |