GoodMem Memory Connector API for agentic tasks and workflows #13627
MuaazWahid
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
From my point of view, the value here is obvious because memory wiring is one of the first things that turns simple agent examples into infrastructure work. The tradeoff I would want to understand is how much configuration is intentionally hidden. Abstracting embeddings and dimensions is great for adoption, but teams eventually need to reason about migration, re indexing, model changes, and debugging retrieval quality. If the connector surfaces collection metadata and a clear story for re embedding over time, it feels much stronger as a long term integration instead of only an onboarding shortcut. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We built a memory connector for Semantic Kernel that can simplify the process of setting up memory management for AI agents in Semantic Kernel. As of now, Semantic Kernel developers who want to setup persistent memory for agentic tasks have to manage embedding services, models, and dimensions across collections.
GoodMem is a lightning-fast memory API for AI agents to easily read & write persistent memory for agents (embedding pipeline included).
GitHub feature request: #13626
Codebase: https://github.com/PAIR-Systems-Inc/goodmem-semantic-kernel
without GoodMem
with GoodMem
Beta Was this translation helpful? Give feedback.
All reactions