rust-kgdb 0.8.1 → 0.8.2
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 +12 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the rust-kgdb TypeScript SDK will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.8.1] - 2025-12-21
|
|
6
|
+
|
|
7
|
+
### Documentation & README Updates
|
|
8
|
+
|
|
9
|
+
- Added comprehensive ThinkingReasoner documentation section to README
|
|
10
|
+
- Updated "What's New" section with v0.8.0 features at top
|
|
11
|
+
- Added ThinkingReasoner to Engineering Foundation table
|
|
12
|
+
- Expanded derivation chain examples with insurance fraud detection scenario
|
|
13
|
+
- Added "The Setup Data" section explaining synthetic ontologies
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
5
17
|
## [0.8.0] - 2025-12-21
|
|
6
18
|
|
|
7
19
|
### ThinkingReasoner: When AI Shows Its Work
|
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
> **Your knowledge is scattered. Your claims live in Snowflake. Your customer graph sits in Neo4j. Your risk models run on BigQuery. Your compliance docs are in SharePoint. And your AI? It hallucinates because it can't see the full picture.**
|
|
8
8
|
>
|
|
9
9
|
> rust-kgdb unifies scattered enterprise knowledge into a single queryable graph—with native embeddings, cross-database federation, and AI that generates queries instead of fabricating answers. No hallucinations. Full audit trails. One query across everything.
|
|
10
|
+
>
|
|
11
|
+
> **What makes it different?** Totally in-memory KGDB with memory acceleration (449ns lookups). Multi-way federated joins across KGDB + Snowflake + BigQuery in a single SQL statement. W3C DCAT/DPROD data cataloging for self-describing data products. And now: **ThinkingReasoner**—deductive AI with proof-carrying outputs where every conclusion has a cryptographic derivation chain.
|
|
10
12
|
|
|
11
13
|
---
|
|
12
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rust-kgdb",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "High-performance RDF/SPARQL database with AI agent framework and cross-database federation. GraphDB (449ns lookups, 5-11x faster than RDFox), HyperFederate (KGDB + Snowflake + BigQuery), GraphFrames analytics, Datalog reasoning, HNSW vector embeddings. HyperMindAgent for schema-aware query generation with audit trails. W3C SPARQL 1.1 compliant. Native performance via Rust + NAPI-RS.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|