File size: 421 Bytes
97f5fbf
 
 
 
 
 
 
 
 
 
 
4a77268
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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
    }
```