Replies: 2 comments
-
Hi @deepyes02, thanks for reaching out. @Unshure posted some information about this at #33 (comment).
It boils down to agent tool calls, tool results, and multi-modal context either not being possible to store in a specific database, or overflowing maximum row sizes. |
Beta Was this translation helpful? Give feedback.
-
Hi @awsarron , thanks for replying. However, some integration with database would be kind of necessary to store data somewhere don't you think ? Or maybe it's better to let it up to the developer on how to handle the data. As user interactions grow, I think file based data storage might create a lot of maintenance and speed problems. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Maybe this is intentional, but I noticed strands_agent is missing database support and stores sessions in local file system. While working in a langGraph project, I noticed it has native postgresql support.
I'm wondering why this design choice was made, and if filesystem storage is better than database ? Or maybe it's upto developers to implement a database support system. Please feel free to share your thoughts & guidance.
Beta Was this translation helpful? Give feedback.
All reactions