Skip to content

Commit

Permalink
Update 6-create-index.mdx
Browse files Browse the repository at this point in the history
removed the "type": "vectorSearch" top level field from the Vector Search Index definitions - this seems to be an invalid field.
  • Loading branch information
68wooley authored Feb 26, 2024
1 parent f2ea68d commit 9a60313
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/7-vector-search/6-create-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Select your database and the `books` collection, change the index name to `vecto

```js
{
"type": "vectorSearch",
"fields":[
{
"type": "vector",
Expand All @@ -45,7 +44,6 @@ Select your database and the `books` collection, change the index name to `vecto

```js
{
"type": "vectorSearch",
"fields":[
{
"type": "vector",
Expand All @@ -62,7 +60,6 @@ Select your database and the `books` collection, change the index name to `vecto

```js
{
"type": "vectorSearch",
"fields":[
{
"type": "vector",
Expand Down

0 comments on commit 9a60313

Please sign in to comment.