copyWith method

Implementation

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