copyWith method
Implementation
RAGIndexRequestModel copyWith({enums.EmbeddingModelEnum? model}) {
return RAGIndexRequestModel(model: model ?? this.model);
}
RAGIndexRequestModel copyWith({enums.EmbeddingModelEnum? model}) {
return RAGIndexRequestModel(model: model ?? this.model);
}