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

ci: fix langchain version #200

Closed
wants to merge 1 commit into from

Conversation

johannrichard
Copy link

@johannrichard johannrichard commented Oct 30, 2023

fix langchain dependency to below v0.0.324 due to incompatibilities of the current code base with newer langchain versions (fixes #199)

langchain<0.0.324>=0.0.198

fix langchain dependency to below v0.0.324 due to incompatibilities with the current code base of newer versions.

```
langchain<0.0.324>=0.0.198
```
@whitead
Copy link
Collaborator

whitead commented Oct 31, 2023

Thanks @johannrichard! I just adjusted the import to work with recent langchain versions in #201

@whitead whitead closed this Oct 31, 2023
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

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'VectorStore' from 'langchain.vectorstores'
2 participants