langchain-google-community: 1.0.7#

bigquery#

bigquery.BigQueryLoader(query[, project, ...])

Load from the Google Cloud Platform BigQuery.

bq_storage_vectorstores#

bq_storage_vectorstores.bigquery.BigQueryVectorStore

A vector store implementation that utilizes BigQuery and BigQuery Vector Search.

bq_storage_vectorstores.featurestore.VertexFSVectorStore

A vector store implementation that utilizes BigQuery Storage and Vertex AI Feature Store.

docai#

docai.DocAIParser(*[, client, location, ...])

Google Cloud Document AI parser.

docai.DocAIParsingResults(source_path, ...)

A dataclass to store Document AI parsing results.

documentai_warehouse#

documentai_warehouse.DocumentAIWarehouseRetriever

A retriever based on Document AI Warehouse.

drive#

drive.GoogleDriveLoader

Load Google Docs from Google Drive.

gcs_directory#

gcs_directory.GCSDirectoryLoader(...[, ...])

Load from GCS directory.

gcs_file#

gcs_file.GCSFileLoader(project_name, bucket, ...)

Load from GCS file.

gmail#

gmail.base.GmailBaseTool

Base class for Gmail tools.

gmail.create_draft.CreateDraftSchema

Input for CreateDraftTool.

gmail.create_draft.GmailCreateDraft

Tool that creates a draft email for Gmail.

gmail.get_message.GmailGetMessage

Tool that gets a message by ID from Gmail.

gmail.get_message.SearchArgsSchema

Input for GetMessageTool.

gmail.get_thread.GetThreadSchema

Input for GetMessageTool.

gmail.get_thread.GmailGetThread

Tool that gets a thread by ID from Gmail.

gmail.loader.GMailLoader(creds[, n, raise_error])

Load data from GMail.

gmail.search.GmailSearch

Tool that searches for messages or threads in Gmail.

gmail.search.Resource(value[, names, ...])

Enumerator of Resources to search.

gmail.search.SearchArgsSchema

Input for SearchGmailTool.

gmail.send_message.GmailSendMessage

Tool that sends a message to Gmail.

gmail.send_message.SendMessageSchema

Input for SendMessageTool.

gmail.toolkit.GmailToolkit

Toolkit for interacting with Gmail.

google_speech_to_text#

google_speech_to_text.SpeechToTextLoader(...)

Loader for Google Cloud Speech-to-Text audio transcripts.

places_api#

places_api.GooglePlacesAPIWrapper

Wrapper around Google Places API.

places_api.GooglePlacesSchema

Input for GooglePlacesTool.

places_api.GooglePlacesTool

Tool that queries the Google places API.

texttospeech#

texttospeech.TextToSpeechTool

Tool that queries the Google Cloud Text to Speech API.

translate#

translate.GoogleTranslateTransformer(...[, ...])

Translate text documents using Google Cloud Translation.

vertex_check_grounding#

vertex_check_grounding.VertexAICheckGroundingWrapper

Initializes the Vertex AI CheckGroundingOutputParser with configurable parameters.

vertex_rank#

vertex_rank.VertexAIRank

Initializes the Vertex AI Ranker with configurable parameters.

vision#

vision.CloudVisionLoader(file_path[, project])

vision.CloudVisionParser([project])