mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-07-04 07:26:17 +00:00
cleaned code
This commit is contained in:
parent
3119f76e26
commit
e8c80ce683
@ -765,8 +765,8 @@ class InsertTextsRequest(BaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class InsertResponse(BaseModel):
|
class InsertResponse(BaseModel):
|
||||||
status: str
|
status: str = Field(description="Status of the operation")
|
||||||
message: str
|
message: str = Field(description="Message describing the operation result")
|
||||||
|
|
||||||
|
|
||||||
def QueryRequestToQueryParams(request: QueryRequest, is_stream: bool):
|
def QueryRequestToQueryParams(request: QueryRequest, is_stream: bool):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user