Skip to content

Commit

Permalink
Update multimodal_rag_with_milvus.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Aug 12, 2024
1 parent cd4480a commit d620f1e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions site/en/tutorials/multimodal_rag_with_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down Expand Up @@ -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).
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).

0 comments on commit d620f1e

Please sign in to comment.