Skip to content

Commit 18a61de

Browse files
committed
Update changelog
1 parent d477a1f commit 18a61de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [0.4.0] - 2024-02-23
6+
## [0.4.0] - 2024-02-22
77

88
### Added
99

@@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
- Added support to interact with models behind NeMo Inference Microservices using new model engines `nemo-embed` and `nemo-infer`.
1313
- Added support to provide example specific collection name for vector databases using an environment variable named `COLLECTION_NAME`.
1414
- Added `faiss` as a generic vector database solution behind `utils.py`.
15+
- New notebook for [Google Gemma](./models/Gemma)
16+
- Added experimental example of [RAG streaming document ingestion pipeline](./experimental/streaming_ingest_rag)
17+
- Added experimental example of [Multimodal RAG Assistant](./experimental/multimodal_assistant)
1518

1619
### Changed
1720

@@ -75,4 +78,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7578
### Fixed
7679

7780
- [Fixed issue #13](https://github.com/NVIDIA/GenerativeAIExamples/issues/13) of pipeline not able to answer questions unrelated to knowledge base
78-
- [Fixed issue #12](https://github.com/NVIDIA/GenerativeAIExamples/issues/12) typechecking while uploading PDF files
81+
- [Fixed issue #12](https://github.com/NVIDIA/GenerativeAIExamples/issues/12) typechecking while uploading PDF files

0 commit comments

Comments
 (0)