Skip to content

Commit 10969c8

Browse files
authored
Merge pull request #12 from mongodb-developer/add_voyageai
Updating screenshots
2 parents f39f8ee + 41e0e0f commit 10969c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/30-import-data/1-import-data.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ To visually verify that the data has been imported into the MongoDB cluster, cli
88

99
Ensure that you see a database called _mongodb_genai_devday_vs_, and a collection named _books_ under it.
1010

11-
<Screenshot url="https://github.com/codespaces" src="img/screenshots/30-import-data/1-import-data/1-verify-collection.png" alt="Verify collection" />
11+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/30-import-data/1-import-data/1-verify-collection.png" alt="Verify collection" />
1212

1313
Click the **>** arrow next to _books_ and note the number of documents.
1414

15-
<Screenshot url="https://github.com/codespaces" src="img/screenshots/30-import-data/1-import-data/2-document-count.png" alt="Verify document count" />
15+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/30-import-data/1-import-data/2-document-count.png" alt="Verify document count" />
1616

1717
To preview a document, click the **>** arrow next to _Documents_ and select a document from the list.
1818

19-
<Screenshot url="https://github.com/codespaces" src="img/screenshots/30-import-data/1-import-data/3-preview-document.png" alt="Preview document" />
19+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/30-import-data/1-import-data/3-preview-document.png" alt="Preview document" />

docs/40-perform-vector-search/2-add-embeddings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ To visually verify that embeddings have been added to the documents in the `book
6464

6565
Navigate to a document in the _books_ collection and ensure that it has an `embedding` field.
6666

67-
<Screenshot url="https://github.com/codespaces" src="img/screenshots/40-perform-vector-search/2-add-embeddings/1-preview-document.png" alt="Preview document" />
67+
<Screenshot url="https://play.instruqt.com" src="img/screenshots/40-perform-vector-search/2-add-embeddings/1-preview-document.png" alt="Preview document" />

0 commit comments

Comments
 (0)