@langchain/community
TypeScript icon, indicating that this package has built-in type declarations

0.3.24 • Public • Published

🦜️🧑‍🤝‍🧑 LangChain Community

CI npm License: MIT Twitter

Quick Install

$ yarn add @langchain/community

This package, along with the main LangChain package, depends on @langchain/core. If you are using this package with other LangChain packages, you should make sure that all of the packages depend on the same instance of @langchain/core. You can do so by adding appropriate field to your project's package.json like this:

{
  "name": "your-project",
  "version": "0.0.0",
  "dependencies": {
    "@langchain/community": "^0.0.0",
    "@langchain/core": "^0.3.0"
  },
  "resolutions": {
    "@langchain/core": "^0.3.0"
  },
  "overrides": {
    "@langchain/core": "^0.3.0"
  },
  "pnpm": {
    "overrides": {
      "@langchain/core": "^0.3.0"
    }
  }
}

The field you need depends on the package manager you're using, but we recommend adding a field for the common yarn, npm, and pnpm to maximize compatibility.

🤔 What is this?

LangChain Community contains third-party integrations that implement the base interfaces defined in LangChain Core, making them ready-to-use in any LangChain application.

LangChain Stack

📕 Releases & Versioning

@langchain/community is currently on version 0.0.x

All changes will be accompanied by a patch version increase.

💁 Contributing

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.

For detailed information on how to contribute, see here.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.2414,229latest
0.3.7-rc.01next

Version History

VersionDownloads (Last 7 Days)Published
0.3.2414,229
0.3.2319,573
0.3.2239,922
0.3.213,061
0.3.2011,642
0.3.196,840
0.3.183,284
0.3.175,933
0.3.166,583
0.3.1527,728
0.3.148,512
0.3.13560
0.3.123,850
0.3.118,189
0.3.101,065
0.3.91,188
0.3.8498
0.3.7454
0.3.7-rc.01
0.3.6996
0.3.51,522
0.3.41,661
0.3.33,499
0.3.21,390
0.3.2-rc.11
0.3.2-rc.01
0.3.1728
0.3.0530
0.2.3314,269
0.3.0-rc.00
0.2.322,562
0.2.3110,024
0.2.30380
0.2.290
0.2.282,827
0.2.27413
0.2.2613
0.2.25664
0.2.24130
0.2.231,069
0.2.22442
0.2.2132
0.2.202,002
0.2.191,251
0.2.1813,751
0.2.172,559
0.2.161,218
0.2.1514
0.2.14733
0.2.13365
0.2.12114
0.2.1183
0.2.1030
0.2.9965
0.2.9-rc.00
0.2.80
0.2.8-rc.00
0.2.70
0.2.654
0.2.5563
0.2.4309
0.2.4-rc.10
0.2.4-rc.00
0.2.3179
0.2.290
0.2.1135
0.2.0333
0.2.0-rc.00
0.0.5734,515
0.0.561,605
0.0.554,034
0.0.54139
0.0.54-rc.10
0.0.538,325
0.0.54-rc.01
0.0.52256
0.0.512,643
0.0.501,337
0.0.49274
0.0.48560
0.0.471,604
0.0.46627
0.0.451,003
0.0.443,243
0.0.434,649
0.0.42508
0.0.411,064
0.0.40219
0.0.3940
0.0.38125
0.0.371,753
0.0.36966
0.0.3513,958
0.0.341,500
0.0.33870
0.0.32758
0.0.3171
0.0.30571
0.0.29207
0.0.28167
0.0.27425
0.0.261,222
0.0.25104
0.0.24102
0.0.2342
0.0.22393
0.0.2187
0.0.20213
0.0.191,270
0.0.18193
0.0.171,870
0.0.16854
0.0.153,107
0.0.143
0.0.13628
0.0.1249
0.0.1111
0.0.106
0.0.95
0.0.820
0.0.76
0.0.7-rc.00
0.0.61
0.0.538
0.0.41
0.0.30
0.0.21
0.0.111
0.0.1-rc.22
0.0.1-rc.12
0.0.1-rc.02
0.0.013

Package Sidebar

Install

npm i @langchain/community

Weekly Downloads

270,560

Version

0.3.24

License

MIT

Unpacked Size

5.61 MB

Total Files

2093

Last publish

Collaborators

  • hwchase17
  • jacoblee93
  • basproul
  • eric_langchain
  • andrewnguonly
  • nfcampos
  • vbarda
  • davidduong
  • maddyadams
  • sam_noyes