mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
fix: FalkorDB result parsing, embeddings routing, triples query response, graph visualization
- Fix FalkorDB triples query: client v5 returns objects not arrays, use named field access - Fix embeddings service: align spec names to "embeddings-request"/"embeddings-response" - Fix client triplesQuery: read `triples` field instead of `response` from backend - Fix graph page crash: guard against non-array triples, accept literals as entity nodes - Add seed:demo script for AI industry knowledge graph (254 triples, 64 entities) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
580ee319a3
commit
f2b376abef
7 changed files with 837 additions and 31 deletions
|
|
@ -31,6 +31,7 @@
|
|||
"graph-rag": "tsx scripts/run-graph-rag.ts",
|
||||
"document-rag": "tsx scripts/run-document-rag.ts",
|
||||
"create-test-pdf": "tsx scripts/create-test-pdf.ts",
|
||||
"seed:demo": "tsx scripts/seed-demo.ts",
|
||||
"llm:azure-openai": "tsx scripts/run-llm-azure-openai.ts",
|
||||
"llm:openai-compat": "tsx scripts/run-llm-openai-compatible.ts",
|
||||
"llm:mistral": "tsx scripts/run-llm-mistral.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue