Skip to content

Commit a048417

Browse files
yinghu5pbharti0831
authored andcommitted
Update ChatQnA_Guide.rst for Troubleshooting part (opea-project#275)
fix opea-project/GenAIExamples#988 Update ChatQnA_Guide.rst for Troubleshooting part Signed-off-by: Pratool Bharti <pratool.bharti@intel.com>
1 parent 29ca3f4 commit a048417

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/ChatQnA/ChatQnA_Guide.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,14 @@ Cloud Native
236236
Troubleshooting
237237
***************
238238

239-
TBD.
239+
1. Browser interface https link failed
240+
241+
Q:For example, started ChatQnA example in IBM Cloud and trying to access the UI interface. By default, typing the :5173 resolves to https://:5173. Chrome shows the following warning message:xx.xx.xx.xx doesn't support a secure connection
242+
243+
A: That is because by default, the browser resolves xx.xx.xx.xx:5173 to https://xx.xx.xx.xx:5173. But to meet security requirements, users need to deploy a certificate to enable HTTPS support in some cloud environments. OPEA provides HTTP services by default,but also supports HTTPS. To enable HTTPS, you can specify the certificate file paths in the MicroService class. For more details, please refer to the `source code <https://github.com/opea-project/GenAIComps/blob/main/comps/cores/mega/micro_service.py#L33>`_.
244+
245+
2. For other troubles, please check the `doc <https://opea-project.github.io/latest/GenAIExamples/ChatQnA/docker_compose/intel/hpu/gaudi/how_to_validate_service.html>`_.
246+
240247

241248
Monitoring
242249
**********

0 commit comments

Comments
 (0)