Spaces:
Running
Running
chore: adding note
Browse files
lightweight_embeddings/__init__.py
CHANGED
@@ -235,7 +235,7 @@ def create_main_interface():
|
|
235 |
"""
|
236 |
### 🛠️ cURL Examples
|
237 |
|
238 |
-
**Generate Embeddings**
|
239 |
```bash
|
240 |
curl -X 'POST' \\
|
241 |
'https://lamhieu-lightweight-embeddings.hf.space/v1/embeddings' \\
|
|
|
235 |
"""
|
236 |
### 🛠️ cURL Examples
|
237 |
|
238 |
+
**Generate Embeddings (OpenAI compatible)**
|
239 |
```bash
|
240 |
curl -X 'POST' \\
|
241 |
'https://lamhieu-lightweight-embeddings.hf.space/v1/embeddings' \\
|