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
Copy file name to clipboardExpand all lines: docs/features/models/intent_catcher.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@ How Do I: Integrate Intent Catcher into DeepPavlov Deepy
66
66
67
67
To integrate your Intent Catcher-based intent classifier into your Multiskill AI Assistant built using DeepPavlov Conversational AI Stack, follow the following instructions:
2. Replace ``docker-compose.yml`` in the root of the repository and ``pipeline_conf.json`` in the ``/agent/`` subdirectory with the corresponding files from the `deepy_adv <https://github.com/deeppavlovteam/assistant-base/tree/main/assistant_dists/deepy_adv>`_ **Deepy Distribution**
2. Replace ``docker-compose.yml`` in the root of the repository and ``pipeline_conf.json`` in the ``/agent/`` subdirectory with the corresponding files from the `deepy_adv <https://github.com/deeppavlov/assistant-base/tree/main/assistant_dists/deepy_adv>`_ **Deepy Distribution**
71
71
3. Clone the `Tutorial Notebook <https://colab.research.google.com/drive/1l6Fhj3rEVup0N-n9Jy5z_iA3b1W53V6m?usp=sharing>`_
72
72
4. Change its ``intents`` based on your project needs with your custom **intents**
73
73
5. Train the Intent Catcher model in your copy of the Tutorial Notebook
74
-
6. Download and put saved data from your copy of the Tutorial Notebook into the `Intent Catcher <https://github.com/deeppavlovteam/assistant-base/tree/main/annotators/intent_catcher>`_
75
-
7. [Optional] Unless you need a Chit-Chat skill remove `it <https://github.com/deeppavlovteam/assistant-base/tree/main/skills/program-y>`_ from at both the ``/agent/pipeline_conf.json`` and from ``docker-compose.yml``
74
+
6. Download and put saved data from your copy of the Tutorial Notebook into the `Intent Catcher <https://github.com/deeppavlov/assistant-base/tree/main/annotators/intent_catcher>`_
75
+
7. [Optional] Unless you need a Chit-Chat skill remove `it <https://github.com/deeppavlov/assistant-base/tree/main/skills/program-y>`_ from at both the ``/agent/pipeline_conf.json`` and from ``docker-compose.yml``
76
76
8. Use ``docker-compose up --build`` command to build and run your DeepPavlov-based Multiskill AI Assistant
Default configuration for KBQA was designed to use all of the supporting models together as a part of the KBQA pipeline. However, there might be a case when you want to work with some of these models in addition to KBQA.
219
219
220
-
For example, you might want to use Entity Linking as an annotator in your `Deepy-based <https://github.com/deeppavlovteam/assistant-base>`_ multiskill AI Assistant. Or, you might want to use Wiki Parser component to directly run SPARQL queries against your copy of Wikidata. To support these usecase, starting with this release you can also deploy supporting models as standalone components.
220
+
For example, you might want to use Entity Linking as an annotator in your `Deepy-based <https://github.com/deeppavlov/assistant-base>`_ multiskill AI Assistant. Or, you might want to use Wiki Parser component to directly run SPARQL queries against your copy of Wikidata. To support these usecase, starting with this release you can also deploy supporting models as standalone components.
221
221
222
222
Config :config:`kbqa_entity_linking <kbqa/kbqa_entity_linking.json>` can be used as service with the following command:
Copy file name to clipboardExpand all lines: docs/features/skills/go_bot.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ Tutorials
222
222
223
223
We encourage you to explore the tutorials below to get better understanding of how to build basic and more advanced goal-oriented skills with these RASA DSLs:
224
224
225
-
* `Original Tutorial Notebook Featuring Simple and DSTC2-based Skills <https://github.com/deeppavlovteam/DeepPavlov/blob/master/examples/gobot_md_yaml_configs_tutorial.ipynb>`_
225
+
* `Original Tutorial Notebook Featuring Simple and DSTC2-based Skills <https://github.com/deeppavlov/DeepPavlov/blob/master/examples/gobot_md_yaml_configs_tutorial.ipynb>`_
@@ -232,13 +232,13 @@ How Do I: Integrate Go-Bot-based Goal-Oriented Skill into DeepPavlov Deepy
232
232
233
233
To integrate your Go-Bot-based goal-oriented skill into your Multiskill AI Assistant built using DeepPavlov Conversational AI Stack, follow the following instructions:
2. Replace ``docker-compose.yml`` in the root of the repository and ``pipeline_conf.json`` in the ``/agent/`` subdirectory with the corresponding files from the `deepy_gobot_base <https://github.com/deeppavlovteam/assistant-base/tree/main/assistant_dists/deepy_gobot_base>`_ **Deepy Distribution**
2. Replace ``docker-compose.yml`` in the root of the repository and ``pipeline_conf.json`` in the ``/agent/`` subdirectory with the corresponding files from the `deepy_gobot_base <https://github.com/deeppavlov/assistant-base/tree/main/assistant_dists/deepy_gobot_base>`_ **Deepy Distribution**
237
237
3. Clone the second `Tutorial Notebook <https://colab.research.google.com/drive/1BdTnDsytEABOU7RbNRQqIVE-rBHOv0kM?usp=sharing>`_
238
238
4. Change its ``domain.yml``, ``nlu.md``, and ``stories.md`` based on your project needs with your custom **intents**, **slots**, **forms**, and write your own **stories**
239
239
5. Train the go-bot model in your copy of the Tutorial Notebook
240
-
6. Download and put saved data from your copy of the Tutorial Notebook into the `Harvesters Maintenance Go-Bot Skill <https://github.com/deeppavlovteam/assistant-base/tree/main/skills/harvesters_maintenance_gobot_skill>`_
241
-
7. [Optional] Unless you need a Chit-Chat skill remove `it <https://github.com/deeppavlovteam/assistant-base/tree/main/skills/program-y>`_ from at both the ``/agent/pipeline_conf.json`` and from ``docker-compose.yml``
240
+
6. Download and put saved data from your copy of the Tutorial Notebook into the `Harvesters Maintenance Go-Bot Skill <https://github.com/deeppavlov/assistant-base/tree/main/skills/harvesters_maintenance_gobot_skill>`_
241
+
7. [Optional] Unless you need a Chit-Chat skill remove `it <https://github.com/deeppavlov/assistant-base/tree/main/skills/program-y>`_ from at both the ``/agent/pipeline_conf.json`` and from ``docker-compose.yml``
242
242
8. Use ``docker-compose up --build`` command to build and run your DeepPavlov-based Multiskill AI Assistant
243
243
244
244
.. note::
@@ -252,7 +252,7 @@ Tutorials
252
252
253
253
Follow this tutorial to experiment with the Form-Filling functionality in Go-Bot-based goal-oriented skills built using RASA DSLs (v1):
0 commit comments