diff --git a/site/en/tutorials/multimodal_rag_with_milvus.md b/site/en/tutorials/multimodal_rag_with_milvus.md index 4ec3995aa..c2ddd50a1 100644 --- a/site/en/tutorials/multimodal_rag_with_milvus.md +++ b/site/en/tutorials/multimodal_rag_with_milvus.md @@ -169,13 +169,6 @@ milvus_client.insert( ) ``` - DEBUG:pymilvus.milvus_client.milvus_client:Created new connection using: 7f33daeed99a4d8e8a5e28d47673ecc8 - DEBUG:pymilvus.milvus_client.milvus_client:Successfully created collection: multimodal_rag_demo - DEBUG:pymilvus.milvus_client.milvus_client:Successfully created an index on collection: multimodal_rag_demo - - - - {'insert_count': 900, 'ids': [451537887696781312, 451537887696781313, ..., 451537887696782211], @@ -468,4 +461,4 @@ best_img.show() ### Quick Deploy -To learn about how to start an online demo with this tutorial, please refer to [the example application](https://github.com/milvus-io/bootcamp/tree/master/bootcamp/tutorials/quickstart/apps/multimodal_rag_with_milvus). \ No newline at end of file +To learn about how to start an online demo with this tutorial, please refer to [the example application](https://github.com/milvus-io/bootcamp/tree/master/bootcamp/tutorials/quickstart/apps/multimodal_rag_with_milvus).