From 024c11ff9c29a1a32155aa034cbe3562407c4f2a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 14 May 2024 15:37:42 -0700 Subject: [PATCH] docs: v0.2 search index (#21619) --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 576eaad189..f7da1128fc 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, },