Skip to content

Commit

Permalink
Small improvement to README
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 12, 2024
1 parent 3924cd3 commit 61a5598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ 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.
You can follow the next step to load this data and embeddings to ChromaDB.

#### Download service data

If you are using the 211 API or Empower's API, make sure you check with them to see if the API keys are
Expand Down
5 changes: 4 additions & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,12 @@ docker compose --env-file .env.development --profile frontend -f docker-compose.
If you want to test the system without real data, you can generate some dummy testing data:

```bash
python3 scripts/generate_test_data.py
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.
You can follow the next step to load this data and embeddings to ChromaDB.

#### Download service data

If you are using the 211 API or Empower's API, make sure you check with them to see if the API keys are
Expand Down

0 comments on commit 61a5598

Please sign in to comment.