File tree Expand file tree Collapse file tree 4 files changed +16
-36111
lines changed Expand file tree Collapse file tree 4 files changed +16
-36111
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ generates an embedding using the
16
16
[ all-MiniLM-L6-v2] ( https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 )
17
17
Sentence Transformers model.
18
18
19
- The dataset has about 37,000 famous quotes, each with their author and tags. The
20
- data originates from a
19
+ The dataset has about 850 famous quotes, each with their author and tags. The
20
+ data is a subset of a
21
21
[ Kaggle dataset] ( https://www.kaggle.com/datasets/akmittal/quotes-dataset ) that
22
22
appears to have been generated from quotes that were scraped from the Goodreads
23
23
[ popular quotes] ( https://www.goodreads.com/quotes ) page.
@@ -81,9 +81,8 @@ npm run ingest
81
81
Note that the ` ELASTICSEARCH_URL ` variable must be defined in the terminal
82
82
session in which you run this command.
83
83
84
- This task may take a few minutes. How long it takes depends on your computer
85
- speed and wether you have a GPU, which is used to generate the embeddings if
86
- available.
84
+ This task should take a minute or less. The GPU, if available, is used optimize
85
+ the generation of the embeddings.
87
86
88
87
### Start the back end
89
88
You can’t perform that action at this time.
0 commit comments