GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

Generative AI Examples is a collection of GenAI examples such as ChatQnA, Copilot, which illustrate the pipeline capabilities of the Open Platform for Enterprise AI (OPEA) project.

Results 19 GenAIExamples issues
Sort by recently updated
recently updated
newest added

## Description Format opea docker images name ## Issues `n/a` ## Type of change List the type of change like below. Please delete options that are not relevant. - [x...

## Description Fix tgi-gaudi-server issue of unable to use `hl-smi` and find device on Habana Gaudi. ## Issues n/a ## Type of change List the type of change like below....

## Type of Change feature or bug fix or documentation or validation or others ## Description detail description ## How has this PR been tested? how to reproduce the test...

## Description 1. Added instructions for populating environment variables host_ip and your_hf_api_token. This elps to run the other export commands as is and not to change in multiple places 2....

## Type of Change example ## Description refactor with microservice ## How has this PR been tested local test ## Dependency Change No

I can see that GenAIComps includes a newly implemented OpenTelemetry support. Despite it looking like a necessity, there is not an OpenTelemetry service included in ChatQnA docker_compose, nor environment value...

For running the Xeon example for ChatQnA in AWS, certain security groups for the EC2 instance need to be opened. The Readme.md instruction should be updated for the same. Below...

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...