mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Merge 2.2 into master (#771)
This commit is contained in:
parent
dc72ed3cca
commit
befe951b2e
15 changed files with 2840 additions and 32 deletions
13
dev-tools/explainable-ai/package.json
Normal file
13
dev-tools/explainable-ai/package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "explain-api-example",
|
||||
"version": "1.0.0",
|
||||
"description": "TrustGraph explainability API example",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@trustgraph/client": "^1.7.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue