Skip to content

Commit

Permalink
updated the examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AMMAS1 committed Aug 2, 2024
1 parent 26fa01c commit 6f7e1ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ By default, STORM is grounded on the Internet using the search engine, but it ca
--output-dir $OUTPUT_DIR \
--vector-db-mode offline \
--offline-vector-db-dir $OFFLINE_VECTOR_DB_DIR \
--update-vector-store \
--csv-file-path $CSV_FILE_PATH \
--device $DEVICE_FOR_EMBEDDING(mps, cuda, cpu) \
--do-research \
Expand All @@ -70,7 +69,6 @@ By default, STORM is grounded on the Internet using the search engine, but it ca
--output-dir $OUTPUT_DIR \
--vector-db-mode online \
--online-vector-db-url $ONLINE_VECTOR_DB_URL \
--update-vector-store \
--csv-file-path $CSV_FILE_PATH \
--device $DEVICE_FOR_EMBEDDING(mps, cuda, cpu) \
--do-research \
Expand All @@ -94,7 +92,6 @@ By default, STORM is grounded on the Internet using the search engine, but it ca
--output-dir $OUTPUT_DIR \
--vector-db-mode offline \
--offline-vector-db-dir $OFFLINE_VECTOR_DB_DIR \
--update-vector-store \
--csv-file-path $PATH_TO_THE_PROCESSED_CSV \
--device $DEVICE_FOR_EMBEDDING(mps, cuda, cpu) \
--do-research \
Expand Down

0 comments on commit 6f7e1ca

Please sign in to comment.