Skip to content

Commit abe43ce

Browse files
authored
update episode index (camel-ai#384)
1 parent 17c177e commit abe43ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiti_core/utils/maintenance/graph_data_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async def build_indices_and_constraints(driver: AsyncDriver, delete_existing: bo
7272

7373
fulltext_indices: list[LiteralString] = [
7474
"""CREATE FULLTEXT INDEX episode_content IF NOT EXISTS
75-
FOR (e:Episodic) ON EACH [e.content, e.source, e.group_id]""",
75+
FOR (e:Episodic) ON EACH [e.content, e.source, e.source_description, e.group_id]""",
7676
"""CREATE FULLTEXT INDEX node_name_and_summary IF NOT EXISTS
7777
FOR (n:Entity) ON EACH [n.name, n.summary, n.group_id]""",
7878
"""CREATE FULLTEXT INDEX community_name IF NOT EXISTS

0 commit comments

Comments
 (0)