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

**Outdated Dependencies in requirements.txt Causing Conflicts** #37

Open
BoldFaceType opened this issue May 13, 2024 · 1 comment
Open

Comments

@BoldFaceType
Copy link

Thanks for maintaining this excellent repository! I found a minor issue with the requirements.txt file that might cause conflicts for users with newer versions of Langchain. I'd be happy to submit a pull request to update it, as I'm sure you're busy. If that's not helpful, please point me to another issue suitable for a novice.

When trying to use RAPTOR alongside newer versions of Langchain, I encountered a dependency conflict due to outdated versions of openai and tiktoken in the requirements.txt file.

Specifically, the file specifies:

  • openai==1.3.3
  • tiktoken==0.5.1

However, newer Langchain versions require more recent versions of these packages. This could lead to errors for other users trying to set up the project.

Would it be possible to update the requirements.txt to use compatible versions? For example:

  • openai>=1.24.0,<2.0.0
  • tiktoken<1,>=0.5.2

Thanks for your consideration.

@parthsarthi03
Copy link
Owner

This should be fine- please feel free to file a PR for it.

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

2 participants