Skip to content

Commit 50d23ed

Browse files
authored
Fix lint (#544)
1 parent 1f4eb95 commit 50d23ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/knowledge-store/ragstack_knowledge_store/graph_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def _apply_schema(self):
262262
kind TEXT,
263263
tag TEXT,
264264
265-
-- text_embedding of target node. allows MMR to be applied without
265+
-- text_embedding of target node. allows MMR to be applied without
266266
-- fetching nodes.
267267
target_text_embedding VECTOR<FLOAT, {embedding_dim}>,
268268

0 commit comments

Comments
 (0)