InternalRAGQueryRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/InternalRAGQueryRequestBody.jsondocumentUuidsstring[]nullable
Scope to specific documents
isoStandardstring
Filter by ISO standard
llmOverrideUuidstring
Override default LLM model
minScoredouble
Minimum similarity score
Default value:
0.3nodeTypestring
Filter by node type
questionstringrequired
Natural language question
requirementLevelstring
Filter by requirement level: SHALL, SHOULD, MAY
retrievalModestring
Retrieval mode: vector, graph
Default value:
vectortopKint64
Number of chunks to retrieve
Default value:
10InternalRAGQueryRequestBody
{
"$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
}