Skip to content

Commit

Permalink
Reuse key
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Nov 13, 2024
1 parent aec3d9f commit 96956fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphrag/api/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ def _patch_vector_store(
description_embedding_store = LanceDBVectorStore(
db_uri=config.embeddings.vector_store["db_uri"],
collection_name=create_collection_name(
"default", entity_description_embedding
config.embeddings.vector_store["container_name"],
entity_description_embedding,
),
overwrite=config.embeddings.vector_store["overwrite"],
)
Expand Down

0 comments on commit 96956fb

Please sign in to comment.