refactor: set top_k value to 10

This commit is contained in:
Igor Ilic 2026-01-13 14:24:31 +01:00
parent b689d330ac
commit dc48d2f992

View file

@ -151,7 +151,7 @@ class CogneeClient:
query_type: str,
datasets: Optional[List[str]] = None,
system_prompt: Optional[str] = None,
top_k: int = 5,
top_k: int = 10,
) -> Any:
"""
Search the knowledge graph.