Module anchor_chain::models 
source · Expand description
Contains nodes that are designed to work with various LLM models.
The nodes in this module are designed to work with specific LLM models and provide a common interface for interacting with them. This allows developers to easily integrate different models into their processing chains without having to worry about the specific details of each model’s API.
Modules§
- Defines the interface for an embedding model that can embed text input.
 - Module for integrating OpenAI models.