feat: added top_k in chat Interface.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-11-06 13:25:05 -08:00
parent e79845bd5e
commit 7ed159b395
10 changed files with 217 additions and 5 deletions

View file

@ -27,6 +27,7 @@ class Configuration:
search_mode: SearchMode
document_ids_to_add_in_context: list[int]
language: str | None = None
top_k: int = 10
@classmethod
def from_runnable_config(