{% extends 'documentation.html' %} {% block body %}
curl http://localhost:5000/embeddings/{model} \
-X POST \
-H "Content-Type: application/json" \
-d '{"inputs": ["test string 1", "test string 2", ...]}'
HF Text Embedding Models