AnswerDotAI / AnswerDotAI/RAGatouille
Compatibility with LangChain 0.2.0
- Dominant language
- Python
- Stars
- 4k
- Forks
- 276
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/bclavie/RAGatouille/blob/main/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!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with pyproject.toml and reproduce the Poetry dependency conflict in an environment containing langchain 0.2.0. Inspect the declared langchain and langchain_core constraints, then verify that the package installs successfully with the requested version and that existing compatibility checks, if present, still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100