Skip to content

Commit 00a3835

Browse files
committed
add embeddingpolicy to registry
1 parent de52219 commit 00a3835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rasa/core/policies/registry.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@
2424

2525
# noinspection PyUnresolvedReferences
2626
from rasa.core.policies.mapping_policy import MappingPolicy
27+
28+
# noinspection PyUnresolvedReferences
29+
from rasa.core.policies.embedding_policy import EmbeddingPolicy

0 commit comments

Comments
 (0)