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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
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).
5
5
6
-
## [0.4.0] - 2024-02-23
6
+
## [0.4.0] - 2024-02-22
7
7
8
8
### Added
9
9
@@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
12
12
- Added support to interact with models behind NeMo Inference Microservices using new model engines `nemo-embed` and `nemo-infer`.
13
13
- Added support to provide example specific collection name for vector databases using an environment variable named `COLLECTION_NAME`.
14
14
- 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)
15
18
16
19
### Changed
17
20
@@ -75,4 +78,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
75
78
### Fixed
76
79
77
80
-[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