docs: v0.3 deprecation banner (#33613)

This commit is contained in:
Mason Daugherty
2025-10-20 17:01:06 -04:00
committed by GitHub
parent 8284e278d6
commit f8bb3f0d19
8 changed files with 41 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
:::danger
⚠️ THESE DOCS ARE OUTDATED. <a href='https://docs.langchain.com/oss/python/langchain/overview' target='_blank'>Visit the new v1.0 docs</a>
:::
# Conceptual guide
This guide provides explanations of the key concepts behind the LangChain framework and AI applications more broadly.

View File

@@ -3,6 +3,10 @@ sidebar_position: 0
sidebar_class_name: hidden
---
:::danger
⚠️ THESE DOCS ARE OUTDATED. <a href='https://docs.langchain.com/oss/python/langchain/overview' target='_blank'>Visit the new v1.0 docs</a>
:::
# How-to guides
Here youll find answers to "How do I….?" types of questions.

View File

@@ -3,6 +3,10 @@ sidebar_position: 0
sidebar_class_name: hidden
---
:::danger
⚠️ THESE DOCS ARE OUTDATED. <a href='https://docs.langchain.com/oss/python/langchain/overview' target='_blank'>Visit the new v1.0 docs</a>
:::
# Introduction
**LangChain** is a framework for developing applications powered by large language models (LLMs).

View File

@@ -2,6 +2,11 @@
sidebar_position: 0
sidebar_class_name: hidden
---
:::danger
⚠️ THESE DOCS ARE OUTDATED. <a href='https://docs.langchain.com/oss/python/langchain/overview' target='_blank'>Visit the new v1.0 docs</a>
:::
# Tutorials
New to LangChain or LLM app development in general? Read this material to quickly get up and running building your first applications.