Pash1986 commited on
Commit
dd4c4b0
1 Parent(s): 7b9edba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ It uses OpenAI small text embeddings (256 dimesnsions) to query the database for
18
  ## How to setup your own
19
 
20
  1. [Create an Atlas cluter](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/) (free clusters are available)
21
- 2. Load the [dataset](https://huggingface.co/datasets/AIatMongoDB/whatscooking.restaurants) using the `ingest/ingest.py` with your connection string.
22
  3. Deploy the relevant [Vector Index](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-tutorial/#create-the-atlas-vector-search-index) on `whatscooking.smart_trips` aggregated collection "name" : `vector_index`.
23
  ```
24
  {
 
18
  ## How to setup your own
19
 
20
  1. [Create an Atlas cluter](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/) (free clusters are available)
21
+ 2. Load the [dataset](https://huggingface.co/datasets/AIatMongoDB/whatscooking.restaurants) using the `ingest.py` [script](https://huggingface.co/datasets/AIatMongoDB/whatscooking.restaurants#ingest-data) with your connection string.
22
  3. Deploy the relevant [Vector Index](https://www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-tutorial/#create-the-atlas-vector-search-index) on `whatscooking.smart_trips` aggregated collection "name" : `vector_index`.
23
  ```
24
  {