mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-21 09:10:42 +00:00
chore: update pyproject.toml
url entries (#33587)
This commit is contained in:
@@ -20,12 +20,13 @@ description = "CLI for interacting with LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/cli"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-cli%3D%3D1%22"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://docs.langchain.com/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/cli"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-cli%3D%3D1%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[project.scripts]
|
||||
langchain = "langchain_cli.cli:app"
|
||||
|
@@ -21,12 +21,13 @@ description = "Building applications with LLMs through composability"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/core"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-core%3D%3D1%22"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://reference.langchain.com/python/langchain_core/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/core"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-core%3D%3D1%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
lint = ["ruff>=0.13.1,<0.14.0"]
|
||||
|
@@ -41,12 +41,13 @@ xai = ["langchain-xai"]
|
||||
perplexity = ["langchain-perplexity"]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://reference.langchain.com/python/langchain_classic/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-classic%3D%3D1%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -37,12 +37,13 @@ xai = ["langchain-xai"]
|
||||
perplexity = ["langchain-perplexity"]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://reference.langchain.com/python/langchain/langchain/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -17,13 +17,13 @@ description = "Integration package connecting Claude (Anthropic) APIs and LangCh
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-anthropic%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_anthropic/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/anthropic"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_anthropic/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/anthropic"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-anthropic%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -18,13 +18,13 @@ description = "An integration package connecting Chroma and LangChain."
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/chroma"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-chroma%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_chroma/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/chroma"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_chroma/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-chroma%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -16,13 +16,13 @@ description = "An integration package connecting DeepSeek and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/deepseek"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-deepseek%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_deepseek/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/deepseek"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_deepseek/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-deepseek%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -16,13 +16,13 @@ description = "An integration package connecting Exa and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/exa_search"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/exa"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-exa%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_exa/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/exa_search"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_exa/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/exa"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-exa%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -19,13 +19,13 @@ description = "An integration package connecting Fireworks and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/fireworks"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/fireworks"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-fireworks%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_fireworks/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/fireworks"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_fireworks/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/fireworks"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-fireworks%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -16,13 +16,13 @@ description = "An integration package connecting Groq and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/groq"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/groq"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-groq%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_groq/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/groq"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_groq/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/groq"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-groq%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -17,13 +17,13 @@ description = "An integration package connecting Hugging Face and LangChain."
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_huggingface/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/huggingface"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_huggingface/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-huggingface%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[project.optional-dependencies]
|
||||
full = [
|
||||
|
@@ -19,13 +19,13 @@ description = "An integration package connecting Mistral and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/mistralai"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-mistralai%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_mistralai/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/mistralai"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_mistralai/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mistralai"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-mistralai%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -17,13 +17,13 @@ description = "An integration package connecting Nomic and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/nomic"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-nomic%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_nomic/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/nomic"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_nomic/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-nomic%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -16,13 +16,13 @@ description = "An integration package connecting Ollama and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/ollama"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_ollama/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/ollama"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_ollama/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/ollama"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-ollama%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -17,13 +17,13 @@ description = "An integration package connecting OpenAI and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/openai"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_openai/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/openai"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_openai/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-openai%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -16,13 +16,13 @@ description = "An integration package connecting Perplexity and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/perplexity"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/perplexity"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-perplexity%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_perplexity/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/perplexity"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_perplexity/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/perplexity"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-perplexity%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -16,13 +16,13 @@ description = "An integration package connecting Prompty and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/microsoft"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/prompty"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-prompty%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_prompty/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/microsoft"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_prompty/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/prompty"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-prompty%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -17,13 +17,13 @@ description = "An integration package connecting Qdrant and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/qdrant"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/qdrant"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-qdrant%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_qdrant/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/qdrant"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_qdrant/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/qdrant"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-qdrant%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[project.optional-dependencies]
|
||||
fastembed = [
|
||||
|
@@ -18,13 +18,13 @@ description = "An integration package connecting xAI and LangChain"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/oss/python/integrations/providers/xai"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/xai"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-xai%22"
|
||||
docs = "https://reference.langchain.com/python/integrations/langchain_xai/"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/oss/python/integrations/providers/xai"
|
||||
Documentation = "https://reference.langchain.com/python/integrations/langchain_xai/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/xai"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-xai%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
|
@@ -26,12 +26,13 @@ description = "Standard tests for LangChain implementations"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-tests%3D%3D1%22"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://docs.langchain.com/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-tests%3D%3D1%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = ["langchain-core"]
|
||||
|
@@ -15,12 +15,13 @@ description = "LangChain text splitting utilities"
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://docs.langchain.com/"
|
||||
repository = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"
|
||||
changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-text-splitters%22"
|
||||
twitter = "https://x.com/LangChainAI"
|
||||
slack = "https://www.langchain.com/join-community"
|
||||
reddit = "https://www.reddit.com/r/LangChain/"
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://docs.langchain.com/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=%22langchain-text-splitters%22"
|
||||
Twitter = "https://x.com/LangChainAI"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
lint = [
|
||||
|
Reference in New Issue
Block a user