Skip to main content

InternalRAGQueryRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/InternalRAGQueryRequestBody.json
documentUuidsstring[]nullable

Scope to specific documents

isoStandardstring

Filter by ISO standard

llmOverrideUuidstring

Override default LLM model

minScoredouble

Minimum similarity score

Default value: 0.3
nodeTypestring

Filter by node type

questionstringrequired

Natural language question

requirementLevelstring

Filter by requirement level: SHALL, SHOULD, MAY

retrievalModestring

Retrieval mode: vector, graph

Default value: vector
topKint64

Number of chunks to retrieve

Default value: 10
InternalRAGQueryRequestBody
{
"$schema": "https://example.com/schemas/InternalRAGQueryRequestBody.json",
"documentUuids": "Unknown Type: array,null",
"isoStandard": "string",
"llmOverrideUuid": "string",
"minScore": 0.3,
"nodeType": "string",
"question": "string",
"requirementLevel": "string",
"retrievalMode": "vector",
"topK": 10
}