logosdb 0.7.10 → 0.7.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.
@@ -7,7 +7,7 @@
7
7
  #define LOGOSDB_VERSION_MAJOR 0
8
8
  #define LOGOSDB_VERSION_MINOR 7
9
9
  #define LOGOSDB_VERSION_PATCH 8
10
- #define LOGOSDB_VERSION_STRING "0.7.8"
10
+ #define LOGOSDB_VERSION_STRING "0.7.11"
11
11
 
12
12
  /* Distance metrics for vector similarity search */
13
13
  #define LOGOSDB_DIST_IP 0 /* Inner product (default, requires L2-normalized vectors) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logosdb",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "Fast semantic vector database (HNSW + mmap) - Node.js bindings",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",