feat: connect entities to node sets
This commit is contained in:
parent
83b20b1e92
commit
85e5e69494
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ def expand_with_nodes_and_edges(
|
|||
is_a=type_node,
|
||||
description=node.description,
|
||||
ontology_valid=ontology_validated_source_ent,
|
||||
belongs_to_set=data_chunk.belongs_to_set,
|
||||
)
|
||||
|
||||
added_nodes_map[entity_node_key] = entity_node
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue