* fix: remove groups from UserRead model * fix: add missing system dependencies for postgres * fix: change vector db provider environment variable name * fix: WeaviateAdapter retrieve bug * fix: correctly return data point objects from retrieve method * fix: align graph object properties * feat: add node example
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"type": "module",
|
|
"name": "node-example",
|
|
"version": "1.0.0",
|
|
"description": "Node example calling Cognee API",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"form-data": "^4.0.1",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|