-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
The current SQLiteSession
is excellent for development and simple use cases. For production environments, it would be highly beneficial to support more robust databases like PostgreSQL or MySQL for storing conversation history.
Would the project be open to a contribution that adds a new SQLAlchemySession class?
This would implement the existing Session
protocol, allowing users to connect to any database supported by SQLAlchemy. It would be an optional feature, and sqlalchemy would be an extra dependency.
If this sounds like a welcome addition, I'm happy to contribute a PR.