Skip to content

Commit 20d1c3d

Browse files
vector index name fixed (#950)
1 parent a69dca3 commit 20d1c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/make_relationships.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def create_chunk_vector_index(graph):
170170
graph=graph,
171171
node_label="Chunk",
172172
embedding_node_property="embedding",
173-
index_name="vector_index"
173+
index_name="vector"
174174
)
175175
vector_store.create_new_index()
176176
logging.info(f"Index created successfully. Time taken: {time.time() - start_time:.2f} seconds")

0 commit comments

Comments
 (0)