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

These README.md documents are empty and need some content (or be deleted): ./CodeTrans/kubernetes/manifests/README.md ./Translation/kubernetes/README.md ./Translation/kubernetes/service-mesh/README.md ./Translation/kubernetes/helm-charts/README.md ./Translation/kubernetes/manifests/README.md ./DocSum/kubernetes/service-mesh/README.md ./DocSum/kubernetes/helm-charts/README.md ./DocSum/kubernetes/manifests/README.md ./DocSum/deprecated/langchain/docker/summarize-app/packages/README.md ./ChatQnA/docker/ui/react/src/styles/components/_context.scss ./ChatQnA/deprecated/langchain/docker/qna-app/packages/README.md ./ChatQnA/deprecated/langchain/chroma/README.md

documentation
aitce

## Description To support the usage and implementation of other databases including redis, qdrant, and pgvector, I modified the compose files to use an include for the three microservices corresponding...

Docker images for different microservices are published at https://github.com/opea-project/GenAIExamples/issues/361. All the sample instructions should be updated to use those images. "Building the Docker image" instructions are still useful for somebody...

I presented an OPEA workshop at a private event this morning. There was a request to use a Graph database backend for business context information. This issue is capturing the...

enhancement
Dev

Configuration: ``` Chip: Apple M1 Max macOS: 14.5 ``` Followed the instructions at https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker/xeon/README.md Trying to build the Docker image: ``` docker build --no-cache -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy...

enhancement
aitce
Escalated

Continuation of #361. Currently OPEA images in DockerHub are lacking descriptions: https://hub.docker.com/u/opea Would be good to describe the purpose of the image, components included to it and their licensing (BOM),...

documentation

This RFC is submitted to discuss the dynamic pipeline composition requirement. The attachment contains the RFC in the prescribed template along with the images it references. [24-06-08-OPEA-00x-Dynamic-Pipelines.md](https://github.com/user-attachments/files/15748167/24-06-08-OPEA-00x-Dynamic-Pipelines.md) ![DynFlowAligned](https://github.com/opea-project/GenAIExamples/assets/39608847/9f20d702-e405-495f-84fe-c90c3f3518c2) ![LLMNode](https://github.com/opea-project/GenAIExamples/assets/39608847/52368c55-569d-4dfd-89b5-086932aa0b31) ![RetrieverNode](https://github.com/opea-project/GenAIExamples/assets/39608847/09d89e08-efd8-4ba3-b7a9-8ce648e1a43b)

aitce
Dev

OPEA services fetch "random" data from internet (HF), and try to access each others' k8s service end points. Access to Internet from an intranet can be handled by adding `http_proxy`/`https_proxy`...

aitce
Kube

### Priority P4-Low ### OS type Ubuntu ### Hardware type Xeon-GNR ### Running nodes Single Node ### Description Examples can involve many docker images that take up disk space. Including...

## Description update compose.yaml and add UI test ## Issues `n/a`. ## Type of change List the type of change like below. Please delete options that are not relevant. -...