You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/07/09 23:56:17 UTC

[incubator-nlpcraft-website] branch master updated: Fix for NLPCRAFT-347

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 958839c  Fix for NLPCRAFT-347
958839c is described below

commit 958839c1180e730d04eff79fa2534edca1c49614
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Fri Jul 9 16:56:06 2021 -0700

    Fix for NLPCRAFT-347
---
 cheat-sheet.html                |   2 +-
 images/getting_started_fig4.png | Bin 25063 -> 26732 bytes
 images/getting_started_fig5.png | Bin 43138 -> 46421 bytes
 images/idea_nc_ex1.png          | Bin 262065 -> 0 bytes
 images/idea_nc_ex2.png          | Bin 195647 -> 0 bytes
 images/idea_run_config.png      | Bin 95060 -> 0 bytes
 images/idea_settings_nc.png     | Bin 134757 -> 0 bytes
 images/new_idea_project.png     | Bin 914526 -> 0 bytes
 images/new_idea_project1.png    | Bin 79272 -> 0 bytes
 tools/syn_tool.html             |   5 +++++
 10 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/cheat-sheet.html b/cheat-sheet.html
index aff9444..3399ca5 100644
--- a/cheat-sheet.html
+++ b/cheat-sheet.html
@@ -460,7 +460,7 @@ id: cheat_sheet
                                 </p>
                                 <pre class="brush: bash">
                                     $ bin/nlpcraft.sh help -c=ask # Get help.
-                                    $ bin/nlpcraft.sh ask --txt="User request" --mdlId=my.model.id # REST 'ask/sync' call.
+                                    $ bin/nlpcraft.sh ask --txt="User request" # REST 'ask/sync' call.
                                 </pre>
                                 <p>
                                     Using <code>call</code> command (for REPL mode):
diff --git a/images/getting_started_fig4.png b/images/getting_started_fig4.png
index 3b05844..33d1b2b 100644
Binary files a/images/getting_started_fig4.png and b/images/getting_started_fig4.png differ
diff --git a/images/getting_started_fig5.png b/images/getting_started_fig5.png
index cce9d4c..b1a2dd3 100644
Binary files a/images/getting_started_fig5.png and b/images/getting_started_fig5.png differ
diff --git a/images/idea_nc_ex1.png b/images/idea_nc_ex1.png
deleted file mode 100644
index 6169e76..0000000
Binary files a/images/idea_nc_ex1.png and /dev/null differ
diff --git a/images/idea_nc_ex2.png b/images/idea_nc_ex2.png
deleted file mode 100644
index 1a36ae6..0000000
Binary files a/images/idea_nc_ex2.png and /dev/null differ
diff --git a/images/idea_run_config.png b/images/idea_run_config.png
deleted file mode 100644
index 2d0d349..0000000
Binary files a/images/idea_run_config.png and /dev/null differ
diff --git a/images/idea_settings_nc.png b/images/idea_settings_nc.png
deleted file mode 100644
index d15b06d..0000000
Binary files a/images/idea_settings_nc.png and /dev/null differ
diff --git a/images/new_idea_project.png b/images/new_idea_project.png
deleted file mode 100644
index e5272e4..0000000
Binary files a/images/new_idea_project.png and /dev/null differ
diff --git a/images/new_idea_project1.png b/images/new_idea_project1.png
deleted file mode 100644
index 2af954b..0000000
Binary files a/images/new_idea_project1.png and /dev/null differ
diff --git a/tools/syn_tool.html b/tools/syn_tool.html
index 04d2a66..b338db5 100644
--- a/tools/syn_tool.html
+++ b/tools/syn_tool.html
@@ -132,6 +132,11 @@ fa_icon: fa-tools
                 </p>
                 <ul>
                     <li>
+                        <code>mldId</code> parameter is only required if there is more than one model
+                        deployed in the connected data probe. If the data probe has only one model you can
+                        ommit this parameter.
+                    </li>
+                    <li>
                         <a href="/tools/script.html">NLPCraft CLI</a> is available as <code>nlpcraft.sh</code> for
                         <i class="fab fa-fw fa-linux"></i> and <code>nlpcraft.cmd</code>
                         for <i class="fab fa-fw fa-windows"></i>.