Commit graph

3 commits

Author SHA1 Message Date
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