From 83e180f5a81457fdbdb3ed1ee493cec416dd75f8 Mon Sep 17 00:00:00 2001 From: Tom Lenth Date: Mon, 14 Oct 2024 15:57:17 -0700 Subject: [PATCH] Add community info to GSG --- getting-started/README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/getting-started/README.md b/getting-started/README.md index 9e9879a3..c5a2edf3 100644 --- a/getting-started/README.md +++ b/getting-started/README.md @@ -100,6 +100,31 @@ This command will provide the response as a stream of text. You can modify the ` ## What’s Next -- Try [GenAIExamples](/examples/index.rst) in-detail starting with [ChatQnA](/examples/ChatQnA/ChatQnA_Guide.rst) example. +- Try [GenAIExamples](/examples/index.rst) in-detail starting with [ChatQnA](/examples/ChatQnA/ChatQnA_Guide.rst) example; this is a great example to orient yourself to the OPEA ecosystem. - Try [GenAIComps](/microservices/index.rst) to build microservices. -- Interested in contributing to OPEA? Refer to [OPEA Community](/community/index.rst) and [Contribution Guides](/community/index.rst#contributing-guides). + +### Get Involved + +Have you ideas and skills to build out genAI components, microservices, and solutions? Would you like to be a part of this evolving technology in its early stages? Welcome! +* Register for our mailing list: + * General: https://lists.lfaidata.foundation/g/OPEA-announce + * Technical Discussions: https://lists.lfaidata.foundation/g/OPEA-technical-discuss +* Subscribe to the working group mailing lists that interest you + * End user https://lists.lfaidata.foundation/g/OPEA-End-User + * Evaluation https://lists.lfaidata.foundation/g/OPEA-Evaluation + * Community https://lists.lfaidata.foundation/g/OPEA-Community + * Research https://lists.lfaidata.foundation/g/OPEA-Research + * Security https://lists.lfaidata.foundation/g/OPEA-Security +* Go to the Community Section of the OPEA repo for Contribution Guidelines and step by step instructions. +* Attend any of our community events and hackathons. https://wiki.lfaidata.foundation/display/DL/OPEA+Community+Events + +Current GenAI Examples +- Simple chatbot that uses retrieval augmented generation (RAG) architecture. [ChatQnA](/examples/ChatQnA/ChatQnA_Guide.rst) +- Code generation, from enabling non-programmers to generate code to improving productivity with code completion of complex applications. [CodeGen] +- Make your applications more flexible by porting to different languages. [CodeTrans](https://opea-project.github.io/latest/GenAIExamples/CodeGen/README.html) +- Create summaries of news articles, research papers, technical documents, etc. to streamline content systems. [DocSum](https://opea-project.github.io/latest/GenAIExamples/DocSum/README.html) +- Mimic human behavior by iteratively searching, selecting, and synthesizing information across large bodies of content. [SearchQnA](https://opea-project.github.io/latest/GenAIExamples/SearchQnA/README.html) +- Provide critical content to your customers by automatically generating Frequently Asked Questions (FAQ) resources. [FaqGen](https://opea-project.github.io/latest/GenAIExamples/FaqGen/README.html) +- Provide text descriptions from pictures, enabling your users to inquire directly about products, services, sites, etc. [VisualQnA](https://opea-project.github.io/latest/GenAIExamples/VisualQnA/README.html) +- Reduce language barriers through customizable text translation systems. [Translation](https://opea-project.github.io/latest/GenAIExamples/Translation/README.html) +