Vincent Koc
|
098f4eeebb
|
fix(memory-qmd): restore qmd compatibility defaults
|
2026-04-06 01:31:51 +01:00 |
wirjo
|
699b2320a8
|
feat(memory): add Bedrock embedding provider for memory search (#61547)
* feat(memory): add Bedrock embedding provider for memory search
Add Amazon Bedrock as a native embedding provider for memory search.
Supports Titan Embed Text v1/v2 and Cohere Embed models via AWS SDK.
- New embeddings-bedrock.ts: BedrockRuntimeClient + InvokeModel
- Auth via AWS default credential chain (same as Bedrock inference)
- Auto-selected in 'auto' mode when AWS credentials are detected
- Titan V2: configurable dimensions (256/512/1024), normalization
- Cohere: native batch support with search_query/search_document types
- 16 new tests covering all model types, auth detection, edge cases
Closes #26289
* fix(memory): harden bedrock embedding selection
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
|
2026-04-06 01:19:56 +01:00 |
Vignesh Natarajan
|
61e61ccc18
|
Dreaming: simplify sweep flow and add diary surface
|
2026-04-05 17:18:54 -07:00 |
Vincent Koc
|
a9dbaa1124
|
fix(memory): standardize DREAMS trail path
|
2026-04-05 23:35:44 +01:00 |
Vincent Koc
|
367f52f483
|
docs(memory): point dreaming trail docs to dreams.md
|
2026-04-05 23:35:44 +01:00 |
Vincent Koc
|
a1c1598742
|
docs: rewrite dreaming docs for 3-phase architecture
|
2026-04-05 18:42:06 +01:00 |
Peter Steinberger
|
6e3155ca84
|
feat(memory-core): add dreaming aging controls
|
2026-04-05 15:59:06 +01:00 |
Peter Steinberger
|
7ff7a27f61
|
feat(memory-core): add dreaming verbose logging
|
2026-04-05 15:10:59 +01:00 |
Peter Steinberger
|
e3eb615da8
|
docs: salvage english docs from translation backlog
|
2026-04-05 10:45:08 +01:00 |
Vincent Koc
|
a4b767c89b
|
docs: sync config reference with unreleased changes
|
2026-04-05 09:23:18 +01:00 |
Vincent Koc
|
622bdfdad1
|
docs(memory): clarify qmd symlink traversal limits
|
2026-03-31 17:54:00 +09:00 |
Vincent Koc
|
549169f746
|
fix(docs): format memory config reference
|
2026-03-31 17:18:21 +09:00 |
Vincent Koc
|
ab4ddff7f1
|
feat(memory): add per-agent QMD extra collections for cross-agent session search (#58211)
* feat(memory): add per-agent qmd extra collections
* test(config): cover qmd extra collections schema outputs
* docs(config): refresh qmd extra collections baseline
* docs(config): regenerate qmd extra collections baselines
* docs(config): clarify qmd extra collection naming
|
2026-03-31 17:08:18 +09:00 |
Vincent Koc
|
c5baf63fa5
|
docs: deep audit of memory section -- fix icons, beef up engine pages, restructure config reference
|
2026-03-30 08:39:18 +09:00 |
Vincent Koc
|
143b4c54ba
|
docs: simplify sessions/memory concept pages and fix QMD experimental label
|
2026-03-30 07:32:20 +09:00 |
Vincent Koc
|
40446ea27c
|
docs: add cross-links to new memory-search page from reference docs
|
2026-03-30 07:10:33 +09:00 |
Vincent Koc
|
f897aba69a
|
docs: add missing feature docs for Matrix E2EE thumbnails, LINE media, and CJK memory
- Matrix: note encrypted thumbnail behavior in E2EE rooms (#54711)
- LINE: add outbound media section for image/video/audio sends (#45826)
- Memory: document CJK trigram tokenization and chunk sizing
|
2026-03-29 17:26:02 +09:00 |
Peter Steinberger
|
c9556c257e
|
docs: clarify memory plugin adapter ids
|
2026-03-27 00:47:01 +00:00 |
Vincent Koc
|
b28cf6a8a4
|
docs: split memory.md into concept intro + reference page
|
2026-03-19 10:57:47 -07:00 |