1,814 1 year ago

It is BAAI/bge-m3

embedding

Models

View all →

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" }'