You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use docquery via command line to ask a question on a PDF file but the process seems to get stuck at the Loading pipelines. step.
> docquery scan "What can I use to open a PDF file?" pdf-sample1.pdf
document-question-answering is already registered. Overwriting pipeline for task document-question-answering...
2023-04-05 09:47:24,078 INFO: Loading pdf-sample1.pdf
2023-04-05 09:47:24,120 INFO: Done loading 1 file(s).
2023-04-05 09:47:24,121 INFO: Loading pipelines.
Also, when loading as library, the notebook gets stuck at this line
p=pipeline('document-question-answering')
Could you help me resolve this? I'm on Windows 10 btw.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use docquery via command line to ask a question on a PDF file but the process seems to get stuck at the
Loading pipelines.
step.Also, when loading as library, the notebook gets stuck at this line
Could you help me resolve this? I'm on Windows 10 btw.
The text was updated successfully, but these errors were encountered: