Skip to content

Commit a1aeae3

Browse files
Ervin0307Chingis Yundunov
authored andcommitted
[chore/chatqna] Missing protocol in curl command (opea-project#1447)
This PR fixes the missing protocol for in the curl command mentioned in chatqna readme for tei-embedding-service. Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent 7a15f41 commit a1aeae3

File tree

1 file changed

+1
-1
lines changed
  • ChatQnA/docker_compose/intel/cpu/xeon

1 file changed

+1
-1
lines changed

ChatQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For details on how to verify the correctness of the response, refer to [how-to-v
280280
1. TEI Embedding Service
281281

282282
```bash
283-
curl ${host_ip}:6006/embed \
283+
curl http://${host_ip}:6006/embed \
284284
-X POST \
285285
-d '{"inputs":"What is Deep Learning?"}' \
286286
-H 'Content-Type: application/json'

0 commit comments

Comments
 (0)