rajeshchoudharyt's picture
Update README.md
0e8acca verified
---
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
}
```