Skip to content
Merged
Prev Previous commit
Next Next commit
chore: removes Nodeset node embedding
  • Loading branch information
hajdul88 committed May 23, 2025
commit db15389edc1707b0f6ca3b993e6a7845251dcf25
1 change: 0 additions & 1 deletion cognee/modules/engine/models/node_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ class NodeSet(DataPoint):
"""NodeSet data point."""

name: str
metadata: dict = {"index_fields": ["name"]}