mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore: enrich pyproject.toml files with links to new references, others (#33343)
This commit is contained in:
@@ -17,9 +17,13 @@ description = "An integration package connecting Hugging Face and LangChain."
|
||||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/huggingface"
|
||||
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-huggingface%3D%3D0%22&expanded=true"
|
||||
repository = "https://github.com/langchain-ai/langchain"
|
||||
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/"
|
||||
|
||||
[project.optional-dependencies]
|
||||
full = [
|
||||
|
||||
Reference in New Issue
Block a user