refactor: set top_k value to 10
This commit is contained in:
parent
b689d330ac
commit
dc48d2f992
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class CogneeClient:
|
||||||
query_type: str,
|
query_type: str,
|
||||||
datasets: Optional[List[str]] = None,
|
datasets: Optional[List[str]] = None,
|
||||||
system_prompt: Optional[str] = None,
|
system_prompt: Optional[str] = None,
|
||||||
top_k: int = 5,
|
top_k: int = 10,
|
||||||
) -> Any:
|
) -> Any:
|
||||||
"""
|
"""
|
||||||
Search the knowledge graph.
|
Search the knowledge graph.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue