Skip to content

Commit

Permalink
Merge pull request #2740 from jaelgu/update-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Aug 2, 2024
2 parents 345fde8 + 2af312e commit eb43b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/en/tutorials/multimodal_rag_with_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ milvus_client = MilvusClient(uri="./milvus_demo.db")
# By default, vector field name is "vector"
milvus_client.create_collection(
collection_name=collection_name,
overwrite=True, # This will drop the old collection if exists
auto_id=True,
dimension=dim,
enable_dynamic_field=True,
Expand Down

0 comments on commit eb43b97

Please sign in to comment.