GenAIExamples
                                
                                 GenAIExamples copied to clipboard
                                
                                    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.
on the page at https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker/xeon/README.md We need to add a cd.. after the instructions for Build vllm image.
GenAIExamples/ChatQnA/docker/Dockerfile: git clone https://github.com/opea-project/GenAIComps.git that will cause version control issue.
After following the instructions end-to-end for the ChatQnA application on Xeon, the UI container does not connect to the backend.
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...
FaqGen has [k8s manifests](https://github.com/opea-project/GenAIExamples/tree/main/FaqGen/kubernetes/manifests), yet it doesn't have e2e tests. We need to add `test_manifest_on_xeon.sh` and `test_manifest_on_gaudi.sh` under folder `FaqGen/tests`
Create a TerraForm stack that allows to deploy GenAI examples on Google Kubernetes Engine. The template should take an argument of which sample to deploy, setup all the necessary Google...
Create a TerraForm stack that allows to deploy GenAI examples using Cloud Run on Google Cloud. The template should take an argument of which sample to deploy, setup all the...
ChatQnA is one of the GenAI examples. It is a chatbot for question and answer through retrieval augmented generation (RAG). All details about the sample are available at https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA. This...