milvus-io/milvus

[Feature]: Implement serving ONNX model in Milvus

Open

#24,955 opened on Jun 16, 2023

View on GitHub
 (1 comment) (3 reactions) (1 assignee)Go (44,298 stars) (4,000 forks)batch import
good first issuekind/feature

Description

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

ONNX is a computation backend serving models.

Milvus will need to run ONNX cases in following scenarios:

  1. User defined metrics
  2. Ranking/Reranking
  3. Embedding finetuning -> UDF function to finetune the embeddings ..... more suggestion on the usages

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

Contributor guide