fix: clarify memory embedding concurrency help · openclaw/openclaw@f3d53ce
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1015,7 +1015,7 @@ export const FIELD_HELP: Record<string, string> = {
|
1015 | 1015 | "agents.defaults.memorySearch.remote.headers": |
1016 | 1016 | "Adds custom HTTP headers to remote embedding requests, merged with provider defaults. Use this for proxy auth and tenant routing headers, and keep values minimal to avoid leaking sensitive metadata.", |
1017 | 1017 | "agents.defaults.memorySearch.remote.nonBatchConcurrency": |
1018 | | -"Limits concurrent inline embedding requests during non-batch memory indexing. Lower this for local or small self-hosted providers such as Ollama; batch embedding concurrency is configured separately under remote.batch.", |
| 1018 | +"Controls concurrent inline embedding requests during non-batch memory indexing. Use a low value for local or small self-hosted providers such as Ollama; batch embedding concurrency is configured separately under remote.batch.", |
1019 | 1019 | "agents.defaults.memorySearch.remote.batch.enabled": |
1020 | 1020 | "Enables provider batch APIs for embedding jobs when supported (OpenAI/Gemini), improving throughput on larger index runs. Keep this enabled unless debugging provider batch failures or running very small workloads.", |
1021 | 1021 | "agents.defaults.memorySearch.remote.batch.wait": |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。