diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 576eaad1899..f7da1128fce 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. Note that 0.2 Search features are currently unstable and in progress. View the stable 0.1 docs here.',
+ content: 'You are viewing the preview LangChain v0.2 docs. View the stable 0.1 docs here.',
isCloseable: true,
},
docs: {
@@ -310,7 +310,7 @@ const config = {
// this is linked to erick@langchain.dev currently
apiKey: "6c01842d6a88772ed2236b9c85806441",
- indexName: "python-langchain",
+ indexName: "python-langchain-0.2",
contextualSearch: true,
},