Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with LangChain 0.2.0 #215

Open
Byczong opened this issue May 20, 2024 · 2 comments
Open

Compatibility with LangChain 0.2.0 #215

Byczong opened this issue May 20, 2024 · 2 comments

Comments

@Byczong
Copy link

Byczong commented May 20, 2024

I would like to use ragatouille with langchain 0.2.0 (released 3 days ago).

When I try to install ragatouille using poetry in an environment already containing langchain 0.2.0, I get this:

Because ragatouille (0.0.8.post2) depends on langchain (>=0.1.0,<0.2.0)
 and no versions of ragatouille match >0.0.8.post2,<0.0.9, ragatouille (>=0.0.8.post2,<0.0.9) requires langchain (>=0.1.0,<0.2.0).

Right now, in ragatouille's pyproject.toml there are these version specifications:

langchain_core = "^0.1.4"
langchain = "^0.1.0"

I don't know if the langchain update will require serious changes or it will be straigthforward, but I'm looking forward to it!

Thanks for your attention!

@mhattingpete
Copy link

@bclavie did you have the possibility to look into this? :)

@bclavie
Copy link
Owner

bclavie commented Jun 27, 2024

Oof I'd completely missed this! I'm a bit swamped the next couple days but I'll definitely figure out compatibility fix for both this llamaindex either this week or next week, thanks for tagging me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants