Update README.md
Browse files
    	
        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
         
     |