We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8bab8 commit 993e34fCopy full SHA for 993e34f
docs/src/theme/FeatureTables.js
@@ -1107,13 +1107,13 @@ const FEATURE_TABLES = {
1107
link: "milvus",
1108
deleteById: true,
1109
filtering: true,
1110
- searchByVector: false,
+ searchByVector: true,
1111
searchWithScore: true,
1112
async: true,
1113
- passesStandardTests: false,
1114
- multiTenancy: false,
+ passesStandardTests: true,
+ multiTenancy: true,
1115
local: true,
1116
- idsInAddDocuments: false,
+ idsInAddDocuments: true,
1117
},
1118
{
1119
name: "MongoDBAtlasVectorSearch",
0 commit comments