Skip to content

Commit 11b864c

Browse files
Gaudy BlancoGaudy Blanco
authored andcommitted
fix small bug
1 parent 983e16a commit 11b864c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphrag/index/workflows/generate_text_embeddings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _create_vector_store(
208208
and vector_store_config.index_prefix
209209
):
210210
single_embedding_config.index_name = (
211-
f"{vector_store_config.index_prefix}-{single_embedding_config.index_name}"
211+
f"{vector_store_config.index_prefix}_{single_embedding_config.index_name}"
212212
)
213213

214214
if single_embedding_config.index_name is None:

0 commit comments

Comments
 (0)