This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Initial commit of the Mintter Publications Reader - Returns an error #927
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This loader connects to the Mintter local daemon to extract hypertext documents into LlamaIndex.
For additional information about Mintter: https://github.com/MintterHypermedia/mintter
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
I have tried to run this tool locally using the test.py file, but got an error:
File "e:\dev\contrib\llama-hub\llama_hub\mintter\test.py", line 7, in
MintterPublicationsReader = download_loader('MintterPublicationsReader')
File "E:\dev\contrib\llama-hub.venv\lib\site-packages\llama_index\readers\download.py", line 49, in download_loader
reader_cls = download_llama_module(
File "E:\dev\contrib\llama-hub.venv\lib\site-packages\llama_index\download\module.py", line 217, in download_llama_module
module_info = get_module_info(
File "E:\dev\contrib\llama-hub.venv\lib\site-packages\llama_index\download\module.py", line 71, in get_module_info
raise ValueError("Loader class name not found in library")
ValueError: Loader class name not found in library
I assume my module is not being recognized locally because of some misconfiguration error. After asking on the contributing channel of LlamaIndex discord, I was asked to submit the PR for review.
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Suggested Checklist:
make format; make lint
to appease the lint gods