All Classes and Interfaces

Class
Description
Internal builder for constructing an AnthropicChatModel using AnthropicModelOptions.
Configuration options for building an Anthropic model within LangChain-Beam
A Serializable vector embedding of a text to represent Embeddings in apache beam pipeline.
Interface for creating EmbeddingModel using compatible EmbeddingModelOptions of the model provider
A handler for managing embedding model operations in an Apache Beam pipeline.
Options for creating the EmbeddingModel
A data class representing the output of an embedding transformation.
 
A PTransform that integrates LangChain's ChatModel interface with Apache Beam.
A PTransform that integrates embedding models with Apache Beam.
A Serializable class represents the output of a LangChain-based Beam processing task.
Interface for creating ChatLanguageModel using compatible LangchainModelOptions of the model provider
A handler class for managing LangChain model options and instruction prompts.
Options for creating the ChatLanguageModel
A template for constructing prompts to be sent to the model.
 
 
Internal builder for constructing an OpenAiChatModel using OpenAiModelOptions.
Configuration options for building an OpenAI model within LangChain-Beam