pyqt-openai icon indicating copy to clipboard operation
pyqt-openai copied to clipboard

No module named 'llama_index.response'

Open laurenceanthony opened this issue 1 year ago • 3 comments

After installing everything from the requirements.txt file, I'm running into the following problem: No module named 'llama_index.response'

Is the code set up for an old version of llama_index?

laurenceanthony avatar Feb 22 '24 12:02 laurenceanthony

As a temporary measure, I've just removed llama-index package in pyqt-openai which causes error because as you said, the code is old version. Usage of llama-index is significantly changed.

I will create tag to figure out how to implement "new" llama-index in this package.

yjg30737 avatar Feb 23 '24 10:02 yjg30737

Sounds good. Once I get a working version here, I'll see if I can contribute to it.

laurenceanthony avatar Feb 23 '24 11:02 laurenceanthony

It is bit too late (which is an understatement) but i applied new llamaindex codes into feature/llamaindex branch just a couple of days ago. If there are no issues, I will merge it this weekend.

yjg30737 avatar Apr 18 '24 00:04 yjg30737