2024-03-21 22:09:04 +01:00
|
|
|
name: text-embedding-ada-002
|
2024-11-27 16:34:28 +01:00
|
|
|
embeddings: true
|
2024-03-21 01:12:20 +01:00
|
|
|
parameters:
|
2024-11-27 16:34:28 +01: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 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
|
|
|
}'
|