docs(rockset): add deprecation notice for Rockset integration (#31621)

This commit is contained in:
Shivnath Tathe 2025-06-17 03:47:27 +05:30 committed by GitHub
parent d4c84acc39
commit 1682b59f92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,25 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Rockset\n",
"\n",
"⚠️ **Deprecation Notice: Rockset Integration Disabled**\n",
"> \n",
"> As of June 2024, Rockset has been [acquired by OpenAI](https://openai.com/index/openai-acquires-rockset/) and **shut down its public services**.\n",
"> \n",
"> Rockset was a real-time analytics database known for world-class indexing and retrieval. Now, its core team and technology are being integrated into OpenAI's infrastructure to power future AI products.\n",
"> \n",
"> This LangChain integration is no longer functional and is preserved **for archival purposes only**."
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"> Rockset is a real-time analytics database which enables queries on massive, semi-structured data without operational burden. With Rockset, ingested data is queryable within one second and analytical queries against that data typically execute in milliseconds. Rockset is compute optimized, making it suitable for serving high concurrency applications in the sub-100TB range (or larger than 100s of TBs with rollups).\n",
"\n",
"This notebook demonstrates how to use Rockset as a document loader in langchain. To get started, make sure you have a Rockset account and an API key available.\n",