Add vector search capability for emulator (#1917)
This commit is contained in:
parent
d07d2c7c0d
commit
70d1dc6f74
|
@ -11,5 +11,11 @@ export const emulatorAccount = {
|
|||
tableEndpoint: "",
|
||||
gremlinEndpoint: "",
|
||||
cassandraEndpoint: "",
|
||||
capabilities: [
|
||||
{
|
||||
name: "EnableNoSqlVectorSearch",
|
||||
description: "Enable Vector Search on NoSQL account",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue