Replies: 1 comment
-
Yea if you are using langchain components, there will be some rough edges. I would either swap your langchain components with llama-index equivalents where possible, or use an older version of llamindex until langchain catches up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that now llama-index depends on openai >=1.0 and at the same time it depends on langchain that depends on openai < 1.0
So there will probably be some unexpected failures there ?
Beta Was this translation helpful? Give feedback.
All reactions