chainlit
chainlit copied to clipboard
:bug: Dump thread tags in order to store them in sqlalchemy datalayer sqlite
Sqlite does not support arrays. A solution is to dump/load arrays in/from json.
This PR is stale because it has been open for 14 days with no activity.
@b3j0f please add a description and reason why this change is needed, and why just sqlite.
@b3j0f please add a description and reason why this change is needed, and why just sqlite.
Because sqlite does not support arrays. A solution is to format arrays in json
This PR is stale because it has been open for 14 days with no activity.