Skip to content

Commit

Permalink
Deploying to github_pages from @ 61a5598 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 12, 2024
1 parent bf19924 commit 18784b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion _sources/index.md.txt
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
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,11 @@ <h3>📥 Data setup<a class="headerlink" href="#data-setup" title="Link to this
<section id="test-data">
<h4>Test data<a class="headerlink" href="#test-data" title="Link to this heading"></a></h4>
<p>If you want to test the system without real data, you can generate some dummy testing data:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python3<span class="w"> </span>scripts/generate_test_data.py
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python3<span class="w"> </span>scripts/generate_test_data.py<span class="w"> </span>--output-dir<span class="w"> </span>&lt;path_to_output_dir&gt;
</pre></div>
</div>
<p>This would create a folder <code class="docutils literal notranslate"><span class="pre">&lt;path_to_output_dir&gt;/test_data/data-00.json</span></code> with about 300 dummy services.
You can follow the next step to load this data and embeddings to ChromaDB.</p>
</section>
<section id="download-service-data">
<h4>Download service data<a class="headerlink" href="#download-service-data" title="Link to this heading"></a></h4>
Expand Down
Loading

0 comments on commit 18784b4

Please sign in to comment.