2024-03-21 21:09:04 +00:00
|
|
|
name: text-embedding-ada-002
|
2024-11-27 15:34:28 +00:00
|
|
|
embeddings: true
|
2024-03-21 00:12:20 +00:00
|
|
|
parameters:
|
2024-11-27 15:34:28 +00:00
|
|
|
model: huggingface://hugging-quants/Llama-3.2-1B-Instruct-Q4_K_M-GGUF/llama-3.2-1b-instruct-q4_k_m.gguf
|
2024-03-21 00:12:20 +00: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 21:09:04 +00:00
|
|
|
"model": "text-embedding-ada-002"
|
2024-03-21 00:12:20 +00:00
|
|
|
}'
|