mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-14 08:09:46 +00:00
fix: Streaming Dulplicate Sources & Delete Search Space UI
This commit is contained in:
parent
ca9614cd5e
commit
d804be5fb3
4 changed files with 76 additions and 75 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue