Commit 4a2b665
chore(docker): make embeddings + searxng integration settings explicit
Both bundled configs already wired memory.embedding -> the llama.cpp sidecar
and web_search -> the SearXNG sidecar; make those integration settings explicit
and more robust:
- memory.embedding: pin dims: 768 (nomic-embed-text-v1.5's output) so the
HTTPEmbedder validates every response length and the index fingerprint is
dimension-aware — a silent model dim change forces an explicit rebuild
instead of self-healing to no-context. Add explicit timeout_seconds: 10.
- web_search: add explicit timeout_seconds: 15 (the SearXNG query ceiling),
so it is visible and tunable rather than relying on the implicit default.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 9d824f9 commit 4a2b665
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments