-
It seems that the official extension support for llama-index is on version 0.9.48, if I try |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello! You can install the newer version by running pip install llama-index --upgrade |
Beta Was this translation helpful? Give feedback.
-
Actually I did try manual upgrading the llama-index lib, for example to the latest version of 0.10.14, I would get error from below snippet of code that used to run fine with llama-index 0.9.48 (this code snippet is the example code shared by documentation on how use the llama-index extension with ibm-generative-ai)
and the error messages I got is like below:
As you can see, the error is ImportError/ModuleNotFoundError originated from code out of the ibm genai extension code, like That's why I created this issue believing there may need some updates from ibm-generative-ai code on the extension support for llama-index to align with latest llama-index version. |
Beta Was this translation helpful? Give feedback.
Ohh, I see. The fix is on the way #331