Embedding / README.md
Bui Vu Duc Nghia
fix: add necessary to readme, and trust remote code to app
37087af
---
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"
}