Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13951

ModuleNotFoundError: No module named 'llama_index.graph_stores'

$
0
0

I am trying to use the NebulaGraphStore class from llama_index via from llama_index.graph_stores.nebula import NebulaGraphStore as suggested by the llama_index documentation, but the following error occurred:

ModuleNotFoundError                       Traceback (most recent call last)Cell In[2], line 1----> 1 from llama_index.graph_stores.nebula import NebulaGraphStoreModuleNotFoundError: No module named 'llama_index.graph_stores'

I tried updating llama_index (version 0.10.5) with pip install -U llama-index but it doesn't work. How can I resolve this?


Viewing all articles
Browse latest Browse all 13951

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>