We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad9851 commit d67d8ecCopy full SHA for d67d8ec
app/ai/page.tsx
@@ -280,11 +280,12 @@ export default function AIPage() {
280
</span>
281
</div>
282
<h2 className="text-xl font-semibold text-white sm:text-2xl">
283
- Four commands to your first vector search
+ Start locally with one Docker command
284
</h2>
285
<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.
+ Spin up DocumentDB with Docker, then follow the four-step quick
+ start below to connect with mongosh, create a vector index, and
288
+ run your first vector search.
289
</p>
290
<div className="mt-5">
291
<CommandSnippet command={quickRunCommand} label="Docker" />
0 commit comments