@crashbytes/semantic-text-toolkit 1.0.0 → 1.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/LICENSE +5 -0
- package/README.md +6 -1
- package/package.json +2 -3
package/LICENSE
ADDED
package/README.md
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Production-grade semantic text analysis with embeddings, similarity computation, and vector search operations.
|
|
4
4
|
|
|
5
|
-
**Built by Blackhole Software, LLC
|
|
5
|
+
**Part of the [CrashBytes npm ecosystem](https://github.com/CrashBytes)** | Built by Blackhole Software, LLC
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@crashbytes/semantic-text-toolkit)
|
|
8
|
+
[](https://www.npmjs.com/package/@crashbytes/semantic-text-toolkit)
|
|
9
|
+
[](https://bundlephobia.com/package/@crashbytes/semantic-text-toolkit)
|
|
10
|
+
[](./LICENSE)
|
|
6
11
|
|
|
7
12
|
---
|
|
8
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crashbytes/semantic-text-toolkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Production-grade semantic text analysis with embeddings, similarity, and vector operations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "https://github.com/
|
|
37
|
-
"directory": "semantic-text-toolkit"
|
|
36
|
+
"url": "https://github.com/CrashBytes/contentful-semantic-text-toolkit.git"
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
39
|
"@xenova/transformers": "^2.17.1"
|