You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-4Lines changed: 35 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,39 @@
1
-
# NVIDIA Pipecat 0.1.0 (23 April 2025)
1
+
## Changelog
2
+
All notable changes to this project will be documented in this file.
3
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
4
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
6
+
## [0.2.0] - 2025-06-17
7
+
8
+
### Added
9
+
- Support for deepseek, mistral-ai, and llama-nemotron models in Nvidia LLM Service
10
+
- Support for BotSpeakingFrame in animation graph service
11
+
12
+
### Changed
13
+
- Upgraded Riva Client version to 2.20.0
14
+
- Upgraded to pipecat 0.0.68
15
+
- Improved animation graph stream handling
16
+
- Improved task cancellation support in NVIDIA LLM and NVIDIA RAG Service
17
+
18
+
### Fixed
19
+
- Fixed transcription synchronization for multiple final ASR transcripts
20
+
- Fixed edge case where mouth of avatar would not close
21
+
- Fixed animation stream handling for broken streams
22
+
- Fixed Elevenlabs edge case issues with multi-lingual use cases
23
+
- Fixed chunk truncation issues in RAG Service
24
+
- Fixed dangling tasks and pipeline cleanup issues
25
+
26
+
## [0.1.1] - 2025-04-30
27
+
28
+
### Fixed
29
+
30
+
-`RivaTTSService` doesn't work with `nvidia-riva-client 2.19.1` version due to breaking changes, updated `pyproject.toml` to use `2.19.0` version only.
31
+
32
+
33
+
## [0.1.0] - 2025-04-23
2
34
The NVIDIA Pipecat library augments the Pipecat framework by adding additional frame processors and services, as well as new multimodal frames to enhance avatar interactions. This is the first release of the NVIDIA Pipecat library.
3
35
4
-
##New Features
36
+
### Added
5
37
6
38
- Added Pipecat services for [Riva ASR (Automatic Speech Recognition)](https://docs.nvidia.com/deeplearning/riva/user-guide/docs/asr/asr-overview.html#), [Riva TTS (Text to Speech)](https://docs.nvidia.com/deeplearning/riva/user-guide/docs/tts/tts-overview.html), and [Riva NMT (Neural Machine Translation)](https://docs.nvidia.com/deeplearning/riva/user-guide/docs/translation/translation-overview.html) models.
7
39
- Added Pipecat frames, processors, and services to support multimodal avatar interactions and use cases. This includes `Audio2Face3DService`, `AnimationGraphService`, `FacialGestureProviderProcessor`, and `PostureProviderProcessor`.
@@ -13,7 +45,6 @@ The NVIDIA Pipecat library augments the Pipecat framework by adding additional f
13
45
- Released source code for the voice assistant example using `nvidia-pipecat`, along with the `pipecat-ai` library service, to showcase NVIDIA services with `ACETransport`.
14
46
15
47
16
-
##Improvements
48
+
### Changed
17
49
18
50
- Added `ElevenLabsTTSServiceWithEndOfSpeech`, an extended version of the ElevenLabs TTS service with end-of-speech events for usage in avatar interactions.
0 commit comments