From c6e52f07cae36053839883b1cf2d55328042d5f0 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Tue, 12 Nov 2024 14:16:57 -0500 Subject: [PATCH] Small fix --- README.md | 2 +- docs/source/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d37a2..c07b37e 100644 --- a/README.md +++ b/README.md @@ -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 `/test_data/data-00.json` with about 300 dummy services. +This would create a file `/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 diff --git a/docs/source/index.md b/docs/source/index.md index f2c18da..4d10f15 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -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 ``` -This would create a folder `/test_data/data-00.json` with about 300 dummy services. +This would create a file `/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