File size: 404 Bytes
97f5fbf 4a77268 0e8acca 4a77268 0e8acca 4a77268 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
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: /embeddings
```bash
Authorization: Bearer token
{
"input": [ "Hello", "World" ],
"embedding_type": "s2s_query" or "s2p_query" //optional
}
```
|