Merge pull request #1477 from pipecat-ai/mb/fix-mem0-example-number
Renumber mem0 example, small changelog updates
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Added `Mem0MemoryService`. Mem0 is a self-improving memory layer for LLM
|
- Added `Mem0MemoryService`. Mem0 is a self-improving memory layer for LLM
|
||||||
applications. Learn more at: https://mem0.ai/.
|
applications. Learn more at: https://mem0.ai/.
|
||||||
|
|
||||||
- Added `WhisperSTTServiceMLX` for whisper transcription on Apple Silicon.
|
- Added `WhisperSTTServiceMLX` for Whisper transcription on Apple Silicon.
|
||||||
See example in `examples/foundational/13e-whisper-mlx.py`. Latency of
|
See example in `examples/foundational/13e-whisper-mlx.py`. Latency of
|
||||||
completed transcription using whisper large-v3-turbo on an M4 macbook is
|
completed transcription using Whisper large-v3-turbo on an M4 macbook is
|
||||||
~500ms.
|
~500ms.
|
||||||
|
|
||||||
- Added `SmallWebRTCTransport`, a new P2P WebRTC transport.
|
- Added `SmallWebRTCTransport`, a new P2P WebRTC transport.
|
||||||
@@ -52,6 +52,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Fixed an issue where `GoogleTTSService` was emitting two `TTSStoppedFrames`.
|
- Fixed an issue where `GoogleTTSService` was emitting two `TTSStoppedFrames`.
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- Added foundational example `37-mem0.py` demonstrating how to use the
|
||||||
|
`Mem0MemoryService`.
|
||||||
|
|
||||||
|
- Added foundational example `13e-whisper-mlx.py` demonstrating how to use the
|
||||||
|
`WhisperSTTServiceMLX`.
|
||||||
|
|
||||||
## [0.0.61] - 2025-03-26
|
## [0.0.61] - 2025-03-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Reference in New Issue
Block a user