memory_search每次都调用 LLM 过滤,发送的每个命令都会增加1-2s延时? #1229
Answered
by
CaralHsi
jimaoUncle
asked this question in
Q&A
-
|
这个能不能优化一下 |
Beta Was this translation helpful? Give feedback.
Answered by
CaralHsi
May 12, 2026
Replies: 1 comment
-
|
Hi! You can use { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CaralHsi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
You can use
mode=fastinstead, so that the search duration would be faster.{
"query": "...",
"user_id": "...",
"readable_cube_ids": ["..."],
"mode": "fast",
"top_k": 10
}