Multilingual-E5-Large-Instruct

語意向量化(text embedding)
多語言模型,屬於 E5(Embedding from bidirectional Encoder representations) 系列

多用在 語意搜尋、RAG、相似度比對、跨語言檢索 等任務

Information Here : intfloat/multilingual-e5-large-instruct · Hugging Face


關鍵特性

Request

{
  "inputs": "string", # 輸入
  "normalize": true,  # 把向量長度標準化,常用於 cosine similarity / 向量檢索
  "prompt_name": "null", # 指定要套用哪個 **prompt template 名稱
  "truncate": false, # 是否啟用截斷
  "truncation_direction": "right" # 如果要截斷,從哪一邊截掉,值是 `left` 或 `right`
}
Powered by Forestry.md