Commit f3fe6b95 by Seefs Committed by GitHub

Merge pull request #1943 from RedwindA/fix/jina-embedding

fix(jina): remove encoding_format for jina embedding
parents 121e01c7 fb428ee9
......@@ -76,6 +76,7 @@ func (a *Adaptor) ConvertRerankRequest(c *gin.Context, relayMode int, request dt
}
func (a *Adaptor) ConvertEmbeddingRequest(c *gin.Context, info *relaycommon.RelayInfo, request dto.EmbeddingRequest) (any, error) {
request.EncodingFormat = ""
return request, nil
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment