@equationalapplications/core-llm-wiki 4.14.1 → 4.15.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/{chunk-24ANTHZB.mjs → chunk-J4GBC6CP.mjs} +28 -10
- package/dist/chunk-J4GBC6CP.mjs.map +1 -0
- package/dist/index.d.mts +9 -3
- package/dist/index.d.ts +9 -3
- package/dist/index.js +357 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +334 -18
- package/dist/index.mjs.map +1 -1
- package/dist/{testing-DW1qufP0.d.mts → testing-NH1_Aigh.d.mts} +32 -2
- package/dist/{testing-DW1qufP0.d.ts → testing-NH1_Aigh.d.ts} +32 -2
- package/dist/testing.d.mts +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +26 -8
- package/dist/testing.js.map +1 -1
- package/dist/testing.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-24ANTHZB.mjs.map +0 -1
package/dist/testing.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { EmbeddingService, ImportExportService, IngestionService, JobManager, MaintenanceService, RetrievalService, SearchService, WriteService } from './chunk-
|
|
1
|
+
export { EmbeddingService, ImportExportService, IngestionService, JobManager, MaintenanceService, RetrievalService, SearchService, WriteService } from './chunk-J4GBC6CP.mjs';
|
|
2
2
|
//# sourceMappingURL=testing.mjs.map
|
|
3
3
|
//# sourceMappingURL=testing.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equationalapplications/core-llm-wiki",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.15.0",
|
|
4
4
|
"description": "Platform-agnostic TypeScript engine for hybrid LLM memory. Features episodic fact extraction, semantic vector search, and multi-agent architectures over SQLite. Bring your own adapter.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"minisearch": "^7.0.0",
|
|
57
|
-
"@equationalapplications/core-okf": "4.
|
|
57
|
+
"@equationalapplications/core-okf": "4.15.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/better-sqlite3": "^7.6.13",
|