embeds/test.sh
2024-11-27 22:29:30 +07:00

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
}'