Long term memory - Support for other DB's #2174
Replies: 3 comments
-
You may use DatabaseSessionServices ![]() |
Beta Was this translation helpful? Give feedback.
-
But documentation doesn't mention DatabaseSessionService for long term Memory or artifacts. https://google.github.io/adk-docs/sessions/memory/ https://google.github.io/adk-docs/artifacts/ To re - iterate I am looking for LongTerm Memory and now also artifact storage. Not session sevice . Can we still use Database session service ? @mmmartin-t |
Beta Was this translation helpful? Give feedback.
-
The ADK offers two distinct MemoryService implementations, each tailored to different use cases. Use the table below to decide which is the best fit for your agent. Feature InMemoryMemoryService [NEW!] VertexAiMemoryBankService Above lines taken from documentation |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As of now long term memory is enabled through Inmemoryservice or Vertex memory bank . Is there a way we can make long term memory persistent without vertex memory bank ?
Beta Was this translation helpful? Give feedback.
All reactions