langchain-ai/langchain-google

🦜🔗 LangChain interfaces to Google's suite of AI products (e.g. Gemini & Vertex AI)

What it solves

该仓库作为将 Google AI 服务集成到 LangChain 生态系统中的中心化枢纽。它简化了在 AI 应用中通过 Google 的生成式 AI 模型和云端服务进行集成的过程,提供了一种统一的方式来访问 Gemini API 模型和 Vertex AI 服务。

How it works

该项目被组织为三个专门的包:

  • langchain-google-genai: 提供 Google Generative AI (Gemini API) 模型的集成。
  • langchain-google-vertexai: 提供 Google Cloud's Generative AI on Vertex AI 的集成。
  • langchain-google-community: 处理不属于上述类别的其他 Google 产品集成。

Who it’s for

想要在 LangChain 框架内利用 Google 的生成式 AI 模型和云端基础设施来构建 AI Agent 和 LLM 应用的开发者。

Highlights

  • Google AI 集成的中心化管理。
  • 对 Gemini API 模型的专用支持。
  • 与 Google Cloud Vertex AI 的企业级集成。
  • 对其他 Google 产品的社区驱动扩展。