Spaces:
Sleeping
Sleeping
File size: 626 Bytes
f17fb45 f6c8f41 b7846e0 f6c8f41 37087af f6c8f41 f17fb45 b7846e0 | 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
title: "Text EmbeddinG"
emoji: 🔢
colorFrom: "blue"
colorTo: "purple"
sdk: "docker"
app_port: 7860
sdk_version: "0.0.1"
app_file: "app.py"
pinned: false
---
# Text Embedding API
This Space provides a simple REST API to generate text embeddings using:
**Model:** `Alibaba-NLP/gte-multilingual-base`
## 🚀 Features
- Multilingual text embedding
- SentenceTransformers-based
- FastAPI + Docker
- Ready for RAG / Vector DB (Qdrant, FAISS, Milvus…)
---
## 📡 API Endpoints
### `POST /embed`
Generate embedding for input text.
**Request**
```json
{
"text": "Xin chào, đây là một câu tiếng Việt"
}
|