Skip to content

Compatibility Issue with langchainrb and Rails 6.1 / Ruby 3.0 #1001

@maulikknorket

Description

@maulikknorket

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions