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
wdoc --path $link --task query --filetype "online_pdf" --query "What are all the information about the author?" --query_retrievers='default_multiquery' --top_k=auto_200_500
46
+
wdoc --path $link --task query --filetype "online_pdf" --query "What does it say about alphago?" --query_retrievers='default_multiquery' --top_k=auto_200_500
47
47
# this will:
48
48
# 1. parse what's in --path as a link to a pdf to download (otherwise the url could simply be a webpage, but in most cases you can leave it to 'auto' by default as heuristics are in place to detect the most appropriate parser).
49
49
# 2. cut the text into chunks and create embeddings for each
0 commit comments