Releases: gunthercox/ChatterBot
Releases · gunthercox/ChatterBot
1.2.8
1.2.7
- 🧪 #2407 Experimental support for large language models (https://docs.chatterbot.us/large-language-models/)
- ⬆️ 8d27a8b Pin upper bounds for the
chatterbot-corpuspackage. Starting inchatterbot-corpus >= 1.3.0strings longer than 255 characters will be present.
1.2.6
- 296809e Fix for postgres compatibility for the
SQLStorageAdapter - #2412 Generate response search index when
in_response_to keyis present in files (such asjsonfiles passed to the.train()method when using theJsonFileTrainer
1.2.5
1.2.4
1.2.3
- #2397 - Add Redis storage adapter with support for vectors 📈 (docs: https://docs.chatterbot.us/storage/redis/)
- #2398
SpecificResponseAdapter: Accept patterns using spaCy's rule-based matching: https://spacy.io/usage/rule-based-matching - #2398
SpecificResponseAdapter: Accept a function for the output_text parameter that can be called to generate the output text.
1.2.2
1.2.1
1.2.0
This release brings chatterbot significantly up to date for comparability with the latest versions of its dependencies, as well as dropping support for older versions of Python that are no longer maintained. As noted in #2389, the minimum supported version of Python will be version 3.9, with newer versions being added soon.
Along with this release, we also have a new documentation site: https://docs.chatterbot.us