(li) root@autodl-container-83df11a6fa-ad4b587c:~/autodl-tmp# python test01.py
Traceback (most recent call last):
File "/root/autodl-tmp/test01.py", line 12, in <module>
from llama_index.vector_stores.chroma import ChromaVectorStore
ModuleNotFoundError: No module named 'llama_index.vector_stores'
(li) root@autodl-container-83df11a6fa-ad4b587c:~/autodl-tmp# pip install llama_index.vector_stores
Looking in indexes: http://mirrors.aliyun.com/pypi/simple
ERROR: Could not find a version that satisfies the requirement llama_index.vector_stores (from versions: none)
ERROR: No matching distribution found for llama_index.vector_stores