Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Aug 13, 2023
1 parent 5627076 commit 8a58f4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ LangChain.dart has a modular design where the core [langchain](https://pub.dev/p
package provides the LangChain API and each integration with a model provider, data store, etc. is
provided by a separate package.

| Package | Version | Description | Models | Data conn. | Memory | Agents & Tools |
|---------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|--------------------|--------|------------|--------|----------------|
| [langchain](https://pub.dev/packages/langchain) | [![langchain](https://img.shields.io/pub/v/langchain.svg)](https://pub.dev/packages/langchain) | Core LangChain API |||||
| [langchain_openai](https://pub.dev/packages/langchain_openai) | [![langchain_openai](https://img.shields.io/pub/v/langchain_openai.svg)](https://pub.dev/packages/langchain_openai) | OpenAI integration ||| ||
| Package | Version | Description | Models | Data conn. | Chains | Agents & Tools |
|---------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|-------------------------------------|--------|------------|--------|----------------|
| [langchain](https://pub.dev/packages/langchain) | [![langchain](https://img.shields.io/pub/v/langchain.svg)](https://pub.dev/packages/langchain) | Core LangChain API |||||
| [langchain_openai](https://pub.dev/packages/langchain_openai) | [![langchain_openai](https://img.shields.io/pub/v/langchain_openai.svg)](https://pub.dev/packages/langchain_openai) | OpenAI integration |||||
| [langchain_google](https://pub.dev/packages/langchain_google) | [![langchain_google](https://img.shields.io/pub/v/langchain_google.svg)](https://pub.dev/packages/langchain_google) | Google integration (VertexAI, PaLM) ||| | |

## Getting started

Expand Down

0 comments on commit 8a58f4a

Please sign in to comment.