{% extends 'documentation.html' %} {% block body %}

Embeddings

Example Request

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

{% endblock %}