docs: add 0.2 search notice (#21653)

This commit is contained in:
Erick Friis
2024-05-13 21:00:18 -07:00
committed by GitHub
parent 2a984e8e3f
commit 5144c94603
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
content: 'You are viewing the <strong>preview</strong> LangChain v0.2 docs. View the <a href="/v0.1/docs/get_started/introduction/">stable 0.1 docs here</a>.',
content: 'You are viewing the <strong>preview</strong> LangChain v0.2 docs. Note that 0.2 Search features are currently unstable and in progress. View the <a href="/v0.1/docs/get_started/introduction/">stable 0.1 docs here</a>.',
isCloseable: true,
},
docs: {