-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
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
how to deal Paper Count=0 | Relevant Papers=0 | Current Evidence=0 #782
Comments
Hey @chenzf11! 👋 I'm here to help you with any bugs, questions, or contributions you have in mind. Let's squash those bugs together! To resolve the error "Index pqa_index_6714f503dc3c5f6bb733600ea5444832 was empty, please rebuild it," you need to rebuild the index. This can be done by setting the await get_directory_index(build=True) This will ensure that the index is rebuilt, which should resolve the error. Additionally, make sure that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Hello @chenzf11 it looks like you used You won't get any texts to process if you have an empty index, which explains the paper count of 0. So the issue is your paper directory is not getting picked up. You used a relative path for the paper directory, are you sure An aside is setting the |
Thank! I found that the files in my folder were not PDF files. After changing the file extensions to PDF, I could start building the index, but I was unable to successfully call the ollama model to work. I checked #582 and it works |
Using the local ollama model, code like this:
The result seems to have not processed the input file
The text was updated successfully, but these errors were encountered: