elid 0.1.0 → 0.3.0

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/elid_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "elid",
3
3
  "collaborators": [
4
- "ELID Contributors"
4
+ "Zach Handley <zachhandley@gmail.com>"
5
5
  ],
6
- "description": "A fast and efficient string similarity library",
7
- "version": "0.1.0",
6
+ "description": "Embedding Locality IDentifier - encode embeddings into sortable string IDs for vector search without vector stores, plus fast string similarity algorithms",
7
+ "version": "0.3.0",
8
8
  "license": "MIT OR Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://forge.blackleafdigital.com/BlackLeafDigital/ELID"
11
+ "url": "https://github.com/ZachHandley/ELID"
12
12
  },
13
13
  "files": [
14
14
  "elid_bg.wasm",
@@ -23,10 +23,10 @@
23
23
  "./snippets/*"
24
24
  ],
25
25
  "keywords": [
26
- "string",
26
+ "embeddings",
27
+ "vector-search",
27
28
  "similarity",
28
29
  "levenshtein",
29
- "fuzzy",
30
- "distance"
30
+ "locality-sensitive-hashing"
31
31
  ]
32
32
  }