@hiveai/embeddings 0.12.4 → 0.12.9

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ <p align="center">
2
+ <a href="https://github.com/Doucs91/hAIve">
3
+ <img src="https://raw.githubusercontent.com/Doucs91/hAIve/main/packages/vscode/media/logo.svg" alt="hAIve logo" width="96" />
4
+ </a>
5
+ </p>
6
+
1
7
  # @hiveai/embeddings
2
8
 
3
9
  > **Optional add-on for hAIve** — local semantic ranking for hAIve briefings and memory search. No data leaves your machine.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveai/embeddings",
3
- "version": "0.12.4",
3
+ "version": "0.12.9",
4
4
  "description": "hAIve embeddings - local semantic ranking for agent briefings and code search",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@xenova/transformers": "^2.17.2",
39
- "@hiveai/core": "0.12.4"
39
+ "@hiveai/core": "0.12.9"
40
40
  },
41
41
  "overrides": {
42
42
  "protobufjs": "^7.5.5"