rajeshchoudharyt's picture
update python package
4a77268
|
raw
history blame
421 Bytes
metadata
title: Stella Text Embedding
emoji: 🦀
colorFrom: green
colorTo: pink
sdk: docker
pinned: false
license: mit

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

Endpoint: /api/embeddings

Headers: Authorization: Bearer Body:

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