Skip to content

Commit 4c4167d

Browse files
authored
Adding redirect message to graph RAG notebook (#656)
* Adding IMPORTANT banner at the top of astra_support.ipynb that redirects to the new graph-rag project. * Adding one more package name to the list of deprecated ones.
1 parent e507523 commit 4c4167d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

libs/knowledge-store/notebooks/astra_support.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# IMPORTANT: new `graph-rag` project with improved functionality\n",
8+
"\n",
9+
"> Since the date of publication, some code in this notebook has been superseded by\n",
10+
"> a new, dedicated \n",
11+
"> [Graph RAG project](https://datastax.github.io/graph-rag/).\n",
12+
"> \n",
13+
"> Specifically, the `ragstack-ai-langchain`, `ragstack-ai-knowledge-graph`, and\n",
14+
"> `ragstack-ai-knowledge-store` libraries are no longer under development.\n",
15+
"> \n",
16+
"> Instead, you can find the latest tools and techniques for working with knowledge\n",
17+
"> graphs and graph RAG in the \n",
18+
"> [Graph RAG project](https://datastax.github.io/graph-rag/)."
19+
]
20+
},
321
{
422
"cell_type": "markdown",
523
"metadata": {},

0 commit comments

Comments
 (0)