@absolutejs/absolute-rag-sqlite-linux-arm64 0.0.1

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 ADDED
@@ -0,0 +1,4 @@
1
+ # @absolutejs/absolute-rag-sqlite-linux-arm64
2
+
3
+ Platform-native package placeholder for the Linux arm64 sqlite-vec binary used by `@absolutejs/absolute-rag-sqlite`.
4
+
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@absolutejs/absolute-rag-sqlite-linux-arm64",
3
+ "version": "0.0.1",
4
+ "description": "Platform-native sqlite-vec binding for AbsoluteJS RAG SQLite (linux arm64)",
5
+ "license": "BSL-1.1",
6
+ "os": ["linux"],
7
+ "cpu": ["arm64"],
8
+ "files": [
9
+ "README.md",
10
+ "sqlite-vec.so"
11
+ ],
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/absolutejs/absolute-rag-sqlite.git",
15
+ "directory": "native/packages/linux-arm64"
16
+ }
17
+ }
package/sqlite-vec.so ADDED
Binary file