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
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@ 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-22
7
+
8
+
### Added
9
+
10
+
-[New dedicated notebooks](./docs/rag/jupyter_server.md) showcasing usage of cloud based Nvidia AI Playground based models using Langchain connectors as well as local model deployment using Huggingface.
11
+
- Upgraded milvus container version to enable GPU accelerated vector search.
12
+
- Added support to interact with models behind NeMo Inference Microservices using new model engines `nemo-embed` and `nemo-infer`.
13
+
- Added support to provide example specific collection name for vector databases using an environment variable named `COLLECTION_NAME`.
14
+
- Added `faiss` as a generic vector database solution behind `utils.py`.
15
+
16
+
### Changed
17
+
18
+
- Upgraded and changed base containers for all components to pytorch `23.12-py3`.
19
+
- Added langchain specific vector database connector in `utils.py`.
20
+
- Changed speech support to use single channel for Riva ASR and TTS.
21
+
- Changed `get_llm` utility in `utils.py` to return Langchain wrapper instead of Llmaindex wrappers.
22
+
23
+
### Fixed
24
+
25
+
- Fixed a bug causing empty rating in evaluation notebook
26
+
- Fixed document search implementation of query decomposition example.
27
+
6
28
## [0.3.0] - 2024-01-22
7
29
8
30
### Added
@@ -53,4 +75,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
53
75
### Fixed
54
76
55
77
-[Fixed issue #13](https://github.com/NVIDIA/GenerativeAIExamples/issues/13) of pipeline not able to answer questions unrelated to knowledge base
56
-
-[Fixed issue #12](https://github.com/NVIDIA/GenerativeAIExamples/issues/12) typechecking while uploading PDF files
78
+
-[Fixed issue #12](https://github.com/NVIDIA/GenerativeAIExamples/issues/12) typechecking while uploading PDF files
0 commit comments