Is anyone else having issues with the cli tool to upgrade your imports to v0.10+ ?
It runs fine, no errors, I get the following output:
(.venv) @no-dice-io β /workspaces/koda-retriever (main) $ llamaindex-cli upgrade .
Module not found: VectorStoreQueryMode
Switching to core
Module not found: BaseNodePostprocessor
Switching to core
Module not found: QueryType
Switching to core
Module not found: Settings
Switching to core
New installs:
pip install llama-index-llms-openai
pip install llama-index-vector-stores-pinecone
pip install llama-index-embeddings-openai
But none of the imports have actually changed. Am I not using this tool correctly? I did reinstall my .venv with the new imports above