v0.41.0
0.41.0 (2024-02-20)
new:
- N/A
changed
- Breaking Change: Removed the
ktrain.text.qa.generative_qa
module. Users should use our OnPrem.LLM for generative question-answering (#522)
fixed:
- use arrays in
TextPredictor
due to possible issues withtf.Dataset
(#521)