feat(webui): Add attribute editing dialog box and optimize editable attribute row component

This commit is contained in:
choizhang
2025-04-13 23:32:35 +08:00
parent 4900cf07d9
commit 5b1938e5b3
7 changed files with 173 additions and 80 deletions

View File

@@ -95,7 +95,6 @@ def create_graph_routes(rag, api_key: Optional[str] = None):
Dict: Updated entity information
"""
try:
print(request.entity_name, request.updated_data, request.allow_rename)
result = await rag.aedit_entity(
entity_name=request.entity_name,
updated_data=request.updated_data,