Browse Source
        
      
      refine the readme.
      
        Signed-off-by: wxywb <xy.wang@zilliz.com>
      
      
        main
      
      
     
    
      
        
          
             wxywb
          
          4 years ago
            wxywb
          
          4 years ago
          
         
        
        
       
      
     
    
    
	
		
			
				 1 changed files with 
2 additions and 
0 deletions
			 
			
		 
		
			
				- 
					
					
					 
					README.md
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -18,7 +18,9 @@ This operator extracts features for image or text with [CLIP](https://arxiv.org/ | 
			
		
	
		
			
				
					|  |  |  | ## Code Example | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | Load an image from path './teddy.jpg' to generate an image embedding.  | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | Read the text 'A teddybear on a skateboard in Times Square.' to generate an text embedding.  | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  *Write the pipeline in simplified style*: | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | ```python | 
			
		
	
	
		
			
				
					|  |  | 
 |