chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

:bug: Dump thread tags in order to store them in sqlalchemy datalayer sqlite

Open b3j0f opened this issue 6 months ago • 3 comments

Sqlite does not support arrays. A solution is to dump/load arrays in/from json.

b3j0f avatar Oct 17 '25 04:10 b3j0f

This PR is stale because it has been open for 14 days with no activity.

github-actions[bot] avatar Nov 01 '25 02:11 github-actions[bot]

@b3j0f please add a description and reason why this change is needed, and why just sqlite.

hayescode avatar Nov 04 '25 12:11 hayescode

@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

b3j0f avatar Nov 04 '25 13:11 b3j0f

This PR is stale because it has been open for 14 days with no activity.

github-actions[bot] avatar Nov 20 '25 02:11 github-actions[bot]