We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llama-index-readers-file
In the section of
Install llamafile integrations and SimpleWebPageReader pip install llama-index-embeddings-llamafile llama-index-llms-llamafile llama-index-readers-web
pip install llama-index-embeddings-llamafile llama-index-llms-llamafile llama-index-readers-web
llama-index-readers-file should be added as one of the integrations, otherwise a package not found issue will be reported while executing the line
package not found
local_doc_reader = SimpleDirectoryReader(input_dir='./data')
Similar to the issue reported at run-llama/llama_index#11336
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the section of
llama-index-readers-file
should be added as one of the integrations, otherwise apackage not found
issue will be reported while executing the linelocal_doc_reader = SimpleDirectoryReader(input_dir='./data')
Similar to the issue reported at run-llama/llama_index#11336
The text was updated successfully, but these errors were encountered: