rust-kgdb 0.5.9 → 0.5.10
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/CHANGELOG.md +6 -0
- package/README.md +0 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the rust-kgdb TypeScript SDK will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.5.10] - 2025-12-15
|
|
6
|
+
|
|
7
|
+
### Documentation Cleanup
|
|
8
|
+
|
|
9
|
+
- Removed naming disclaimer note from README header
|
|
10
|
+
|
|
5
11
|
## [0.5.9] - 2025-12-15
|
|
6
12
|
|
|
7
13
|
### Expert-Level Documentation - Complete Neuro-Symbolic AI Framework
|
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
> **Two-Layer Architecture**: High-performance Rust knowledge graph database + HyperMind neuro-symbolic agent framework with mathematical foundations.
|
|
8
8
|
|
|
9
|
-
**Naming Note**: The `GraphDB` class in this SDK is not affiliated with [Ontotext GraphDB](https://www.ontotext.com/products/graphdb/). The `GraphFrame` API is inspired by [Apache Spark GraphFrames](https://graphframes.github.io/graphframes/docs/_site/index.html).
|
|
10
|
-
|
|
11
9
|
---
|
|
12
10
|
|
|
13
11
|
## Architecture: What Powers rust-kgdb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rust-kgdb",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "Production-grade Neuro-Symbolic AI Framework: +86.4% accuracy improvement over vanilla LLMs. High-performance knowledge graph (2.78µs lookups, 35x faster than RDFox). Features fraud detection, underwriting agents, WASM sandbox, type/category/proof theory, and W3C SPARQL 1.1 compliance.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|