Skip to content

Migrate session storage from JSON to SQLAlchemy database#3

Merged
uezo merged 4 commits intomainfrom
migrate-session-storage-to-sqlalchemy
Jul 12, 2024
Merged

Migrate session storage from JSON to SQLAlchemy database#3
uezo merged 4 commits intomainfrom
migrate-session-storage-to-sqlalchemy

Conversation

@uezo
Copy link
Copy Markdown
Owner

@uezo uezo commented Jul 12, 2024

Migrate session storage from JSON to SQLAlchemy database
Refactored session storage to use SQLAlchemy instead of JSON files.

  • Improved scalability and enabled tracking of user conversation_id history.
  • Users' past conversation_id history can now be retrieved for later reference.

uezo added 4 commits July 12, 2024 23:01
Refactored session storage to use SQLAlchemy instead of JSON files.

- Improved scalability and enabled tracking of user conversation_id history.
- Users' past conversation_id history can now be retrieved for later reference.
@uezo
Copy link
Copy Markdown
Owner Author

uezo commented Jul 12, 2024

#2

@uezo uezo merged commit 08f5af2 into main Jul 12, 2024
@uezo uezo deleted the migrate-session-storage-to-sqlalchemy branch January 13, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant