refactor: add ruff formatting
This commit is contained in:
parent
be738df88a
commit
69fe35bdee
1 changed files with 1 additions and 3 deletions
|
|
@ -192,9 +192,7 @@ class CogneeClient:
|
||||||
|
|
||||||
with redirect_stdout(sys.stderr):
|
with redirect_stdout(sys.stderr):
|
||||||
results = await self.cognee.search(
|
results = await self.cognee.search(
|
||||||
query_type=SearchType[query_type.upper()],
|
query_type=SearchType[query_type.upper()], query_text=query_text, top_k=top_k
|
||||||
query_text=query_text,
|
|
||||||
top_k=top_k
|
|
||||||
)
|
)
|
||||||
return results
|
return results
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue