Skip to content

Commit

Permalink
remove drop_old=True
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Aug 29, 2024
1 parent b317033 commit d1197bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventual-consistency-service/app/graphrag/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def init(
vector_field=milvus_config.get("vector_field", "document_vector"),
text_field=milvus_config.get("text_field", "document_content"),
vertex_field=vertex_field,
drop_old=True,
drop_old=False,
)

LogWriter.info(f"Initializing {name}")
Expand Down

0 comments on commit d1197bc

Please sign in to comment.