Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 12, 2024
1 parent 61a5598 commit c6e52f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you want to test the system without real data, you can generate some dummy te
python3 scripts/generate_test_data.py
```

This would create a folder `<path_to_output_dir>/test_data/data-00.json` with about 300 dummy services.
This would create a file `<path_to_output_dir>/test_data/data-00.json` with about 300 dummy services.
You can follow the next step to load this data and embeddings to ChromaDB.

#### Download service data
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ If you want to test the system without real data, you can generate some dummy te
python3 scripts/generate_test_data.py --output-dir <path_to_output_dir>
```

This would create a folder `<path_to_output_dir>/test_data/data-00.json` with about 300 dummy services.
This would create a file `<path_to_output_dir>/test_data/data-00.json` with about 300 dummy services.
You can follow the next step to load this data and embeddings to ChromaDB.

#### Download service data
Expand Down

0 comments on commit c6e52f0

Please sign in to comment.