With 0.10.7, is this
pip3 install llama-index-vector-stores-chroma
all that's required for
from llama_index.vector_stores.chroma import ChromaVectorStore
it's installed but it is the only import that isn't resolving after migrating to 0.10.7. Curious if there is something else I need to do here?
Requirement already satisfied: llama-index-vector-stores-chroma in ./env/lib/python3.10/site-packages (0.1.2)
Requirement already satisfied: llama-index-core<0.11.0,>=0.10.1 in ./env/lib/python3.10/site-packages (from llama-index-vector-stores-chroma) (0.10.9)