Find answers from the community

Updated 3 months ago

llama_parse/examples/demo_advanced_weavi...

At a glance

The community member is following an example from a GitHub repository and is using Poetry to manage their dependencies. They encountered an error when trying to install the flagembedding package, which depends on datasets version 2.19.0, while the community member's project depends on datasets version 3.1.0, causing a version conflict.

In the comments, another community member suggests that the community member should either lower their datasets dependency or make a pull request on the flagembedding repository to raise the dependency version.

Useful resources
i am following this example : https://github.com/run-llama/llama_parse/blob/main/examples/demo_advanced_weaviate.ipynb
i am using poetry and i got this error when i was trying to install flagembedding :
Plain Text
Because flagembedding (1.3.2) @ git+https://github.com/FlagOpen/FlagEmbedding.git@HEAD depends on datasets (2.19.0)
 and project-1 depends on datasets (^3.1.0), flagembedding is forbidden.
So, because project-1 depends on flagembedding (1.3.2) @ git+https://github.com/FlagOpen/FlagEmbedding.git, version solving failed.
T
L
2 comments
@Logan M please help me😭
seems like you need to lower your datasets dependency, or make a PR on flagembedding to raise their dep
Add a reply
Sign up and join the conversation on Discord