docs: add 0.2 search notice (#21653)

pull/21644/head^2
Erick Friis 2 weeks ago committed by GitHub
parent 2a984e8e3f
commit 5144c94603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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: {

@ -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

Loading…
Cancel
Save