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 278 GenAIExamples issues
Sort by recently updated
recently updated
newest added

[error.txt](https://github.com/user-attachments/files/16627800/error.txt) While installing using the instructions for the ChatQnA example on Xeon. The following errors occur( error.txt). These seem to be due to the unavailability/incompatibility of certain python libraries on...

enhancement
aitce
Dev
ARM
Backlog

I setup the demo based on ChatQnA (TGI) on Xeon (GNR). Try RAG by the UI. After upload the PDF file (2-5M), I search a question. It will take 10-15s....

aitce

https://github.com/opea-project/GenAIExamples/edit/main/ChatQnA/README.md Please re-organize the material to clearly demarcate 1) what is the chatQnA pipeline 2) deployment options: Docker versus Kubernetes or orchestration option 3) deployment hardware options: Xeon, Gaudi, Nvidia...

aitce

Currently, in the ChatQnA Demo application, users cannot view the excerpts retrieved from the knowledge base and used by the Language Model (LLM) to generate the answers. It would be...

Dev

set_env.sh for ChantQnA on Xeon is missing the REDIS_HOST environment variable. because of that when I do docker compose up -d, the retriever-redis-server container is showing errors. I solved the...

aitce

I am mentoring some college students with LAION, one of the students is working on embeddings for wikipedia, and its not yet ready to be pushed to OPEA yet, but...

Dev

For example on step 8: curl -v http://${host_ip}:8888/v1/chatqna -H "Content-Type: application/json" -d '{ 18 ↵ "messages": "What is the revenue of Nike in 2023?", "model": "'"${OLLAMA_MODEL}"'" }' * Uses proxy...

aitce

## Description This PR attempts to pull all Gaudi base images from DockerHub once we have them published there. With this PR what we are doing is actually publishing this...

r0.8
r0.9

## Description This PR has a few updates based on issues that I ran into when deploying the CodeGen example on a cluster for xeon and Gaudi. The following issues...