ChatterPy
ChatterPy copied to clipboard
A drop-in fork of Chatterbot that works on python 3.11 and higher
I'm trying to run code but i got error `AttributeError: module 'collections' has no attribute 'Hashable` How to fix this?
Getting the following `value too long for type character varying(255)` while training the bot using Postgres database. The tables are automatically created, is there a way to extend the column...
Related to #2 Extend the column length for 'text' and 'search_text' in the 'statement' table to 1000 characters. * **Abstract Models**: - Update the `max_length` attribute of the `text` and...
Related to #3 Update the PyYAML version in `requirements.txt` to the latest version. * Add `pyyaml>=6.0.1` to the `requirements.txt` file to resolve the AttributeError related to the 'collections' module's 'Hashable'...