langchain_google 0.0.2 copy "langchain_google: ^0.0.2" to clipboard
langchain_google: ^0.0.2 copied to clipboard

Google module for LangChain.dart.

🦜️🔗 LangChain.dart / Google #

tests docs langchain_google MIT

Google module for LangChain.dart.

Features #

  • LLMs:
    • VertexAI: wrapper around GCP Vertex AI text models API (aka PaLM API for text).
  • Chat models:
    • ChatVertexAI: wrapper around GCP Vertex AI text chat models API (aka PaLM API for chat).
  • Embeddings:
    • VertexAIEmbeddings: wrapper around GCP Vertex AI text embedding models API.
  • Vector stores:
    • VertexAIMatchingEngine vector store that uses GCP Vertex AI Matching Engine and Cloud Storage.

License #

LangChain.dart is licensed under the MIT License.