@hiveai/embeddings 0.9.9 → 0.9.11

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.
Files changed (2) hide show
  1. package/README.md +2 -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 sentence embeddings and semantic search for your AI memory layer. No data leaves your machine.
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` and `@hiveai/mcp`, this package enables similarity-based memory retrieval: instead of keyword matching, `get_briefing` and `mem_search` can find memories that are *semantically* related to your task description, even if they share no common words.
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.9",
4
- "description": "hAIve embeddings — local sentence embeddings via Transformers.js for semantic memory search",
3
+ "version": "0.9.11",
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.9"
37
+ "@hiveai/core": "0.9.11"
37
38
  },
38
39
  "overrides": {
39
40
  "protobufjs": "^7.5.5"