GenAIExamples
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.
UI services need to consume the backend service urls for functioning. Currently, both UI implementations require the endpoint information (aka. these backend urls) to be some external urls that can...
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...
There is a Terraform template for Chat QnA sample at https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-chatqna. This is only targeted at AWS. We need a Terraform template for all GenAI examples that can be used...
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...
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...
Create a CloudFormation stack that allows to deploy GenAI examples using AWS Fargate. The template should take an argument of which sample to deploy, setup all the necessary AWS resources,...
Create a CloudFormation stack that allows to deploy GenAI examples on Amazon EKS. The template should take an argument of which sample to deploy, setup all the necessary AWS resources,...
Create a CloudFormation stack that allows to deploy GenAI examples on AWS using a single node Docker Compose. The template should take an argument of which sample to deploy, setup...
Create a LlamaIndex version of OPEA samples. More details at https://github.com/run-llama/llama_index/issues/15091
Even though OPEA components are LangChain compliant, there are no examples that show how these components can be composed using LangChain. This has been asked multiple times in customer and...