QueryRequest
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
QueryRequest has 17 facts recorded in Dontopedia across 3 references, with 3 live disagreements.
Mostly:rdf:type(3), inherits from(3), has attribute(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (9)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
isAttributeOfIs Attribute of(3)
- Limit Field
ex:limit-field - Offset Field
ex:offset-field - Query Field
ex:query-field
parentModelParent Model(3)
- Limit Parameter
ex:limit-parameter - Offset Parameter
ex:offset-parameter - Query Parameter
ex:query-parameter
hasParameterHas Parameter(1)
- Query Function
ex:query-function
parameterParameter(1)
- Query Function
ex:query-function
usesPydanticModelsUses Pydantic Models(1)
- Fastapi Endpoints
ex:fastapi-endpoints
Other facts (15)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Pydantic Model | [1] |
| Rdf:type | Pydantic Model | [2] |
| Rdf:type | Pydantic Model | [3] |
| Inherits From | Base Model | [1] |
| Inherits From | Pydantic Modelbase | [2] |
| Inherits From | Base Model | [3] |
| Has Attribute | Query Field | [2] |
| Has Attribute | Limit Field | [2] |
| Has Attribute | Offset Field | [2] |
| Class Name | QueryRequest | [2] |
| Class Name | QueryRequest | [3] |
| Has Field | Query Field | [1] |
| Used by Endpoint | Retrieve | [1] |
| Used for | Request Schema | [2] |
| Validates | Request Data | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/2646b1c7-2550-4bac-8f7d-135f41c08a18- full textbeam-chunktext/plain1 KB
doc:beam/2646b1c7-2550-4bac-8f7d-135f41c08a18Show excerpt
from pydantic import BaseModel app = FastAPI() class QueryRequest(BaseModel): query: str class QueryResponse(BaseModel): results: list @app.post("/retrieve", response_model=QueryResponse) def retrieve(query_request: QueryRequest…
ctx:claims/beam/a40877d8-507a-4553-9960-de7113b4e610ctx:claims/beam/af6c5291-028b-4d57-ad50-a5cab4e2e537- full textbeam-chunktext/plain1 KB
doc:beam/af6c5291-028b-4d57-ad50-a5cab4e2e537Show excerpt
from fastapi import FastAPI, Depends from pydantic import BaseModel from typing import List, Optional import redis from fastapi.middleware.cors import CORSMiddleware app = FastAPI() # Initialize Redis client r = redis.Redis(host='localhos…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.