Skip to content

Commit

Permalink
Removing caution
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Jan 22, 2025
1 parent 9d8676b commit dbf5067
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/40-agent-tools/3-create-vector-search-index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# 👐 Create a vector search index

:::caution
If you are doing this lab as part of a MongoDB GenAI Developer Day, at this point you should have already created a vector search index on the _chunked_docs_ collection, so you can skip this step.

If you haven't created a vector search index on the _chunked_docs_ collection, follow the steps below to create it.
:::

To retrieve documents using vector search, you must configure a vector search index on the collection you want to perform vector search against.

Fill in any `<CODE_BLOCK_N>` placeholders and run the cells under the **Step 3: Create a vector search index** section in the notebook to create a vector search index.
Expand Down

0 comments on commit dbf5067

Please sign in to comment.