Skip to content

Commit

Permalink
Add community info to GSG
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlenth committed Oct 14, 2024
1 parent 67cfb3d commit 83e180f
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 83e180f

Please sign in to comment.