Skip to content

Commit

Permalink
chore: Use knnVector instead of vectorEmbedding in index template def…
Browse files Browse the repository at this point in the history
…inition COMPASS-7288 (mongodb-js#4950)

chore: upgrade mongodb-constants to get the new search templates
  • Loading branch information
kmruiz authored Oct 4, 2023
1 parent c7bc723 commit 61505b7
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/compass-aggregations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mongodb-js/compass-user-data": "^0.1.3",
"@mongodb-js/compass-utils": "^0.5.0",
"@mongodb-js/explain-plan-helper": "^1.1.2",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"@mongodb-js/mongodb-redux-common": "^2.0.12",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"@mongodb-js/compass-user-data": "^0.1.3",
"@mongodb-js/compass-utils": "^0.5.0",
"@mongodb-js/explain-plan-helper": "^1.1.2",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"@mongodb-js/mongodb-redux-common": "^2.0.12",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@codemirror/view": "^6.7.1",
"@lezer/highlight": "^1.1.3",
"@mongodb-js/compass-components": "^1.15.0",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"polished": "^4.2.2",
"prettier": "^2.7.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-indexes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@mongodb-js/compass-editor": "^0.14.0",
"@mongodb-js/compass-logging": "^1.2.1",
"@mongodb-js/mongodb-redux-common": "^2.0.12",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.0",
"react": "^17.0.2"
Expand Down Expand Up @@ -102,7 +102,7 @@
"@mongodb-js/compass-editor": "^0.14.0",
"@mongodb-js/compass-logging": "^1.2.1",
"@mongodb-js/mongodb-redux-common": "^2.0.12",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-query-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@mongodb-js/compass-editor": "^0.14.0",
"@mongodb-js/compass-logging": "^1.2.1",
"@mongodb-js/compass-user-data": "^0.1.3",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.0",
"mongodb-query-util": "^2.1.0",
Expand Down Expand Up @@ -102,7 +102,7 @@
"@mongodb-js/compass-editor": "^0.14.0",
"@mongodb-js/compass-logging": "^1.2.1",
"@mongodb-js/compass-user-data": "^0.1.3",
"@mongodb-js/mongodb-constants": "^0.8.4",
"@mongodb-js/mongodb-constants": "^0.8.5",
"bson": "^6.0.0",
"compass-preferences-model": "^2.15.0",
"mongodb-query-util": "^2.1.0"
Expand Down

0 comments on commit 61505b7

Please sign in to comment.