You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my project use llama-index and GraphRAG, there is a tenacity depends:
The conflict is caused by:
graphrag 0.4.0 depends on tenacity<10.0.0 and >=9.0.0
llama-index-core 0.11.22 depends on tenacity!=8.4.0, <9.0.0 and >=8.2.0
Feature Description
When my project use llama-index and GraphRAG, there is a tenacity depends:
Here are the release notes for tenacity 9 (https://github.com/jd/tenacity/releases/tag/9.0.0)
And I found langchain has already updated tenacity version:
langchain-ai/langchain#27201
Now, I wish llama-index can do the same change.
Reason
My project is used GraphRAG and llamaindex both, and now the depends has tenacity conflict.
Value of Feature
No response
The text was updated successfully, but these errors were encountered: