mirror of
https://github.com/simon987/sist2.git
synced 2025-12-18 09:49:06 +00:00
Rework user scripts, update DB schema to support embeddings
This commit is contained in:
@@ -45,7 +45,8 @@ export default {
|
||||
items.push(
|
||||
{key: "esVersion", value: this.$store.state.sist2Info.esVersion},
|
||||
{key: "esVersionSupported", value: this.$store.state.sist2Info.esVersionSupported},
|
||||
{key: "esVersionLegacy", value: this.$store.state.sist2Info.esVersionLegacy}
|
||||
{key: "esVersionLegacy", value: this.$store.state.sist2Info.esVersionLegacy},
|
||||
{key: "esVersionHasKnn", value: this.$store.state.sist2Info.esVersionHasKnn},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user