7 lines
214 B
Bash
7 lines
214 B
Bash
curl -X POST "http://localhost:8000/embed" \
|
|
-H "Content-Type: application/json" \
|
|
-d '{
|
|
"texts": ["What is the capital of France?", "Who wrote Romeo and Juliet?"],
|
|
"is_query": true
|
|
}'
|