From 54b29a8c60245b1266fa132884d7d8a4bc7a9843 Mon Sep 17 00:00:00 2001 From: Sumit Bhattacharya Date: Fri, 17 Nov 2023 02:00:49 +0530 Subject: [PATCH] Add dataset licence --- .../notebooks/LICENSE.NSCL => LICENSE.DATA | 0 LICENSE.md | 6 +++++- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) rename RetrievalAugmentedGeneration/notebooks/LICENSE.NSCL => LICENSE.DATA (100%) diff --git a/RetrievalAugmentedGeneration/notebooks/LICENSE.NSCL b/LICENSE.DATA similarity index 100% rename from RetrievalAugmentedGeneration/notebooks/LICENSE.NSCL rename to LICENSE.DATA diff --git a/LICENSE.md b/LICENSE.md index 89bdbd99..bc0a37c4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -11,4 +11,8 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. + +The dataset provided at this project is licensed under NVIDIA Data License +for Research and Evaluation for Retrieval Augmented Generation(RAG) workflow +[LICENSE.DATA](./LICENSE.DATA) diff --git a/README.md b/README.md index b586a65d..2fb57f1f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,6 @@ This AI Workflow includes different examples illustrating generative AI workflow - [Retrieval Augmented Generation](./RetrievalAugmentedGeneration/README.md): A reference RAG workflow to a chatbot which can answer questions off public press releases & tech blogs. *Note::* -- This project is releasing a [sample dataset](./RetrievalAugmentedGeneration/notebooks/dataset.zip) to quickly get started with the Retrieval Augmented Generation(RAG) workflow under [NVIDIA Asset License Agreement](./RetrievalAugmentedGeneration/notebooks/LICENSE.NSCL). Review the license terms and agree before using the dataset. +- The datasets provided as part of this project is under a different license for research and evaluation purposes. - This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use. - The components and instructions used in the workflow are intended to be used as examples for integration, and may not be sufficiently production-ready or enterprise ready on their own as stated. The workflow should be customized and integrated into one’s own infrastructure, using the workflow as reference. For example, all of the instructions in these workflows assume a single node infrastructure, whereas production deployments should be performed in a high availability (HA) environment.