Long term memory - Support for other DB's #2174
saimaheshkrishna
started this conversation in
General
Replies: 3 comments
|
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 |
0 replies
|
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 |
0 replies
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.
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 ?
All reactions