Remove ll-keywords and hl-keywords from WebUI

This commit is contained in:
yangdx
2025-05-07 19:07:31 +08:00
parent 474b77c43e
commit 147f73002d
4 changed files with 1 additions and 95 deletions

View File

@@ -94,10 +94,6 @@ export type QueryRequest = {
max_token_for_global_context?: number
/** Maximum number of tokens allocated for entity descriptions in local retrieval. */
max_token_for_local_context?: number
/** List of high-level keywords to prioritize in retrieval. */
hl_keywords?: string[]
/** List of low-level keywords to refine retrieval focus. */
ll_keywords?: string[]
/**
* Stores past conversation history to maintain context.
* Format: [{"role": "user/assistant", "content": "message"}].