We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983e16a commit 11b864cCopy full SHA for 11b864c
graphrag/index/workflows/generate_text_embeddings.py
@@ -208,7 +208,7 @@ def _create_vector_store(
208
and vector_store_config.index_prefix
209
):
210
single_embedding_config.index_name = (
211
- f"{vector_store_config.index_prefix}-{single_embedding_config.index_name}"
+ f"{vector_store_config.index_prefix}_{single_embedding_config.index_name}"
212
)
213
214
if single_embedding_config.index_name is None:
0 commit comments