Skip to content

Commit

Permalink
AUTO docusaurus 20230911
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Sep 11, 2023
1 parent da010a9 commit 4e2dd3d
Show file tree
Hide file tree
Showing 25 changed files with 368 additions and 1,380 deletions.
2 changes: 1 addition & 1 deletion create/bin/python
4 changes: 2 additions & 2 deletions create/pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
home = /opt/hostedtoolcache/Python/3.10.12/x64/bin
home = /opt/hostedtoolcache/Python/3.10.13/x64/bin

Check warning on line 1 in create/pyvenv.cfg

View workflow job for this annotation

GitHub Actions / Typo CI

hostedtoolcache

"hostedtoolcache" is a typo. Did you mean "schoolteacher"?
include-system-site-packages = false
version = 3.10.12
version = 3.10.13
15 changes: 1 addition & 14 deletions docs/docs/installation/installing-rasa-open-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import { Button } from "@theme/Button";

:::note Want to explore first?
You can explore Rasa Open Source online using the Rasa Playground even before you install it.
At the end of the tutorial, you can download the resulting assistant, install Rasa on
your machine and continue development locally.

<a
className="button button--outline button button"
href={useBaseUrl("/playground")}
>
Rasa Playground
</a>
:::

## Install Rasa Open Source

<Tabs values={[{"label": "Ubuntu / macOS / Windows", "value": "ubuntu/macos/windows"}]} defaultValue="ubuntu/macos/windows">
Expand Down Expand Up @@ -147,7 +134,7 @@ python3 -m spacy download en_core_web_md

:::tip Using `zsh`?

In zsh, square brackets are interpreted as patterns on the command line.
In zsh, square brackets are interpreted as patterns on the command line.
To run commands with square brackets, you can either enclose the arguments
with square brackets in quotes, like `pip3 install 'rasa[spacy]'`, or escape
the square brackets using backslashes, like `pip3 install rasa\[spacy\]`.
Expand Down
267 changes: 0 additions & 267 deletions docs/docs/playground.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/sources/rasa_interactive___help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ options:
--conversation-id CONVERSATION_ID
Specify the id of the conversation the messages are
in. Defaults to a UUID that will be randomly
generated. (default: cec3dafb7f104a588da72acc1b2435e7)
generated. (default: 0c14f7ee99b44dd7a96585055d78a32c)
--endpoints ENDPOINTS
Configuration file for the model server and the
connectors as a yml file. (default: endpoints.yml)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sources/rasa_shell___help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ options:
-h, --help show this help message and exit
--conversation-id CONVERSATION_ID
Set the conversation ID. (default:
63897e595b874a90a8b8bec77173427e)
f4e00635fba2439f9a4ff59c53deb751)
-m MODEL, --model MODEL
Path to a trained Rasa model. If a directory is
specified, it will use the latest model in this
Expand Down

0 comments on commit 4e2dd3d

Please sign in to comment.