Find answers from the community

Updated 2 months ago

Hello guys, I'm implementing llama-index

Hello guys, I'm implementing llama-index inside my project.py. But I have this blessed error importing the "llama_index.vector_store_index" module... I installed llama correctly and when I launched the 'pip show llama-index' command the path seems correct. Has this ever happened to anyone? I can't find any answers anywhere on the web. Anyway, this is the error output: Traceback (most recent call last):
File "C:\Users\Mario Montella\PycharmProjects\MLSearch.venv\mainTest.py", line 2, in <module>
from llama_index.vector_store_index import VectorStoreIndex
ModuleNotFoundError: No module named 'llama_index.vector_store_index'
W
N
7 comments
do
from llama_index import VectorStoreIndex
‘from llama_index.vector_store_index import VectorStoreaindex’is wrong?
In this way is ok, thankss
yep, Actually there is no module of this name.

Did you find this in any of the doc tutorial?
No I have found GPTVectorIndex
Add a reply
Sign up and join the conversation on Discord