Steve Fowler
Steve Fowler
Building the megaservice container produces the following error: ```shell Step 6/10 : COPY ../chatqna.py /home/user/chatqna.py COPY failed: forbidden path outside the build context: ../chatqna.py () ```
Following the readme for the ChatQnA [Gaudi example](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/microservice/gaudi/README.md) and ran into the following error during step 1: ```shell Installed /usr/local/lib/python3.10/dist-packages/mypy_extensions-1.0.0-py3.10.egg error: urllib3 1.26.5 is installed but urllib3>=2 is required by...
I'm trying to get the ChatQnA Gaudi Example to work and I'm running into a few issues. **First**, in the `docker_compose.yaml` file, both the `tei_embedding_service` and the `tgi_service` have the...
I was updating my Terraform/Ansible recipe this morning and I ran into this error while trying to start the example using the provided `compose.yaml` file. ```shell Error: Could not create...