mirror of
https://github.com/Mintplex-Labs/langchainjs.git
synced 2026-07-01 12:17:38 -04:00
Update inner README (#1379)
This commit is contained in:
+25
-3
@@ -2,6 +2,11 @@
|
||||
|
||||
⚡ Building applications with LLMs through composability ⚡
|
||||
|
||||
[](https://github.com/hwchase17/langchainjs/actions/workflows/ci.yml)  [](https://opensource.org/licenses/MIT) [](https://twitter.com/langchainai) [](https://discord.gg/6adMQxSpJS) [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/hwchase17/langchainjs)
|
||||
[<img src="https://github.com/codespaces/badge.svg" title="Open in Github Codespace" width="150" height="20">](https://codespaces.new/hwchase17/langchainjs)
|
||||
|
||||
Looking for the Python version? Check out [LangChain](https://github.com/hwchase17/langchain).
|
||||
|
||||
**Production Support:** As you move your LangChains into production, we'd love to offer more comprehensive support.
|
||||
Please fill out [this form](https://forms.gle/57d8AmXBYp8PP8tZA) and we'll set up a dedicated support Slack channel.
|
||||
|
||||
@@ -10,9 +15,20 @@ Please fill out [this form](https://forms.gle/57d8AmXBYp8PP8tZA) and we'll set u
|
||||
`yarn add langchain`
|
||||
|
||||
```typescript
|
||||
import { OpenAI } from 'langchain/llms';
|
||||
import { OpenAI } from "langchain/llms/openai";
|
||||
```
|
||||
|
||||
## Supported Environments
|
||||
|
||||
LangChain is written in TypeScript and can be used in:
|
||||
|
||||
- Node.js (ESM and CommonJS) - 18.x, 19.x, 20.x
|
||||
- Cloudflare Workers
|
||||
- Vercel / Next.js (Browser, Serverless and Edge functions)
|
||||
- Supabase Edge Functions
|
||||
- Browser
|
||||
- Deno
|
||||
|
||||
## 🤔 What is this?
|
||||
|
||||
Large language models (LLMs) are emerging as a transformative technology, enabling
|
||||
@@ -22,12 +38,18 @@ create a truly powerful app - the real power comes when you can combine them wit
|
||||
|
||||
This library is aimed at assisting in the development of those types of applications.
|
||||
|
||||
## 📖 Full Documentation
|
||||
|
||||
For full documentation of prompts, chains, agents and more, please see [here](https://js.langchain.com/docs/).
|
||||
|
||||
## Relationship with Python LangChain
|
||||
|
||||
This is built to integrate as seamlessly as possible with the [LangChain Python package](https://github.com/hwchase17/langchain). Specifically, this means all objects (prompts, LLMs, chains, etc) are designed in a way where they can be serialized and shared between languages.
|
||||
|
||||
The [LangChainHub](https://github.com/hwchase17/langchain-hub) is a central place for the serialized versions of these prompts, chains, and agents.
|
||||
|
||||
## 📖 Documentation
|
||||
## 💁 Contributing
|
||||
|
||||
For full documentation of prompts, chains, agents and more, please see [here](https://hwchase17.github.io/langchainjs/docs/overview).
|
||||
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 infra, or better documentation.
|
||||
|
||||
Check out [our contributing guidelines](https://github.com/hwchase17/langchainjs/blob/main/CONTRIBUTING.md) for instructions on how to contribute.
|
||||
|
||||
Reference in New Issue
Block a user