From 7fa82900cb15d9c41099ad7dbb8aaa66941f6905 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:07:42 -0700 Subject: [PATCH] guides docs nits (#10005) --- docs/docs_skeleton/docs/guides/evaluation/index.mdx | 4 ---- docs/extras/guides/pydantic_compatibility.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/docs_skeleton/docs/guides/evaluation/index.mdx b/docs/docs_skeleton/docs/guides/evaluation/index.mdx index e2d04b1228..d5cadc50fc 100644 --- a/docs/docs_skeleton/docs/guides/evaluation/index.mdx +++ b/docs/docs_skeleton/docs/guides/evaluation/index.mdx @@ -1,7 +1,3 @@ ---- -sidebar_position: 6 ---- - import DocCardList from "@theme/DocCardList"; # Evaluation diff --git a/docs/extras/guides/pydantic_compatibility.md b/docs/extras/guides/pydantic_compatibility.md index 1effe893be..fb93921675 100644 --- a/docs/extras/guides/pydantic_compatibility.md +++ b/docs/extras/guides/pydantic_compatibility.md @@ -1,10 +1,10 @@ -# Pydantic Compatibility +# Pydantic compatibility - Pydantic v2 was released in June, 2023 (https://docs.pydantic.dev/2.0/blog/pydantic-v2-final/) - v2 contains has a number of breaking changes (https://docs.pydantic.dev/2.0/migration/) - Pydantic v2 and v1 are under the same package name, so both versions cannot be installed at the same time -## LangChain Pydantic Migration Plan +## LangChain Pydantic migration plan As of `langchain>=0.0.267`, LangChain will allow users to install either Pydantic V1 or V2. * Internally LangChain will continue to [use V1](https://docs.pydantic.dev/latest/migration/#continue-using-pydantic-v1-features).