embeds/test.sh

7 lines
214 B
Bash
Raw Normal View History

2024-11-27 22:29:30 +07:00
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
}'