0.0.55 • Published 3 days ago

@langchain/community v0.0.55

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

🦜️🧑‍🤝‍🧑 LangChain Community

CI npm License: MIT Twitter npm.io

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/<ADD_PACKAGE_NAME_HERE>": "^0.0.0",
    "langchain": "0.0.207"
  },
  "resolutions": {
    "@langchain/core": "0.1.5"
  },
  "overrides": {
    "@langchain/core": "0.1.5"
  },
  "pnpm": {
    "overrides": {
      "@langchain/core": "0.1.5"
    }
  }
}

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.

0.0.55

3 days ago

0.0.54-rc.1

6 days ago

0.0.54

6 days ago

0.0.54-rc.0

12 days ago

0.0.53

12 days ago

0.0.52

14 days ago

0.0.51

16 days ago

0.0.50

21 days ago

0.0.49

23 days ago

0.0.48

26 days ago

0.0.47

28 days ago

0.0.46

29 days ago

0.0.45

1 month ago

0.0.44

1 month ago

0.0.43

1 month ago

0.0.42

2 months ago

0.0.41

2 months ago

0.0.40

2 months ago

0.0.39

2 months ago

0.0.37

2 months ago

0.0.38

2 months ago

0.0.36

2 months ago

0.0.35

2 months ago

0.0.34

2 months ago

0.0.32

3 months ago

0.0.33

2 months ago

0.0.31

3 months ago

0.0.30

3 months ago

0.0.29

3 months ago

0.0.28

3 months ago

0.0.27

3 months ago

0.0.25

3 months ago

0.0.26

3 months ago

0.0.24

3 months ago

0.0.22

3 months ago

0.0.23

3 months ago

0.0.21

3 months ago

0.0.20

4 months ago

0.0.19

4 months ago

0.0.18

4 months ago

0.0.17

4 months ago

0.0.16

4 months ago

0.0.15

4 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.12

4 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.7-rc.0

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.1

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1-rc.2

5 months ago

0.0.1-rc.1

5 months ago

0.0.1-rc.0

5 months ago

0.0.0

5 months ago