patterns-ai-core / langchainrb_rails

MIT License
204 stars 21 forks source link

ActiveRecord models to persist Langchain::Assistant messages #58

Closed andreibondarev closed 1 month ago

andreibondarev commented 7 months ago

Description

Currently when using Langchain::Assistant the Messages, attached to a Thread, cannot be saved. A deeper integration with Rails via this gem would improve this.

Tasks