camel icon indicating copy to clipboard operation
camel copied to clipboard

[Feature Request] Storage of `Message` generated from agent/roleplaying/workforce

Open Wendong-Fan opened this issue 7 months ago • 2 comments

Required prerequisites

  • [X] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
  • [ ] Consider asking first in a Discussion.

Motivation

support message storage

Solution

SQLLite

MySQL

PostgreSQL https://www.postgresql.org/

PostgreSQL supports complex data types such as JSON and JSONB, which can be useful for storing the structured message content with varied data types (text, image, audio, video, function_calling, etc.). It’s also highly extensible, allowing you to define custom functions, data types, and operators that can be very useful for your specific use case.

Alternatives

No response

Additional context

No response

Wendong-Fan avatar Jul 25 '24 20:07 Wendong-Fan