mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 01:16:13 +00:00
memory: harden multimodal indexing failures
This commit is contained in:
@@ -780,9 +780,9 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"agents.defaults.memorySearch.extraPaths":
|
||||
"Adds extra directories or .md files to the memory index beyond default memory files. Use this when key reference docs live elsewhere in your repo; when multimodal memory is enabled, matching image/audio files under these paths are also eligible for indexing.",
|
||||
"agents.defaults.memorySearch.multimodal":
|
||||
'Optional multimodal memory settings for indexing image and audio files from configured extra paths. Keep this off unless your embedding model explicitly supports cross-modal embeddings, and set `memorySearch.fallback` to "none" while it is enabled.',
|
||||
'Optional multimodal memory settings for indexing image and audio files from configured extra paths. Keep this off unless your embedding model explicitly supports cross-modal embeddings, and set `memorySearch.fallback` to "none" while it is enabled. Matching files are uploaded to the configured remote embedding provider during indexing.',
|
||||
"agents.defaults.memorySearch.multimodal.enabled":
|
||||
"Enables image/audio memory indexing from extraPaths. This currently requires Gemini embedding-2, keeps the default memory roots Markdown-only, and disables memory-search fallback providers.",
|
||||
"Enables image/audio memory indexing from extraPaths. This currently requires Gemini embedding-2, keeps the default memory roots Markdown-only, disables memory-search fallback providers, and uploads matching binary content to the configured remote embedding provider.",
|
||||
"agents.defaults.memorySearch.multimodal.modalities":
|
||||
'Selects which multimodal file types are indexed from extraPaths: "image", "audio", or "all". Keep this narrow to avoid indexing large binary corpora unintentionally.',
|
||||
"agents.defaults.memorySearch.multimodal.maxFileBytes":
|
||||
|
||||
Reference in New Issue
Block a user