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 <token> | |
Body: | |
```bash | |
{ | |
"input": [ "Hello", "World" ], | |
"embedding_type": "s2s_query" or "s2p_query" //optional | |
} | |
``` | |