MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / QueryRequest

Class QueryRequest

LightRAG/examples/lightrag_api_oracle_demo..py:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145
146class QueryRequest(BaseModel):
147 query: str
148 mode: str = "hybrid"
149 only_need_context: bool = False
150 only_need_prompt: bool = False
151
152
153class DataRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected