File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
ChatQnA/docker_compose/intel/cpu Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ OLLAMA_HOST=${host_ip}:11434 ollama run $OLLAMA_MODEL
171
171
172
172
### Validate Microservices
173
173
174
+ Follow the instructions to validate MicroServices.
175
+ For details on how to verify the correctness of the response, refer to [ how-to-validate_service] ( ../../hpu/gaudi/how_to_validate_service.md ) .
176
+
174
177
1 . TEI Embedding Service
175
178
176
179
``` bash
Original file line number Diff line number Diff line change @@ -325,6 +325,9 @@ docker compose -f compose_vllm.yaml up -d
325
325
326
326
# ## Validate Microservices
327
327
328
+ Follow the instructions to validate MicroServices.
329
+ For details on how to verify the correctness of the response, refer to [how-to-validate_service](../../hpu/gaudi/how_to_validate_service.md).
330
+
328
331
1. TEI Embedding Service
329
332
330
333
` ` ` bash
Original file line number Diff line number Diff line change @@ -222,6 +222,9 @@ docker compose -f compose_qdrant.yaml up -d
222
222
223
223
### Validate Microservices
224
224
225
+ Follow the instructions to validate MicroServices.
226
+ For details on how to verify the correctness of the response, refer to [ how-to-validate_service] ( ../../hpu/gaudi/how_to_validate_service.md ) .
227
+
225
228
1 . TEI Embedding Service
226
229
227
230
``` bash
You can’t perform that action at this time.
0 commit comments