Skip to content

Commit

Permalink
[chore/chatqna] Missing protocol in curl command (#1447)
Browse files Browse the repository at this point in the history
This PR fixes the missing protocol for in the curl command mentioned in chatqna readme for tei-embedding-service.
  • Loading branch information
Ervin0307 authored Jan 22, 2025
1 parent f07cf1d commit 27fdbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/docker_compose/intel/cpu/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ For details on how to verify the correctness of the response, refer to [how-to-v
1. TEI Embedding Service

```bash
curl ${host_ip}:6006/embed \
curl http://${host_ip}:6006/embed \
-X POST \
-d '{"inputs":"What is Deep Learning?"}' \
-H 'Content-Type: application/json'
Expand Down

0 comments on commit 27fdbca

Please sign in to comment.