ReMe/reme
Aleksandr Mordvinov 33f6822792
fix: support BGE-M3 embedding (dense_embedding fallback) (#169)
BGE-M3 returns dense_embedding instead of embedding; use dense_embedding
as fallback when embedding is None to avoid TypeError.

Made-with: Cursor

Co-authored-by: AleksandrMordvinov <mad190192@gmail.com>
2026-03-20 14:05:04 +08:00
..
config feat(core): add rule-based token counter and update default configuration 2026-03-18 01:16:05 +08:00
core fix: support BGE-M3 embedding (dense_embedding fallback) (#169) 2026-03-20 14:05:04 +08:00
extension feat(memory): replace memory formatter with AsMsgHandler for enhanced message processing 2026-03-06 16:29:52 +08:00
memory refactor(memory): update conversation continuity context handling (#170) 2026-03-19 23:40:56 +08:00
__init__.py refactor(memory): update conversation continuity context handling (#170) 2026-03-19 23:40:56 +08:00
reme.py feat(memory): add ContextChecker component for context size management (#144) 2026-03-06 23:43:42 +08:00
reme_cli.py refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
reme_light.py refactor(core): update text truncation utilities and tool result handling (#168) 2026-03-19 19:53:32 +08:00