2024-11-27 16:34:28 +01:00
|
|
|
embeddings: true
|
2025-03-12 12:55:06 +01:00
|
|
|
name: text-embedding-ada-002
|
2024-03-21 01:12:20 +01:00
|
|
|
parameters:
|
2025-03-12 12:55:06 +01:00
|
|
|
model: huggingface://bartowski/granite-embedding-107m-multilingual-GGUF/granite-embedding-107m-multilingual-f16.gguf
|
2024-03-21 01:12:20 +01:00
|
|
|
|
|
|
|
usage: |
|
|
|
|
You can test this model with curl like this:
|
|
|
|
|
|
|
|
curl http://localhost:8080/embeddings -X POST -H "Content-Type: application/json" -d '{
|
|
|
|
"input": "Your text string goes here",
|
2024-03-21 22:09:04 +01:00
|
|
|
"model": "text-embedding-ada-002"
|
2024-03-21 01:12:20 +01:00
|
|
|
}'
|