pawasthy commited on
Commit
de282e8
·
verified ·
1 Parent(s): c82f009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ The model is compatible with Milvus Vector DB and is very easy to use:
31
 
32
  First, install the pymilvus library
33
  ```shell
34
- pip install pymilvus
35
  ```
36
 
37
  The model can then be used to encode pairs of text and find the similarity between their representations
 
31
 
32
  First, install the pymilvus library
33
  ```shell
34
+ pip install pymilvus[model]
35
  ```
36
 
37
  The model can then be used to encode pairs of text and find the similarity between their representations