-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v1.2 release notes. #277
base: main
Are you sure you want to change the base?
Conversation
Hyperlinks check would fail because the release branches of OPEA projects are not created. |
release_notes/v1.2.md
Outdated
This release would not have been possible without the contributions of the following organizations and individuals. | ||
|
||
### Contributing Organizations | ||
- `Amazon`: AMD CPU/GPU support for GenAIExamples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switch amd and amazon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated
release_notes/v1.2.md
Outdated
More information about how to get started with OPEA v1.2 can be found at [Getting Started](https://opea-project.github.io/latest/index.html) page. All project source code is maintained in the [repository](https://github.com/opea-project). To pull Docker images, please access the [Docker Hub](https://hub.docker.com/u/opea). For instructions on deploying Helm Charts, please refer to the [guide](https://github.com/opea-project/GenAIInfra/tree/v1.2/helm-charts#readme). | ||
|
||
## What's New in OPEA v1.2 | ||
This release focuses on code refactoring for [GenAIComps](https://github.com/opea-project/GenAIComps), the epic efforts aimed at reduceing redundancy, addressing technical debt, and enhancing overall maintainability and code quality. As a result, OPEA users can expect a more robust and reliable OPEA with clearer guidance and improved documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo. pls check all other typos as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated
#### Enhanced GenAI Examples | ||
- <b>ChatQnA</b>: Enabled [embedding and reranking on vLLM](https://github.com/opea-project/GenAIExamples/issues/1203), and [Jaeger UI and OpenTelemetry tracing](https://github.com/opea-project/GenAIExamples/pull/1316) for TGI serving on HPU. | ||
- <b>AgentQnA</b>: Added [SQL worker agent](https://github.com/opea-project/GenAIExamples/pull/1370) and introduced a [Svelte-based GUI](https://github.com/opea-project/GenAIExamples/pull/1389) for ChatCompletion API for non-streaming interactions. | ||
- <b>MultimodalQnA</b>: Supported [PDF](https://github.com/opea-project/GenAIExamples/pull/1381) and [audio](https://github.com/opea-project/GenAIExamples/pull/1225) inputs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- <b>MultimodalQnA</b>: Supported [PDF](https://github.com/opea-project/GenAIExamples/pull/1381) and [audio](https://github.com/opea-project/GenAIExamples/pull/1225) inputs. | |
- <b>MultimodalQnA</b>: Added support for [PDF](https://github.com/opea-project/GenAIExamples/pull/1381) ingestion, and [image](https://github.com/opea-project/GenAIExamples/pull/1381)/[audio](https://github.com/opea-project/GenAIExamples/pull/1225) queries. |
No description provided.