From e6c99ff7f19ac46368155dd07c89004937042826 Mon Sep 17 00:00:00 2001 From: Brian Godsey Date: Thu, 6 Mar 2025 12:52:39 -0500 Subject: [PATCH 1/2] Adding IMPORTANT banner at the top of astra_support.ipynb that redirects to the new graph-rag project. --- .../notebooks/astra_support.ipynb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/libs/knowledge-store/notebooks/astra_support.ipynb b/libs/knowledge-store/notebooks/astra_support.ipynb index 082d94050..1d63d657f 100644 --- a/libs/knowledge-store/notebooks/astra_support.ipynb +++ b/libs/knowledge-store/notebooks/astra_support.ipynb @@ -1,5 +1,23 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# IMPORTANT: new `graph-rag` project with improved functionality\n", + "\n", + "> Since the date of publication, some code in this notebook has been superseded by\n", + "> a new, dedicated \n", + "> [Graph RAG project](https://datastax.github.io/graph-rag/).\n", + "> \n", + "> Specifically, the `ragstack-ai-knowledge-graph` and\n", + "> `ragstack-ai-knowledge-store` libraries are no longer under development.\n", + "> \n", + "> Instead, you can find the latest tools and techniques for working with knowledge\n", + "> graphs and graph RAG in the \n", + "> [Graph RAG project](https://datastax.github.io/graph-rag/)." + ] + }, { "cell_type": "markdown", "metadata": {}, From 27c89df61ab5a8e7a7036ece05a093b48d3491e0 Mon Sep 17 00:00:00 2001 From: Brian Godsey Date: Mon, 10 Mar 2025 19:04:39 -0500 Subject: [PATCH 2/2] Adding one more package name to the list of deprecated ones. --- libs/knowledge-store/notebooks/astra_support.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/knowledge-store/notebooks/astra_support.ipynb b/libs/knowledge-store/notebooks/astra_support.ipynb index 1d63d657f..eac5bdae9 100644 --- a/libs/knowledge-store/notebooks/astra_support.ipynb +++ b/libs/knowledge-store/notebooks/astra_support.ipynb @@ -10,7 +10,7 @@ "> a new, dedicated \n", "> [Graph RAG project](https://datastax.github.io/graph-rag/).\n", "> \n", - "> Specifically, the `ragstack-ai-knowledge-graph` and\n", + "> Specifically, the `ragstack-ai-langchain`, `ragstack-ai-knowledge-graph`, and\n", "> `ragstack-ai-knowledge-store` libraries are no longer under development.\n", "> \n", "> Instead, you can find the latest tools and techniques for working with knowledge\n",