CoolFace
Apppublic

DIVY118/stella-text-embedding

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Endpoint: /embeddings

bash
    Authorization: Bearer token

    {
        "input": [ "Hello", "World" ],
        "embedding_type": "s2s_query" or "s2p_query"    //optional
    }