We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecfb83 commit ce3660dCopy full SHA for ce3660d
backend/src/make_relationships.py
@@ -170,7 +170,7 @@ def create_chunk_vector_index(graph):
170
graph=graph,
171
node_label="Chunk",
172
embedding_node_property="embedding",
173
- index_name="vector_index"
+ index_name="vector"
174
)
175
vector_store.create_new_index()
176
logging.info(f"Index created successfully. Time taken: {time.time() - start_time:.2f} seconds")
0 commit comments