Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions libs/knowledge-store/notebooks/astra_support.ipynb
Original file line number Diff line number Diff line change
@@ -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-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",
"> graphs and graph RAG in the \n",
"> [Graph RAG project](https://datastax.github.io/graph-rag/)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading