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