hana-kgvector 0.1.0 → 0.1.1
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/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hana-kgvector",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A TypeScript framework for building hybrid GraphRAG applications using SAP HANA Cloud as the unified backend for knowledge graphs (RDF) and vector embeddings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,14 +35,12 @@
|
|
|
35
35
|
"build": "tsup",
|
|
36
36
|
"test": "vitest",
|
|
37
37
|
"dev": "tsx src/index.ts",
|
|
38
|
-
"phase0:llamaindex": "tsx scripts/validate-llamaindex.ts",
|
|
39
38
|
"phase0:litellm": "tsx scripts/validate-litellm.ts",
|
|
40
39
|
"phase0:hana": "tsx scripts/validate-hana.ts",
|
|
41
40
|
"smoke:pg": "tsx scripts/smoke-property-graph.ts"
|
|
42
41
|
},
|
|
43
42
|
"dependencies": {
|
|
44
43
|
"dotenv": "^16.4.5",
|
|
45
|
-
"llamaindex": "^0.7.0",
|
|
46
44
|
"openai": "^4.0.0",
|
|
47
45
|
"zod": "^3.23.8"
|
|
48
46
|
},
|