Skip to content

jina-ai/executor-onnx-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONNXEncoder

An executor that loads ONNX models and embeds documents using the ONNX runtime.

Usage

via Docker image (recommended)

from jina import Flow
	
f = Flow().add(uses='jinahub+docker://ONNXEncoder')

via source code

from jina import Flow
	
f = Flow().add(uses='jinahub://ONNXEncoder')
  • To override __init__ args & kwargs, use .add(..., uses_with: {'key': 'value'})
  • To override class metas, use .add(..., uses_metas: {'key': 'value})

About

An executor that loads ONNX models and embeds documents using the ONNX runtime.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages