Interface EmbeddingsModuleConfigs.Builder
- Enclosing class:
EmbeddingsModuleConfigs
public static interface EmbeddingsModuleConfigs.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionembeddings(EmbeddingsModelConfig embeddings) Set the embeddings of thisEmbeddingsModuleConfigsinstance.
-
Method Details
-
embeddings
Set the embeddings of thisEmbeddingsModuleConfigsinstance.- Parameters:
embeddings- The embeddings of thisEmbeddingsModuleConfigs- Returns:
- The EmbeddingsModuleConfigs instance.
-