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 2020/09/09 06:58:03 UTC

[incubator-nlpcraft-website] branch master updated: WIP.

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 a67d929  WIP.
a67d929 is described below

commit a67d9296b169ace2757f5ebacd8edb48306f984a
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Tue Sep 8 23:57:53 2020 -0700

    WIP.
---
 getting-started.html | 33 +++++++++++++++++----------------
 using-rest.html      | 21 +++++++++++++++++++++
 2 files changed, 38 insertions(+), 16 deletions(-)

diff --git a/getting-started.html b/getting-started.html
index 681e782..b00fcbf 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -115,22 +115,23 @@ id: getting_started
                 Copyright (C) 2020 Apache Software Foundation.
 
                 Mar-11 23:25:52 [INFO ] Probe Configuration:
-                +----------------------------------------------------------------------+
-                | Probe ID        | all.examples                                       |
-                | Probe Token     | 3141592653589793                                   |
-                | API Version     | {{site.latest_version}}, 2019-04-16                                  |
-                | Down-Link       | localhost:8202                                     |
-                | Up-Link         | localhost:8201                                     |
-                +-----------------+----------------------------------------------------+
-                | Model providers | org.apache.nlpcraft.examples.alarm.AlarmModel             |
-                |                 | org.apache.nlpcraft.examples.echo.EchoModel               |
-                |                 | org.apache.nlpcraft.examples.helloworld.HelloWorldModel   |
-                |                 | org.apache.nlpcraft.examples.time.TimeModel               |
-                |                 | org.apache.nlpcraft.examples.weather.WeatherModel         |
-                |                 | org.apache.nlpcraft.examples.lightswitch.LightSwitchModel |
-                +-----------------+----------------------------------------------------+
-                | JARs Folder     |                                                    |
-                +----------------------------------------------------------------------+
+                +-------------------------------------------------------------------------+
+                | Probe ID    | all.examples                                              |
+                | Probe Token | 3141592653589793                                          |
+                | API Version | 0.6.2, 2020-07-09                                         |
+                | Down-Link   | localhost:8202                                            |
+                | Up-Link     | localhost:8201                                            |
+                +-------------+-----------------------------------------------------------+
+                | Models      | org.apache.nlpcraft.examples.echo.EchoModel               |
+                |             | org.apache.nlpcraft.examples.alarm.AlarmModel             |
+                |             | org.apache.nlpcraft.examples.helloworld.HelloWorldModel   |
+                |             | org.apache.nlpcraft.examples.time.TimeModel               |
+                |             | org.apache.nlpcraft.examples.weather.WeatherModel         |
+                |             | org.apache.nlpcraft.examples.lightswitch.LightSwitchModel |
+                +-------------+-----------------------------------------------------------+
+                | Lifecycle   |                                                           |
+                | JARs Folder |                                                           |
+                +-------------------------------------------------------------------------+
 
                 ...
 
diff --git a/using-rest.html b/using-rest.html
index d01fa6a..e1e3b5f 100644
--- a/using-rest.html
+++ b/using-rest.html
@@ -21,6 +21,7 @@ id: rest
  limitations under the License.
 -->
 
+<!--suppress HtmlDeprecatedTag -->
 <div class="col-md-8 second-column">
     <section id="overview">
         <h2 class="section-title">Overview</h2>
@@ -314,6 +315,26 @@ id: rest
             </tbody>
         </table>
     </section>
+    <section id="model">
+        <h3 class="section-title">Model Operations</h3>
+        <p>
+            This group of operations allows to perform various model related tools and operations:
+        </p>
+        <table class="gradient-table">
+            <thead>
+            <tr>
+                <th>REST call</th>
+                <th>Description</th>
+            </tr>
+            </thead>
+            <tbody>
+            <tr>
+                <td><a target="github" href="https://github.com/apache/incubator-nlpcraft/blob/master/openapi/nlpcraft_swagger.yml"><nobr><code>/model/sugsyn</code></nobr></a></td>
+                <td>Runs synonym suggestion tool that is based on BERT model and uses <code>@NCIntentSample</code> annotation.</td>
+            </tr>
+            </tbody>
+        </table>
+    </section>
     <section id="server_errors">
         <h2 class="section-title">Server Errors</h2>
         <p>