code clean
This commit is contained in:
@@ -982,10 +982,7 @@ class LightRAG:
|
|||||||
await self._insert_done()
|
await self._insert_done()
|
||||||
|
|
||||||
def query(
|
def query(
|
||||||
self,
|
self, query: str, param: QueryParam = QueryParam(), prompt: str | None = None
|
||||||
query: str,
|
|
||||||
param: QueryParam = QueryParam(),
|
|
||||||
prompt: str | None = None
|
|
||||||
) -> str:
|
) -> str:
|
||||||
"""
|
"""
|
||||||
Perform a sync query.
|
Perform a sync query.
|
||||||
|
Reference in New Issue
Block a user