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