Skip to content

Commit

Permalink
docs: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 22, 2023
1 parent 1d14d02 commit d43e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ python3 -m app import /path/to/products.jsonl.gz --num_processes=2

Or using docker:
```console
docker-compose run --rm -v $(pwd)/path/to/products.jsonl.gz:/mnt/products.jsonl.gz:ro api python3 -m app import /mnt/products.jsonl.gz --num_processes=2
docker-compose run --rm -v $(pwd)/path/to/products.jsonl.gz:/mnt/products.jsonl.gz:ro api python3 -m app import /mnt/products.jsonl.gz --num-processes=2
```

If you get errors, try adding more RAM (12GB works well if you have that spare), or slow down the indexing process by setting `num_processes` to 1 in the command above.
Expand Down

0 comments on commit d43e47b

Please sign in to comment.