Commit graph

6 commits

Author SHA1 Message Date
49a86c622a Adjust relationship prompt to infer connections from character traits 2026-03-13 19:34:51 +07:00
10a85e76d6 Two-pass graph extraction: entities then relationships with larger chunks 2026-03-13 19:30:30 +07:00
e14080129e Fix str.format KeyError by using %-formatting for ontology JSON 2026-03-13 19:22:36 +07:00
b4c7f67b00 Add traceback logging for extraction errors 2026-03-13 19:19:22 +07:00
db6e235b98 Add logging to LLM graph builder for debugging extraction failures 2026-03-13 19:14:36 +07:00
79519ddd54 Replace Zep with direct LLM calls for graph building
Add LLMGraphBuilderService that extracts entities/relationships
from text chunks using Groq instead of Zep Cloud API. Graph data
is persisted to disk as graph_data.json, with fallback to Zep
for existing graphs.
2026-03-13 19:07:40 +07:00