Fix vector search capability name (#1918)

This commit is contained in:
Nitesh Vijay 2024-07-23 07:33:24 +05:30 committed by GitHub
parent 70d1dc6f74
commit 1e6c40eabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export const emulatorAccount = {
cassandraEndpoint: "",
capabilities: [
{
name: "EnableNoSqlVectorSearch",
name: "EnableNoSQLVectorSearch",
description: "Enable Vector Search on NoSQL account",
},
],