refa: remove document graph snapshot payload (#18488)

This commit is contained in:
buua436
2026-08-19 13:22:37 +08:00
committed by GitHub
parent 76111cb159
commit f2cfd86df4

View File

@@ -2396,7 +2396,6 @@ async def _struct_upsert_graph_json(
row_id = _struct_graph_row_id(doc_id, compile_kwd, compilation_template_id)
row = {
"id": row_id,
"content_with_weight": json.dumps(graph, ensure_ascii=False),
"compile_kwd": compile_kwd,
"knowledge_graph_kwd": "graph",
"doc_id": doc_id,