Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed May 14, 2024
1 parent 16fe4c6 commit f9e05cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LangChain.dart has a modular design that allows developers to import only the co
| [langchain_community](https://pub.dev/packages/langchain_community) | [![langchain_community](https://img.shields.io/pub/v/langchain_community.svg)](https://pub.dev/packages/langchain_community) | Third-party integrations (without specific packages) and community-contributed components |
| [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 (GPT-3.5 Turbo, GPT-4, GPT-4 Turbo, Embeddings, Tools, Vision, DALL·E 3, etc.) and OpenAI Compatible services (TogetherAI, Anyscale, OpenRouter, One API, Groq, Llamafile, GPT4All, etc.) |
| [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 (GoogleAI, VertexAI, Gemini, PaLM 2, Embeddings, Vector Search, etc.) |
| [langchain_firebase](https://pub.dev/packages/langchain_firebase) | [![langchain_firebase](https://img.shields.io/pub/v/langchain_firebase.svg)](https://pub.dev/packages/langchain_firebase) | Firebase integration (VertexAI for Firebase (Gemini API), etc.) |
| [langchain_firebase](https://pub.dev/packages/langchain_firebase) | [![langchain_firebase](https://img.shields.io/pub/v/langchain_firebase.svg)](https://pub.dev/packages/langchain_firebase) | Firebase integration (VertexAI for Firebase (Gemini 1.5 Pro, Gemini 1.5 Flash, etc.)) |
| [langchain_ollama](https://pub.dev/packages/langchain_ollama) | [![langchain_ollama](https://img.shields.io/pub/v/langchain_ollama.svg)](https://pub.dev/packages/langchain_ollama) | Ollama integration (Llama 3, Phi-3, WizardLM-2, Mistral 7B, Gemma, CodeGemma, Command R, LLaVA, DBRX, Qwen 1.5, Dolphin, DeepSeek Coder, Vicuna, Orca, etc.) |
| [langchain_mistralai](https://pub.dev/packages/langchain_mistralai) | [![langchain_mistralai](https://img.shields.io/pub/v/langchain_mistralai.svg)](https://pub.dev/packages/langchain_mistralai) | Mistral AI integration (Mistral-7B, Mixtral 8x7B, Mixtral 8x22B, Mistral Small, Mistral Large, embeddings, etc.). |
| [langchain_pinecone](https://pub.dev/packages/langchain_pinecone) | [![langchain_pinecone](https://img.shields.io/pub/v/langchain_pinecone.svg)](https://pub.dev/packages/langchain_pinecone) | Pinecone vector database integration |
Expand Down
5 changes: 4 additions & 1 deletion packages/langchain_firebase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Firebase module for [LangChain.dart](https://github.com/davidmigloz/langchain_da

## Features

- TODO
- Chat models:
* `ChatFirebaseVertexAI`: wrapper around [Vertex AI for Firebase](https://firebase.google.com/docs/vertex-ai) API (Gemini).

> Note: GCP VertexAI (`ChatVertexAI`) and Google AI for Developers (`ChatGoogleGenerativeAI`) are available in the [`langchain_google`](https://pub.dev/packages/langchain_google) package.
## License

Expand Down
3 changes: 3 additions & 0 deletions packages/langchain_google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ Google module for [LangChain.dart](https://github.com/davidmigloz/langchain_dart
* `ChatGoogleGenerativeAI`: wrapper around [Google AI for Developers](https://ai.google.dev) API (Gemini).
- Embeddings:
* `VertexAIEmbeddings`: wrapper around GCP Vertex AI text embedding models API.
* `GoogleGenerativeAIEmbeddings` wrapper around [Google AI for Developers](https://ai.google.dev) API (Gemini).
- Vector stores:
* `VertexAIMatchingEngine` vector store that uses GCP Vertex AI Matching
Engine and Cloud Storage.

> Note: VertexAI for Firebase (`ChatFirebaseVertexAI`) is available in the [`langchain_firebase`](https://pub.dev/packages/langchain_firebase) package.
## License

LangChain.dart is licensed under the
Expand Down

0 comments on commit f9e05cb

Please sign in to comment.