IBM / ibm-generative-ai

IBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
https://ibm.github.io/ibm-generative-ai/
Apache License 2.0
245 stars 101 forks source link

feat: upgrade llama-index extension #330

Closed Tomas2D closed 5 months ago

Tomas2D commented 6 months ago

Migrate to v 0.10.x

Discussed in https://github.com/IBM/ibm-generative-ai/discussions/329

Originally posted by **SLIBM** February 27, 2024 It seems that the official extension support for llama-index is on version 0.9.48, if I try `pip install 'ibm-generative-ai[llama-index]'` it will automatically install llama-index==0.9.48. But this will not allow us to use new features offered by later versions of llama-index, wondering if there is a plan to upgrade the extension support for newer versions of llama-index? Thanks!
Tomas2D commented 5 months ago

Released in version 2.3.0.