Skip to content

Commit 55d27b4

Browse files
kaustubh-darekarkartikpersistent
authored andcommitted
vector index name fixed (#950)
1 parent 82dee71 commit 55d27b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/make_relationships.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def create_chunk_vector_index(graph):
180180
graph=graph,
181181
node_label="Chunk",
182182
embedding_node_property="embedding",
183-
index_name="vector_index"
183+
index_name="vector"
184184
)
185185
vector_store.create_new_index()
186186
logging.info(f"Index created successfully. Time taken: {time.time() - start_time:.2f} seconds")

0 commit comments

Comments
 (0)