mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Add vector search capability for emulator (#1917)
This commit is contained in:
@@ -11,5 +11,11 @@ export const emulatorAccount = {
|
|||||||
tableEndpoint: "",
|
tableEndpoint: "",
|
||||||
gremlinEndpoint: "",
|
gremlinEndpoint: "",
|
||||||
cassandraEndpoint: "",
|
cassandraEndpoint: "",
|
||||||
|
capabilities: [
|
||||||
|
{
|
||||||
|
name: "EnableNoSqlVectorSearch",
|
||||||
|
description: "Enable Vector Search on NoSQL account",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user