[chore/chatqna] Missing protocol in curl command (#1447)

This PR fixes the missing protocol for in the curl command mentioned in chatqna readme for tei-embedding-service.
This commit is contained in:
Ervin Castelino
2025-01-22 19:11:47 +05:30
committed by GitHub
parent f07cf1dad2
commit 27fdbcab58

View File

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