HelgeSverre / mindwave

[WIP] 🧠 Toolkit for building AI features into your Laravel app.
https://mindwave.no
MIT License
66 stars 7 forks source link

[FR] Eloquent backed ChatHistory #9

Open HelgeSverre opened 1 year ago

HelgeSverre commented 1 year ago

Currently we only have a simple "array" based ChatHistory implementation, it would be nice if we could have a default migration and model that represents this that can be persisted in whatever database the user is already using.

HelgeSverre commented 11 months ago

Planned, but will probably be implemented in a different way, completely change how history works and tailor it to the new direction (deeper laravel integration, more usecase specific functionality etc)