I tried to use WebChat, but i run ‘python -m rasa run --enable-api --cors=”*” --debug’ stuck in loop
How can i fix it?
Here is log
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/core/tracker_store.py:1048: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to “sqlalchemy<2.0”. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: Error Messages — SQLAlchemy 2.0 Documentation)
Base: DeclarativeMeta = declarative_base()
2023-12-15 04:39:01 DEBUG rasa.cli.utils - Parameter ‘credentials’ not set. Using default location ‘credentials.yml’ instead.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/future/standard_library/init.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module’s documentation for alternative uses
import imp
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/google/auth/init.py:55: Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/
warnings.warn(message, Python37DeprecationWarning)
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/google/oauth2/init.py:40: Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/
warnings.warn(message, Python37DeprecationWarning)
2023-12-15 04:39:03 DEBUG h5py._conv - Creating converter from 7 to 5
2023-12-15 04:39:03 DEBUG h5py._conv - Creating converter from 5 to 7
2023-12-15 04:39:03 DEBUG h5py._conv - Creating converter from 7 to 5
2023-12-15 04:39:03 DEBUG h5py._conv - Creating converter from 5 to 7
2023-12-15 04:39:05 DEBUG rasa.core.utils - Available web server routes:
/conversations/<conversation_id:path>/messages POST add_message
/conversations/<conversation_id:path>/tracker/events POST append_events
/webhooks/callback GET callback_webhook.health
/webhooks/callback/webhook POST callback_webhook.webhook
/webhooks/rasa GET custom_webhook_RasaChatInput.health
/webhooks/rasa/webhook POST custom_webhook_RasaChatInput.receive
/webhooks/rest GET custom_webhook_RestInput.health
/webhooks/rest/webhook POST custom_webhook_RestInput.receive
/model/test/intents POST evaluate_intents
/model/test/stories POST evaluate_stories
/conversations/<conversation_id:path>/execute POST execute_action
/domain GET get_domain
/socket.io OPTIONS handle_request
/ GET hello
/model PUT load_model
/model/parse POST parse
/conversations/<conversation_id:path>/predict POST predict
/conversations/<conversation_id:path>/tracker/events PUT replace_events
/conversations/<conversation_id:path>/story GET retrieve_story
/conversations/<conversation_id:path>/tracker GET retrieve_tracker
/webhooks/socketio GET socketio_webhook.health
/status GET status
/model/predict POST tracker_predict
/model/train POST train
/conversations/<conversation_id:path>/trigger_intent POST trigger_intent
/model DELETE unload_model
/version GET version
2023-12-15 04:39:05 INFO root - Starting Rasa server on http://0.0.0.0:5005
2023-12-15 04:39:05 DEBUG rasa.core.utils - Using the default number of Sanic workers (1).
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/shared/core/slot_mappings.py:228: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to Domain to learn more.
UserWarning,
2023-12-15 04:39:06 DEBUG urllib3.connectionpool - Starting new HTTPS connection (1): api.segment.io:443
2023-12-15 04:39:06 DEBUG urllib3.connectionpool - https://api.segment.io:443 “POST /v1/track HTTP/1.1” 200 21
2023-12-15 04:39:06 DEBUG rasa.core.tracker_store - Connected to InMemoryTrackerStore.
2023-12-15 04:39:06 DEBUG rasa.core.lock_store - Connected to lock store ‘InMemoryLockStore’.
2023-12-15 04:39:06 DEBUG rasa.core.nlg.generator - Instantiated NLG to ‘TemplatedNaturalLanguageGenerator’.
2023-12-15 04:39:07 INFO rasa.core.processor - Loading model models/20231215-043843-brownian-ohm.tar.gz…
2023-12-15 04:39:07 DEBUG rasa.engine.storage.local_model_storage - Extracted model to ‘/tmp/tmpcwfgkr35’.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/shared/core/slot_mappings.py:228: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to Domain to learn more.
UserWarning,
2023-12-15 04:39:07 DEBUG rasa.engine.graph - Node ‘nlu_message_converter’ loading ‘NLUMessageConverter.load’ and kwargs: ‘{}’.
2023-12-15 04:39:07 DEBUG rasa.engine.graph - Node ‘provide_SpacyNLP0’ loading ‘SpacyNLP.load’ and kwargs: ‘{}’.
2023-12-15 04:39:07 INFO rasa.nlu.utils.spacy_utils - Trying to load SpaCy model with name ‘ko_core_news_sm’.
2023-12-15 04:39:10 DEBUG rasa.engine.graph - Node ‘run_SpacyNLP0’ loading ‘SpacyNLP.load’ and kwargs: ‘{}’.
2023-12-15 04:39:10 INFO rasa.nlu.utils.spacy_utils - Trying to load SpaCy model with name ‘ko_core_news_sm’.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_SpacyTokenizer1’ loading ‘SpacyTokenizer.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_SpacyFeaturizer2’ loading ‘SpacyFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_RegexFeaturizer3’ loading ‘RegexFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_RegexFeaturizer3’ was requested for reading.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_LexicalSyntacticFeaturizer4’ loading ‘LexicalSyntacticFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_LexicalSyntacticFeaturizer4’ was requested for reading.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_CountVectorsFeaturizer5’ loading ‘CountVectorsFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_CountVectorsFeaturizer5’ was requested for reading.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_CountVectorsFeaturizer6’ loading ‘CountVectorsFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_CountVectorsFeaturizer6’ was requested for reading.
2023-12-15 04:39:11 DEBUG rasa.engine.graph - Node ‘run_DIETClassifier7’ loading ‘DIETClassifier.load’ and kwargs: ‘{}’.
2023-12-15 04:39:11 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_DIETClassifier7’ was requested for reading.
2023-12-15 04:39:11 DEBUG rasa.utils.tensorflow.models - Loading the model from /tmp/tmpahpw5a_t/train_DIETClassifier7/DIETClassifier.tf_model with finetune_mode=False…
2023-12-15 04:39:17 DEBUG rasa.nlu.classifiers.diet_classifier - Following metrics will be logged during training:
2023-12-15 04:39:17 DEBUG rasa.nlu.classifiers.diet_classifier - t_loss (total loss)
2023-12-15 04:39:17 DEBUG rasa.nlu.classifiers.diet_classifier - i_acc (intent acc)
2023-12-15 04:39:17 DEBUG rasa.nlu.classifiers.diet_classifier - i_loss (intent loss)
2023-12-15 04:39:17 DEBUG rasa.nlu.classifiers.diet_classifier - e_f1 (entity f1)
2023-12-15 04:39:17 DEBUG rasa.nlu.classifiers.diet_classifier - e_loss (entity loss)
2023-12-15 04:40:01 DEBUG rasa.utils.tensorflow.models - Finished loading the model.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/utils/train_utils.py:531: UserWarning: constrain_similarities is set to False. It is recommended to set it to True when using cross-entropy loss.
category=UserWarning,
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘run_EntitySynonymMapper8’ loading ‘EntitySynonymMapper.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_EntitySynonymMapper8’ was requested for reading.
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘run_ResponseSelector9’ loading ‘ResponseSelector.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_ResponseSelector9’ was requested for reading.
2023-12-15 04:40:01 DEBUG rasa.nlu.classifiers.diet_classifier - Failed to load ABCMeta from model storage. Resource ‘train_ResponseSelector9’ doesn’t exist.
2023-12-15 04:40:01 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_ResponseSelector9’ was requested for reading.
2023-12-15 04:40:01 DEBUG rasa.nlu.selectors.response_selector - Failed to load ResponseSelector from model storage. Resource ‘train_ResponseSelector9’ doesn’t exist.
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘run_FallbackClassifier10’ loading ‘FallbackClassifier.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘run_RegexMessageHandler’ loading ‘RegexMessageHandler.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘domain_provider’ loading ‘DomainProvider.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.storage.local_model_storage - Resource ‘domain_provider’ was requested for reading.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/shared/core/slot_mappings.py:228: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to Domain to learn more.
UserWarning,
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘run_MemoizationPolicy0’ loading ‘MemoizationPolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_MemoizationPolicy0’ was requested for reading.
2023-12-15 04:40:01 DEBUG rasa.engine.graph - Node ‘run_UnexpecTEDIntentPolicy1’ loading ‘UnexpecTEDIntentPolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:40:01 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_UnexpecTEDIntentPolicy1’ was requested for reading.
2023-12-15 04:40:01 DEBUG rasa.utils.tensorflow.models - Loading the model from /tmp/tmpahpw5a_t/train_UnexpecTEDIntentPolicy1/unexpected_intent_policy.tf_model with finetune_mode=False…
2023-12-15 04:40:19 DEBUG rasa.utils.tensorflow.models - Finished loading the model.
2023-12-15 04:40:19 WARNING rasa.shared.utils.common - The UnexpecTED Intent Policy is currently experimental and might change or be removed in the future
Please share your feedback on it in the forum (https://forum.rasa.com) to help us make this feature ready for production.
2023-12-15 04:40:19 DEBUG rasa.engine.graph - Node ‘run_TEDPolicy2’ loading ‘TEDPolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:40:19 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_TEDPolicy2’ was requested for reading.
2023-12-15 04:40:19 DEBUG rasa.utils.tensorflow.models - Loading the model from /tmp/tmpahpw5a_t/train_TEDPolicy2/ted_policy.tf_model with finetune_mode=False…
2023-12-15 04:40:35 DEBUG rasa.utils.tensorflow.models - Finished loading the model.
2023-12-15 04:40:35 DEBUG rasa.engine.graph - Node ‘run_RulePolicy3’ loading ‘RulePolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:40:35 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_RulePolicy3’ was requested for reading.
2023-12-15 04:40:35 DEBUG rasa.engine.graph - Node ‘rule_only_data_provider’ loading ‘RuleOnlyDataProvider.load’ and kwargs: ‘{}’.
2023-12-15 04:40:35 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_RulePolicy3’ was requested for reading.
2023-12-15 04:40:35 DEBUG rasa.engine.graph - Node ‘select_prediction’ loading ‘DefaultPolicyPredictionEnsemble.load’ and kwargs: ‘{}’.
2023-12-15 04:40:35 INFO root - Rasa server is up and running.
2023-12-15 04:40:35 INFO root - Enabling coroutine debugging. Loop id 93925873676480.
^C(venv) (base) terrie@64dc275d37d1:~/Rasa/test/rasa-assistant$ pytn -m rasa run --enable-api --cors=”*” --debug
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/core/tracker_store.py:1048: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to “sqlalchemy<2.0”. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: Error Messages — SQLAlchemy 2.0 Documentation)
Base: DeclarativeMeta = declarative_base()
2023-12-15 04:47:04 DEBUG rasa.cli.utils - Parameter ‘credentials’ not set. Using default location ‘credentials.yml’ instead.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/future/standard_library/init.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module’s documentation for alternative uses
import imp
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/google/auth/init.py:55: Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/
warnings.warn(message, Python37DeprecationWarning)
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/google/oauth2/init.py:40: Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/
warnings.warn(message, Python37DeprecationWarning)
2023-12-15 04:47:06 DEBUG h5py._conv - Creating converter from 7 to 5
2023-12-15 04:47:06 DEBUG h5py.conv - Creating converter from 5 to 7
2023-12-15 04:47:06 DEBUG h5py.conv - Creating converter from 7 to 5
2023-12-15 04:47:06 DEBUG h5py.conv - Creating converter from 5 to 7
2023-12-15 04:47:08 DEBUG rasa.core.utils - Available web server routes:
/conversations/<conversation_id:path>/messages POST add_message
/conversations/<conversation_id:path>/tracker/events POST append_events
/webhooks/callback GET callback_webhook.health
/webhooks/callback/webhook POST callback_webhook.webhook
/webhooks/rasa GET custom_webhook_RasaChatInput.health
/webhooks/rasa/webhook POST custom_webhook_RasaChatInput.receive
/webhooks/rest GET custom_webhook_RestInput.health
/webhooks/rest/webhook POST custom_webhook_RestInput.receive
/model/test/intents POST evaluate_intents
/model/test/stories POST evaluate_stories
/conversations/<conversation_id:path>/execute POST execute_action
/domain GET get_domain
/socket.io POST handle_request
/ GET hello
/model PUT load_model
/model/parse POST parse
/conversations/<conversation_id:path>/predict POST predict
/conversations/<conversation_id:path>/tracker/events PUT replace_events
/conversations/<conversation_id:path>/story GET retrieve_story
/conversations/<conversation_id:path>/tracker GET retrieve_tracker
/webhooks/socketio GET socketio_webhook.health
/status GET status
/model/predict POST tracker_predict
/model/train POST train
/conversations/<conversation_id:path>/trigger_intent POST trigger_intent
/model DELETE unload_model
/version GET version
2023-12-15 04:47:08 INFO root - Starting Rasa server on http://0.0.0.0:5005
2023-12-15 04:47:08 DEBUG rasa.core.utils - Using the default number of Sanic workers (1).
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/shared/core/slot_mappings.py:228: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to Domain to learn more.
UserWarning,
2023-12-15 04:47:09 DEBUG urllib3.connectionpool - Starting new HTTPS connection (1): api.segment.io:443
2023-12-15 04:47:10 DEBUG urllib3.connectionpool - https://api.segment.io:443 “POST /v1/track HTTP/1.1” 200 21
2023-12-15 04:47:10 DEBUG rasa.core.tracker_store - Connected to InMemoryTrackerStore.
2023-12-15 04:47:10 DEBUG rasa.core.lock_store - Connected to lock store ‘InMemoryLockStore’.
2023-12-15 04:47:10 DEBUG rasa.core.nlg.generator - Instantiated NLG to ‘TemplatedNaturalLanguageGenerator’.
2023-12-15 04:47:10 INFO rasa.core.processor - Loading model models/20231215-043843-brownian-ohm.tar.gz…
2023-12-15 04:47:10 DEBUG rasa.engine.storage.local_model_storage - Extracted model to ‘/tmp/tmpszhct39c’.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/shared/core/slot_mappings.py:228: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to Domain to learn more.
UserWarning,
2023-12-15 04:47:10 DEBUG rasa.engine.graph - Node ‘nlu_message_converter’ loading ‘NLUMessageConverter.load’ and kwargs: ‘{}’.
2023-12-15 04:47:10 DEBUG rasa.engine.graph - Node ‘provide_SpacyNLP0’ loading ‘SpacyNLP.load’ and kwargs: ‘{}’.
2023-12-15 04:47:10 INFO rasa.nlu.utils.spacy_utils - Trying to load SpaCy model with name ‘ko_core_news_sm’.
2023-12-15 04:47:14 DEBUG rasa.engine.graph - Node ‘run_SpacyNLP0’ loading ‘SpacyNLP.load’ and kwargs: ‘{}’.
2023-12-15 04:47:14 INFO rasa.nlu.utils.spacy_utils - Trying to load SpaCy model with name ‘ko_core_news_sm’.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_SpacyTokenizer1’ loading ‘SpacyTokenizer.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_SpacyFeaturizer2’ loading ‘SpacyFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_RegexFeaturizer3’ loading ‘RegexFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_RegexFeaturizer3’ was requested for reading.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_LexicalSyntacticFeaturizer4’ loading ‘LexicalSyntacticFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_LexicalSyntacticFeaturizer4’ was requested for reading.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_CountVectorsFeaturizer5’ loading ‘CountVectorsFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_CountVectorsFeaturizer5’ was requested for reading.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_CountVectorsFeaturizer6’ loading ‘CountVectorsFeaturizer.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_CountVectorsFeaturizer6’ was requested for reading.
2023-12-15 04:47:15 DEBUG rasa.engine.graph - Node ‘run_DIETClassifier7’ loading ‘DIETClassifier.load’ and kwargs: ‘{}’.
2023-12-15 04:47:15 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_DIETClassifier7’ was requested for reading.
2023-12-15 04:47:15 DEBUG rasa.utils.tensorflow.models - Loading the model from /tmp/tmpt85olv9/train_DIETClassifier7/DIETClassifier.tf_model with finetune_mode=False…
2023-12-15 04:47:20 DEBUG rasa.nlu.classifiers.diet_classifier - Following metrics will be logged during training:
2023-12-15 04:47:20 DEBUG rasa.nlu.classifiers.diet_classifier - t_loss (total loss)
2023-12-15 04:47:20 DEBUG rasa.nlu.classifiers.diet_classifier - i_acc (intent acc)
2023-12-15 04:47:20 DEBUG rasa.nlu.classifiers.diet_classifier - i_loss (intent loss)
2023-12-15 04:47:20 DEBUG rasa.nlu.classifiers.diet_classifier - e_f1 (entity f1)
2023-12-15 04:47:20 DEBUG rasa.nlu.classifiers.diet_classifier - e_loss (entity loss)
2023-12-15 04:48:04 DEBUG rasa.utils.tensorflow.models - Finished loading the model.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/utils/train_utils.py:531: UserWarning: constrain_similarities is set to False. It is recommended to set it to True when using cross-entropy loss.
category=UserWarning,
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘run_EntitySynonymMapper8’ loading ‘EntitySynonymMapper.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_EntitySynonymMapper8’ was requested for reading.
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘run_ResponseSelector9’ loading ‘ResponseSelector.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_ResponseSelector9’ was requested for reading.
2023-12-15 04:48:04 DEBUG rasa.nlu.classifiers.diet_classifier - Failed to load ABCMeta from model storage. Resource ‘train_ResponseSelector9’ doesn’t exist.
2023-12-15 04:48:04 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_ResponseSelector9’ was requested for reading.
2023-12-15 04:48:04 DEBUG rasa.nlu.selectors.response_selector - Failed to load ResponseSelector from model storage. Resource ‘train_ResponseSelector9’ doesn’t exist.
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘run_FallbackClassifier10’ loading ‘FallbackClassifier.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘run_RegexMessageHandler’ loading ‘RegexMessageHandler.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘domain_provider’ loading ‘DomainProvider.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.storage.local_model_storage - Resource ‘domain_provider’ was requested for reading.
/home/terrie/Rasa/test/venv/lib/python3.7/site-packages/rasa/shared/core/slot_mappings.py:228: UserWarning: Slot auto-fill has been removed in 3.0 and replaced with a new explicit mechanism to set slots. Please refer to Domain to learn more.
UserWarning,
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘run_MemoizationPolicy0’ loading ‘MemoizationPolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_MemoizationPolicy0’ was requested for reading.
2023-12-15 04:48:04 DEBUG rasa.engine.graph - Node ‘run_UnexpecTEDIntentPolicy1’ loading ‘UnexpecTEDIntentPolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:48:04 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_UnexpecTEDIntentPolicy1’ was requested for reading.
2023-12-15 04:48:04 DEBUG rasa.utils.tensorflow.models - Loading the model from /tmp/tmpt85olv9/train_UnexpecTEDIntentPolicy1/unexpected_intent_policy.tf_model with finetune_mode=False…
2023-12-15 04:48:22 DEBUG rasa.utils.tensorflow.models - Finished loading the model.
2023-12-15 04:48:22 WARNING rasa.shared.utils.common - The UnexpecTED Intent Policy is currently experimental and might change or be removed in the future
Please share your feedback on it in the forum (https://forum.rasa.com) to help us make this feature ready for production.
2023-12-15 04:48:22 DEBUG rasa.engine.graph - Node ‘run_TEDPolicy2’ loading ‘TEDPolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:48:22 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_TEDPolicy2’ was requested for reading.
2023-12-15 04:48:22 DEBUG rasa.utils.tensorflow.models - Loading the model from /tmp/tmpt85olv9/train_TEDPolicy2/ted_policy.tf_model with finetune_mode=False…
2023-12-15 04:48:39 DEBUG rasa.utils.tensorflow.models - Finished loading the model.
2023-12-15 04:48:39 DEBUG rasa.engine.graph - Node ‘run_RulePolicy3’ loading ‘RulePolicy.load’ and kwargs: ‘{}’.
2023-12-15 04:48:39 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_RulePolicy3’ was requested for reading.
2023-12-15 04:48:39 DEBUG rasa.engine.graph - Node ‘rule_only_data_provider’ loading ‘RuleOnlyDataProvider.load’ and kwargs: ‘{}’.
2023-12-15 04:48:39 DEBUG rasa.engine.storage.local_model_storage - Resource ‘train_RulePolicy3’ was requested for reading.
2023-12-15 04:48:39 DEBUG rasa.engine.graph - Node ‘select_prediction’ loading ‘DefaultPolicyPredictionEnsemble.load’ and kwargs: ‘{}’.
2023-12-15 04:48:39 INFO root - Rasa server is up and running.
2023-12-15 04:48:39 INFO root - Enabling coroutine debugging. Loop id 94599619351344.