You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to have, say two bots, one for English and one for Chinese, that are can be trained separately?
This would improve response time I believe. One solution I can see is creating two databases for each bot so they don't overlap. I'm curious if there is a better way in which I can use only the one database?
For example, is there some way to split the tables WITHIN the SAME database, so that each bot only searches from it's own tables?
The text was updated successfully, but these errors were encountered:
I'm going to close this off as a duplicate of #1232. Feel free to subscribe to that issue for updates. I'm labeling this functionality as a feature and I'd like to introduce it to ChatterBot in the future.
Is there any way to have, say two bots, one for English and one for Chinese, that are can be trained separately?
This would improve response time I believe. One solution I can see is creating two databases for each bot so they don't overlap. I'm curious if there is a better way in which I can use only the one database?
For example, is there some way to split the tables WITHIN the SAME database, so that each bot only searches from it's own tables?
The text was updated successfully, but these errors were encountered: