chore: update pyproject.toml url entries (#33587)

This commit is contained in:
Mason Daugherty
2025-10-17 17:16:55 -04:00
committed by GitHub
parent 4a65e827f7
commit 64e6798a39
21 changed files with 147 additions and 141 deletions

View File

@@ -20,12 +20,13 @@ description = "CLI for interacting with LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/" Homepage = "https://docs.langchain.com/"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/cli" Documentation = "https://docs.langchain.com/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-cli%3D%3D1%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/cli"
twitter = "https://x.com/LangChainAI" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-cli%3D%3D1%22"
slack = "https://www.langchain.com/join-community" Twitter = "https://x.com/LangChainAI"
reddit = "https://www.reddit.com/r/LangChain/" Slack = "https://www.langchain.com/join-community"
Reddit = "https://www.reddit.com/r/LangChain/"
[project.scripts] [project.scripts]
langchain = "langchain_cli.cli:app" langchain = "langchain_cli.cli:app"

View File

@@ -21,12 +21,13 @@ description = "Building applications with LLMs through composability"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/" Homepage = "https://docs.langchain.com/"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/core" Documentation = "https://reference.langchain.com/python/langchain_core/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-core%3D%3D1%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/core"
twitter = "https://x.com/LangChainAI" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-core%3D%3D1%22"
slack = "https://www.langchain.com/join-community" Twitter = "https://x.com/LangChainAI"
reddit = "https://www.reddit.com/r/LangChain/" Slack = "https://www.langchain.com/join-community"
Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
lint = ["ruff>=0.13.1,<0.14.0"] lint = ["ruff>=0.13.1,<0.14.0"]

View File

@@ -41,12 +41,13 @@ xai = ["langchain-xai"]
perplexity = ["langchain-perplexity"] perplexity = ["langchain-perplexity"]
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/" Homepage = "https://docs.langchain.com/"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain" Documentation = "https://reference.langchain.com/python/langchain_classic/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
twitter = "https://x.com/LangChainAI" Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22"
slack = "https://www.langchain.com/join-community" Twitter = "https://x.com/LangChainAI"
reddit = "https://www.reddit.com/r/LangChain/" Slack = "https://www.langchain.com/join-community"
Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -37,12 +37,13 @@ xai = ["langchain-xai"]
perplexity = ["langchain-perplexity"] perplexity = ["langchain-perplexity"]
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/" Homepage = "https://docs.langchain.com/"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain" Documentation = "https://reference.langchain.com/python/langchain/langchain/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
twitter = "https://x.com/LangChainAI" Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22"
slack = "https://www.langchain.com/join-community" Twitter = "https://x.com/LangChainAI"
reddit = "https://www.reddit.com/r/LangChain/" Slack = "https://www.langchain.com/join-community"
Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -17,13 +17,13 @@ description = "Integration package connecting Claude (Anthropic) APIs and LangCh
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic" Documentation = "https://reference.langchain.com/python/integrations/langchain_anthropic/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-anthropic%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic"
docs = "https://reference.langchain.com/python/integrations/langchain_anthropic/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-anthropic%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -18,13 +18,13 @@ description = "An integration package connecting Chroma and LangChain."
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/chroma" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/chroma"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma" Documentation = "https://reference.langchain.com/python/integrations/langchain_chroma/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-chroma%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma"
docs = "https://reference.langchain.com/python/integrations/langchain_chroma/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-chroma%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -16,13 +16,13 @@ description = "An integration package connecting DeepSeek and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/deepseek" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/deepseek"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek" Documentation = "https://reference.langchain.com/python/integrations/langchain_deepseek/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-deepseek%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek"
docs = "https://reference.langchain.com/python/integrations/langchain_deepseek/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-deepseek%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -16,13 +16,13 @@ description = "An integration package connecting Exa and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/exa_search" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/exa_search"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/exa" Documentation = "https://reference.langchain.com/python/integrations/langchain_exa/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-exa%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/exa"
docs = "https://reference.langchain.com/python/integrations/langchain_exa/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-exa%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -19,13 +19,13 @@ description = "An integration package connecting Fireworks and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/fireworks" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/fireworks"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/fireworks" Documentation = "https://reference.langchain.com/python/integrations/langchain_fireworks/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-fireworks%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/fireworks"
docs = "https://reference.langchain.com/python/integrations/langchain_fireworks/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-fireworks%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -16,13 +16,13 @@ description = "An integration package connecting Groq and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/groq" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/groq"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/groq" Documentation = "https://reference.langchain.com/python/integrations/langchain_groq/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-groq%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/groq"
docs = "https://reference.langchain.com/python/integrations/langchain_groq/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-groq%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -17,13 +17,13 @@ description = "An integration package connecting Hugging Face and LangChain."
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface" Documentation = "https://reference.langchain.com/python/integrations/langchain_huggingface/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface"
docs = "https://reference.langchain.com/python/integrations/langchain_huggingface/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[project.optional-dependencies] [project.optional-dependencies]
full = [ full = [

View File

@@ -19,13 +19,13 @@ description = "An integration package connecting Mistral and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/mistralai" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/mistralai"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai" Documentation = "https://reference.langchain.com/python/integrations/langchain_mistralai/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-mistralai%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai"
docs = "https://reference.langchain.com/python/integrations/langchain_mistralai/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-mistralai%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -17,13 +17,13 @@ description = "An integration package connecting Nomic and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/nomic" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/nomic"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic" Documentation = "https://reference.langchain.com/python/integrations/langchain_nomic/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-nomic%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic"
docs = "https://reference.langchain.com/python/integrations/langchain_nomic/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-nomic%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -16,13 +16,13 @@ description = "An integration package connecting Ollama and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/ollama" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/ollama"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama" Documentation = "https://reference.langchain.com/python/integrations/langchain_ollama/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama"
docs = "https://reference.langchain.com/python/integrations/langchain_ollama/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -17,13 +17,13 @@ description = "An integration package connecting OpenAI and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/openai" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/openai"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai" Documentation = "https://reference.langchain.com/python/integrations/langchain_openai/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai"
docs = "https://reference.langchain.com/python/integrations/langchain_openai/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -16,13 +16,13 @@ description = "An integration package connecting Perplexity and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/perplexity" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/perplexity"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/perplexity" Documentation = "https://reference.langchain.com/python/integrations/langchain_perplexity/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-perplexity%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/perplexity"
docs = "https://reference.langchain.com/python/integrations/langchain_perplexity/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-perplexity%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -16,13 +16,13 @@ description = "An integration package connecting Prompty and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/microsoft" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/microsoft"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/prompty" Documentation = "https://reference.langchain.com/python/integrations/langchain_prompty/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-prompty%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/prompty"
docs = "https://reference.langchain.com/python/integrations/langchain_prompty/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-prompty%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -17,13 +17,13 @@ description = "An integration package connecting Qdrant and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/qdrant" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/qdrant"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/qdrant" Documentation = "https://reference.langchain.com/python/integrations/langchain_qdrant/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-qdrant%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/qdrant"
docs = "https://reference.langchain.com/python/integrations/langchain_qdrant/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-qdrant%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[project.optional-dependencies] [project.optional-dependencies]
fastembed = [ fastembed = [

View File

@@ -18,13 +18,13 @@ description = "An integration package connecting xAI and LangChain"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/oss/python/integrations/providers/xai" Homepage = "https://docs.langchain.com/oss/python/integrations/providers/xai"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/xai" Documentation = "https://reference.langchain.com/python/integrations/langchain_xai/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-xai%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/xai"
docs = "https://reference.langchain.com/python/integrations/langchain_xai/" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-xai%22"
twitter = "https://x.com/LangChainAI" Twitter = "https://x.com/LangChainAI"
slack = "https://www.langchain.com/join-community" Slack = "https://www.langchain.com/join-community"
reddit = "https://www.reddit.com/r/LangChain/" Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = [ test = [

View File

@@ -26,12 +26,13 @@ description = "Standard tests for LangChain implementations"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/" Homepage = "https://docs.langchain.com/"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests" Documentation = "https://docs.langchain.com/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-tests%3D%3D1%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests"
twitter = "https://x.com/LangChainAI" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-tests%3D%3D1%22"
slack = "https://www.langchain.com/join-community" Twitter = "https://x.com/LangChainAI"
reddit = "https://www.reddit.com/r/LangChain/" Slack = "https://www.langchain.com/join-community"
Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
test = ["langchain-core"] test = ["langchain-core"]

View File

@@ -15,12 +15,13 @@ description = "LangChain text splitting utilities"
readme = "README.md" readme = "README.md"
[project.urls] [project.urls]
homepage = "https://docs.langchain.com/" Homepage = "https://docs.langchain.com/"
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters" Documentation = "https://docs.langchain.com/"
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-text-splitters%22" Source = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"
twitter = "https://x.com/LangChainAI" Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-text-splitters%22"
slack = "https://www.langchain.com/join-community" Twitter = "https://x.com/LangChainAI"
reddit = "https://www.reddit.com/r/LangChain/" Slack = "https://www.langchain.com/join-community"
Reddit = "https://www.reddit.com/r/LangChain/"
[dependency-groups] [dependency-groups]
lint = [ lint = [