Add vector search capability for emulator (#1917)

This commit is contained in:
Nitesh Vijay 2024-07-20 00:02:42 +05:30 committed by GitHub
parent d07d2c7c0d
commit 70d1dc6f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -11,5 +11,11 @@ export const emulatorAccount = {
tableEndpoint: "", tableEndpoint: "",
gremlinEndpoint: "", gremlinEndpoint: "",
cassandraEndpoint: "", cassandraEndpoint: "",
capabilities: [
{
name: "EnableNoSqlVectorSearch",
description: "Enable Vector Search on NoSQL account",
},
],
}, },
}; };