@hiveai/embeddings 0.9.9 → 0.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @hiveai/embeddings
|
|
2
2
|
|
|
3
|
-
> **Optional add-on for hAIve** — local
|
|
3
|
+
> **Optional add-on for hAIve** — local semantic ranking for hAIve briefings and memory search. No data leaves your machine.
|
|
4
4
|
|
|
5
|
-
When installed alongside `@hiveai/cli
|
|
5
|
+
When installed alongside `@hiveai/cli`, this package helps hAIve surface the right policy context even when the agent's task wording does not match your memories exactly. It improves `get_briefing`, `mem_relevant_to`, and `mem_search`; it is not required for enforcement.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/embeddings",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "hAIve embeddings — local
|
|
3
|
+
"version": "0.9.10",
|
|
4
|
+
"description": "hAIve embeddings — optional local semantic ranking for enforcement briefings",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"homepage": "https://github.com/Doucs91/hAIve#readme",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"ai",
|
|
15
|
+
"enforcement",
|
|
15
16
|
"memory",
|
|
16
17
|
"embeddings",
|
|
17
18
|
"transformers",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
],
|
|
34
35
|
"dependencies": {
|
|
35
36
|
"@xenova/transformers": "^2.17.2",
|
|
36
|
-
"@hiveai/core": "0.9.
|
|
37
|
+
"@hiveai/core": "0.9.10"
|
|
37
38
|
},
|
|
38
39
|
"overrides": {
|
|
39
40
|
"protobufjs": "^7.5.5"
|