Find answers from the community

Updated 4 months ago

Hey, i think there are breaking changes

Hey, i think there are breaking changes introduced in the latest builds of llamaindex. any release notes on these?
example:
ERROR: Cannot install -r requirements.txt (line 4) and llama-index-embeddings-openai==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested llama-index-embeddings-openai==0.2.0
llama-index 0.10.68 depends on llama-index-embeddings-openai<0.2.0 and >=0.1.5

my requirements.txt is as below
qdrant-client==1.11.0
python-dotenv==1.0.1
arize-phoenix==4.26.0
llama-index==0.10.68
llama-index-llms-openai==0.2.0
llama-index-llms-ollama==0.3.0
llama-index-embeddings-openai==0.2.0
llama-index-embeddings-ollama==0.3.0
llama-index-vector-stores-qdrant==0.3.0
llama-index-callbacks-arize-phoenix==0.2.0
L
p
12 comments
In the process of rolling out v0.11.0, and we need to publish every sub package πŸ˜… Don't use the new minor versions for now, or if you do, remove llama-index from your deps and use llama-index-core==0.11.0 + other sub-packages you might need
Should only be a few more hours to wrap this up
so it means currently the llama-index versions will have some conflicts untill this is fully completed
If you continue using the top-level llama-index package, yes
llama-index is not really a package, but a wrapper on several sub-packages
ya i know and i see that.
but there are many projects which are actually using the top level package for me so i would wait for your full process to complete
if you dont mind could you please leave me a message once you have notification from your process
Add a reply
Sign up and join the conversation on Discord