From 5144c94603719224c6c4e09620f9e8d0e2cdffca Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 13 May 2024 21:00:18 -0700 Subject: [PATCH] docs: add 0.2 search notice (#21653) --- docs/docusaurus.config.js | 2 +- docs/vercel_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ad81b4914fd..576eaad1899 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -124,7 +124,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ announcementBar: { - content: 'You are viewing the preview LangChain v0.2 docs. View the stable 0.1 docs here.', + content: 'You are viewing the preview LangChain v0.2 docs. Note that 0.2 Search features are currently unstable and in progress. View the stable 0.1 docs here.', isCloseable: true, }, docs: { diff --git a/docs/vercel_requirements.txt b/docs/vercel_requirements.txt index 3aedb8c9e83..1ac24766d49 100644 --- a/docs/vercel_requirements.txt +++ b/docs/vercel_requirements.txt @@ -1,6 +1,5 @@ -e ../libs/langchain -e ../libs/community --e ../libs/core -e ../libs/experimental -e ../libs/text-splitters langchain-cohere @@ -10,3 +9,4 @@ langchain-elasticsearch langchain-postgres urllib3==1.26.18 nbconvert==7.16.4 +langchain-core==0.1.52