Skip to content

Commit c542198

Browse files
update example
1 parent abad51a commit c542198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here's a very short introduction to the cli workflow if you're in a hurry:
4343
``` zsh
4444
link="https://situational-awareness.ai/wp-content/uploads/2024/06/situationalawareness.pdf"
4545

46-
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
4747
# this will:
4848
# 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).
4949
# 2. cut the text into chunks and create embeddings for each

0 commit comments

Comments
 (0)