mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
Add vector search capability for emulator (#1917)
This commit is contained in:
parent
d07d2c7c0d
commit
70d1dc6f74
@ -11,5 +11,11 @@ export const emulatorAccount = {
|
|||||||
tableEndpoint: "",
|
tableEndpoint: "",
|
||||||
gremlinEndpoint: "",
|
gremlinEndpoint: "",
|
||||||
cassandraEndpoint: "",
|
cassandraEndpoint: "",
|
||||||
|
capabilities: [
|
||||||
|
{
|
||||||
|
name: "EnableNoSqlVectorSearch",
|
||||||
|
description: "Enable Vector Search on NoSQL account",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user