Releases: gunthercox/ChatterBot
Releases · gunthercox/ChatterBot
1.2.12
1.2.11
- #2432 - Addresses GHSA-v4w8-49pv-mf72 (
CVE-2026-23842) by adding safe default database connection parameters, and ensure database connections are closed when iteration over yielded values terminate early.
1.2.10
- 💿 #2430 - Further development of experimental redis support using vectors for text similarity.
Sponsorships
🎉 A huge thanks to LambdaTest for sponsoring ChatterBot! 🎉
1.2.9
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.