Skip to content

Commit d67d8ec

Browse files
fix words
1 parent 6ad9851 commit d67d8ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/ai/page.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,12 @@ export default function AIPage() {
280280
</span>
281281
</div>
282282
<h2 className="text-xl font-semibold text-white sm:text-2xl">
283-
Four commands to your first vector search
283+
Start locally with one Docker command
284284
</h2>
285285
<p className="mt-2 text-sm leading-6 text-gray-400">
286-
Start DocumentDB with Docker, connect with mongosh, create a vector
287-
index, and run a semantic query.
286+
Spin up DocumentDB with Docker, then follow the four-step quick
287+
start below to connect with mongosh, create a vector index, and
288+
run your first vector search.
288289
</p>
289290
<div className="mt-5">
290291
<CommandSnippet command={quickRunCommand} label="Docker" />

0 commit comments

Comments
 (0)