It is BAAI/bge-m3

Embedding

29 Pulls Updated 5 weeks ago

Readme

https://huggingface.co/BAAI/bge-m3

curl --request POST \
  --url http://localhost:11434/api/embeddings \
  --data '{   "model": "bge-m3",   "prompt": "Llamas are members of the camelid family" }'