-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed to retrieve docs #8
Comments
Hi @isoboroff I wasn't able to recreate the problem on my machine. Can you run |
Hello, I have the same problem when trying to use my own document collection. Thank you! |
Hi @Isminoula |
Hello @ammsa thank you for the quick response! Here is the output of the command |
Hey @Isminoula, Thanks for the logs. There seems to be a restriction in the code which assumes that paragraphs in the tgz are ordered by their parent document ids. I am working on removing these restrictions. Meanwhile, can you reach out to me on [email protected] and I can help you get things working? |
@nims11 @ammsa Hi! Has there been progress on removing the paragraph ordering restriction? I am getting the same error in the logs ( Here's the sample sorted archive:
If you could let me know how to fix or work around this issue that would be greatly appreciated! Thanks for your help! |
Hi everyone, Sorry for the late reply, it is close to PhD defense time so I completely forgot this issue due to an overwhelming schedule. |
@Isminoula While it will remove the error, it will sometimes cause issues when rescoring items. There is an efficiency logic which uses binary search to move around that order. @Isminoula @dianalam I have pushed a fix in a branch (https://github.com/hical/HiCAL/tree/fix-para-ordering). I will run some further tests before merging to master but it will be helpful if one of you could also try that branch out. |
@nims11 Thanks for the quick response and the fix! I tested it on my dataset and it worked. |
I get the above message if I select a topic ("Women in Parliaments") or try to create a new one, then click the lightbulb icon. I'm trying to run the Docker setup as laid out on the hical.github.io page on athome4.
How do I debug this?
The text was updated successfully, but these errors were encountered: