mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-14 22:27:16 +00:00
docs: v0.3 deprecation banner (#33613)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 you’ll find answers to "How do I….?" types of questions.
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user