@soulcraft/brainy 3.41.1 → 3.43.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/dist/brainy.js +1 -0
- package/dist/utils/entityIdMapper.d.ts +93 -0
- package/dist/utils/entityIdMapper.js +169 -0
- package/dist/utils/metadataIndex.d.ts +57 -59
- package/dist/utils/metadataIndex.js +471 -578
- package/dist/utils/metadataIndexChunking.d.ts +331 -0
- package/dist/utils/metadataIndexChunking.js +738 -0
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.43.0",
|
|
4
4
|
"description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"ora": "^8.2.0",
|
|
173
173
|
"pdfjs-dist": "^4.0.379",
|
|
174
174
|
"prompts": "^2.4.2",
|
|
175
|
+
"roaring": "^2.4.0",
|
|
175
176
|
"uuid": "^9.0.1",
|
|
176
177
|
"ws": "^8.18.3",
|
|
177
178
|
"xlsx": "^0.18.5"
|