mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-24 21:32:41 +00:00
Fix entity_type string formatting(Fix PostgreSQL indexing)
- Remove redundant quotes - Use consistent double quotes
This commit is contained in:
parent
df1eebbbbd
commit
4202ce8d2f
@ -296,7 +296,7 @@ async def _merge_edges_then_upsert(
|
||||
node_data={
|
||||
"source_id": source_id,
|
||||
"description": description,
|
||||
"entity_type": '"UNKNOWN"',
|
||||
"entity_type": "UNKNOWN",
|
||||
},
|
||||
)
|
||||
description = await _handle_entity_relation_summary(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user