Skip to content

Commit

Permalink
Deploying to github_pages from @ c6e52f0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 12, 2024
1 parent 18784b4 commit 68272dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/index.md.txt
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h4>Test data<a class="headerlink" href="#test-data" title="Link to this heading
<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.
<p>This would create a file <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">
Expand Down
Loading

0 comments on commit 68272dd

Please sign in to comment.