-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
Hi team,
I'm trying to integrate langchainrb into my existing Rails app with the following stack:
ruby '3.0.0'
gem 'rails', '~> 6.1.7', '>= 6.1.7.7'
I primarily want to use Qdrant-related features, but I’m running into version constraints:
- langchainrb >= 0.10.2 requires Ruby >= 3.1.0
- langchainrb >= 0.9.4 requires activesupport >= 7.0.8, conflicting with Rails 6.1.x
Upgrading Ruby or Rails is not feasible right now due to the size and complexity of the app.
Ask:
Is there a version of langchainrb compatible with Ruby 3.0.0 and Rails 6.1.7.7, that still supports Qdrant?
Any workaround or suggestion would be much appreciated
Metadata
Metadata
Assignees
Labels
No labels