fix: Streaming Dulplicate Sources & Delete Search Space UI

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-08-19 11:05:12 -07:00
parent ca9614cd5e
commit d804be5fb3
4 changed files with 76 additions and 75 deletions

View file

@ -1708,7 +1708,7 @@ async def handle_qna_workflow(
)
# Use a reasonable top_k for QNA - not too many documents to avoid overwhelming the LLM
top_k = 15
top_k = 20
relevant_documents = []
user_selected_documents = []