langchain-community-mumu-fix01 0.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: langchain-community-mumu_fix01
|
|
3
|
+
Version: 0.4.1
|
|
4
|
+
Summary: Community contributed LangChain integrations.
|
|
5
|
+
Project-URL: Homepage, https://docs.langchain.com/
|
|
6
|
+
Project-URL: Documentation, https://reference.langchain.com/python/langchain_community/
|
|
7
|
+
Project-URL: Source, https://github.com/langchain-ai/langchain-community/tree/main/libs/community
|
|
8
|
+
Project-URL: Twitter, https://x.com/LangChainAI
|
|
9
|
+
Project-URL: Slack, https://www.langchain.com/join-community
|
|
10
|
+
Project-URL: Reddit, https://www.reddit.com/r/LangChain/
|
|
11
|
+
License: MIT
|
|
12
|
+
Requires-Python: <4.0.0,>=3.10.0
|
|
13
|
+
Requires-Dist: aiohttp<4.0.0,>=3.8.3
|
|
14
|
+
Requires-Dist: httpx-sse<1.0.0,>=0.4.0
|
|
15
|
+
Requires-Dist: langchain-classic<2.0.0,>=1.0.0
|
|
16
|
+
Requires-Dist: langchain-core<2.0.0,>=1.0.1
|
|
17
|
+
Requires-Dist: langsmith<1.0.0,>=0.1.125
|
|
18
|
+
Requires-Dist: numpy>=1.26.2; python_version < '3.13'
|
|
19
|
+
Requires-Dist: numpy>=2.1.0; python_version >= '3.13'
|
|
20
|
+
Requires-Dist: pydantic-settings<3.0.0,>=2.10.1
|
|
21
|
+
Requires-Dist: pyyaml<7.0.0,>=5.3.0
|
|
22
|
+
Requires-Dist: requests<3.0.0,>=2.32.5
|
|
23
|
+
Requires-Dist: sqlalchemy<3.0.0,>=1.4.0
|
|
24
|
+
Requires-Dist: tenacity!=8.4.0,<10.0.0,>=8.1.0
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
|
|
27
|
+
# 🦜️🧑🤝🧑 LangChain Community
|
|
28
|
+
|
|
29
|
+
[](https://pypi.org/project/langchain-community/#history)
|
|
30
|
+
[](https://opensource.org/licenses/MIT)
|
|
31
|
+
[](https://pypistats.org/packages/langchain-community)
|
|
32
|
+
[](https://twitter.com/langchainai)
|
|
33
|
+
|
|
34
|
+
Looking for the JS/TS community library? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-community).
|
|
35
|
+
|
|
36
|
+
To help you ship LangChain apps to production faster, check out [LangSmith](https://smith.langchain.com).
|
|
37
|
+
[LangSmith](https://smith.langchain.com) is a unified developer platform for building, testing, and monitoring LLM applications.
|
|
38
|
+
|
|
39
|
+
## Quick Install
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
pip install langchain-community
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## 🤔 What is this?
|
|
46
|
+
|
|
47
|
+
LangChain Community contains third-party integrations that implement the base interfaces defined in LangChain Core, making them ready-to-use in any LangChain application.
|
|
48
|
+
|
|
49
|
+
## 📖 Documentation
|
|
50
|
+
|
|
51
|
+
For full documentation, see the [API reference](https://reference.langchain.com/python/langchain_community/). For conceptual guides, tutorials, and examples on using LangChain, see the [LangChain Docs](https://docs.langchain.com/oss/python/langchain/overview).
|
|
52
|
+
|
|
53
|
+
## 📕 Releases & Versioning
|
|
54
|
+
|
|
55
|
+
See our [Releases](https://docs.langchain.com/oss/python/release-policy) and [Versioning](https://docs.langchain.com/oss/python/versioning) policies.
|
|
56
|
+
|
|
57
|
+
## 💁 Contributing
|
|
58
|
+
|
|
59
|
+
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
|
|
60
|
+
|
|
61
|
+
For detailed information on how to contribute, see the [Contributing Guide](https://docs.langchain.com/oss/python/contributing/overview).
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
langchain_community_mumu_fix01-0.4.1.dist-info/METADATA,sha256=fLIoyEk6IGEWDDUvhsrTPAenJszNzA5HT_KlYN0-6EY,3185
|
|
2
|
+
langchain_community_mumu_fix01-0.4.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
3
|
+
langchain_community_mumu_fix01-0.4.1.dist-info/RECORD,,
|