langchain_google_community
1.0.7¶
langchain_google_community.bigquery
¶
类¶
|
从谷歌云平台 BigQuery 加载。 |
langchain_google_community.bq_storage_vectorstores
¶
类¶
利用BigQuery和BigQuery Vector Search的向量存储实现。 |
|
利用BigQuery Storage和Vertex AI Feature Store的向量存储实现。 |
函数¶
|
验证BigQuery架构中的列。 |
langchain_google_community.docai
¶
模块包含一个基于谷歌云Document AI的PDF解析器。
为了使用此解析器,您需要安装两个库:pip install google-cloud-documentai pip install google-cloud-documentai-toolbox
类¶
|
Google Cloud Document AI 解析器。 |
|
存储Document AI解析结果的数据类。 |
langchain_google_community.documentai_warehouse
¶
谷歌云Document AI Warehouse的检索包装器。
类¶
基于Document AI Warehouse的检索器。 |
langchain_google_community.drive
¶
类¶
从 Google Drive 加载Google Docs。 |
langchain_google_community.gcs_directory
¶
类¶
|
从GCS目录加载。 |
langchain_google_community.gcs_file
¶
类¶
|
从GCS文件加载。 |
langchain_google_community.gmail
¶
类¶
Gmail工具的基类。 |
|
CreateDraftTool的输入。 |
|
用于为Gmail创建草稿邮件的工具。 |
|
用于从Gmail通过ID获取消息的工具。 |
|
GetMessageTool的输入。 |
|
GetMessageTool的输入。 |
|
从Gmail通过ID获取线程的工具。 |
|
|
从《GMail》加载数据。 |
搜索Gmail中的消息或线程的工具。 |
|
|
要搜索的资源枚举器。 |
SearchGmailTool的输入。 |
|
向Gmail发送消息的工具。 |
|
SendMessageTool的输入。 |
|
与Gmail交互的工具包。 |
函数¶
构建一个Gmail服务。 |
|
清除电子邮件正文。 |
|
获取凭证。 |
|
导入Google库。 |
|
导入googleapiclient.discovery.build函数。 |
|
导入InstalledAppFlow类。 |
langchain_google_community.google_speech_to_text
¶
类¶
用于Google Cloud Speech-to-Text音频转录的加载器。 |
langchain_google_community.places_api
¶
调用Google Places API的链。
类¶
围绕Google Places API的包装器。 |
|
GooglePlacesTool的输入。 |
|
查询Googleplaces API的工具。 |
langchain_google_community.search
¶
调用 Google 搜索的功能。
类¶
Google 搜索 API 的包装器。 |
|
查询 Google 搜索 API 并返回 json 的工具。 |
|
查询 Google 搜索 API 的工具。 |
langchain_google_community.texttospeech
¶
类¶
查询 Google Cloud Text to Speech API 的工具。 |
langchain_google_community.translate
¶
类¶
|
使用 Google Cloud Translation 翻译文本文档。 |
langchain_google_community.vertex_ai_search
¶
Google Vertex AI Search 的检索器包装器。
在测试之前设置以下环境变量:export PROJECT_ID=… - 设置为您的 Google Cloud 项目 ID export DATA_STORE_ID=… - 用于测试的搜索引擎的 ID
类¶
用于多轮对话的 Google Vertex AI Search 检索器。 |
|
Google Vertex AI Search 检索器。 |
|
该类公开一个工具,用于通过 Vertex Search 和 Conversation 与应用进行交互,获取检索的文档的摘要。 |
langchain_google_community.vertex_check_grounding
¶
类¶
使用可配置参数初始化 Vertex AI CheckGroundingOutputParser。 |
langchain_google_community.vertex_rank
¶
类¶
使用可配置参数初始化 Vertex AI Ranker。 |
langchain_google_community.vision
¶
类¶
|
|
|