A community member is encountering an ImportError when trying to import Settings and Document from the llama_index.core module after updating the llama-index package. Other community members suggest checking if the virtual environment is set up correctly, as the issue seems to be related to the virtual environment setup. After some troubleshooting, the community member is able to resolve the issue by running the Python interpreter within the activated virtual environment and successfully importing the required modules.
from llama_index.core import Settings, Getting this Error message with updated llama_index. ImportError: cannot import name 'Settings' from 'llama_index.core' (unknown location). Having the same problem trying to import Documents from core