line 21, in _try_loading_included_file_formats from llama_index.readers.file.base import ( ModuleNotFoundError: No module named 'llama_index.readers.file.base' File "/llama_index/core/readers/file/base.py", line 396, in load_data SimpleDirectoryReader.load_file( File "/llama_index/core/r...
Based on the context provided, it seems like there's a discrepancy between the import statement in your code and the actual structure of the LlamaIndex package. The error message indicates that the module 'llama_index.readers.schema' cannot be found, which aligns with the information from the...
ModuleNotFoundError for 'llama_index.vector_stores' in Python Project All given answers are valid but as a generic answer for all Vector Stores, llama index requires additional vector stores (and document readers as well) to be downloaded from/via LlamaHub. They can be ......
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} run-llama / llama_index Public Notifications You must be signed in to change notification settings Fork 5k Star 35.6k ...
Bug Description In line 8 of llama_index/readers/web/init.py, it must be from llama_index.readers.web.browserbase_web.base import BrowserbaseWebReader. Please fix it as soon as possible Version In main branch Steps to Reproduce import so...
Thank you for reporting this issue. The error you're encountering,ModuleNotFoundError: No module named 'llama_index.readers.schema', suggests that the Python interpreter cannot find a module namedschemawithin a package or sub-packagellama_index.readers. ...
👍1chisomloius reacted with thumbs up emoji 👍 dosubotbotmentioned this issueMar 13, 2024 [Bug]: <module> 6 from llama_index.readers.base import BaseReader 7 from llama_index.readers.schema.base import Document 8 ModuleNotFoundError: No module named 'llama_index.readers.base'#11899 ...
Bug Description from llama_index.tools.brave_search import BraveSearchToolSpec ModuleNotFoundError: No module named 'llama_index.tools' Version llama-index=0.10.38 Steps to Reproduce I do not know Relevant Logs/Tracbacks from llama_index...
To resolve the "ModuleNotFoundError: No module named 'llama_index'" error in your Jupyter notebook, follow these steps: Ensure the package is installed in the correct environment: Run the following command in a cell in your Jupyter notebook to install thellama_indexpackage in the environment...
ModuleNotFoundError: No module named 'llama_index' ModuleNotFoundError: No module named 'llama_index.query_engine' [Bug]: ModuleNotFoundError: No module named 'llama_index.readers.schema' llama-index-cli/llama_index/cli/upgrade/base.py ...