Skip to content

Commit

Permalink
AUTO docusaurus 20230926
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Sep 26, 2023
1 parent 099e808 commit bacd296
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docs/docs/llms/large-language-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ className: hide
abstract:
---

import RasaProLabel from "@theme/RasaProLabel";
import RasaLabsLabel from "@theme/RasaLabsLabel";
import RasaLabsBanner from "@theme/RasaLabsBanner";

<RasaProLabel />

<RasaLabsLabel />

<RasaLabsBanner version="3.7.0b1" />
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/llms/llm-custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ title: Customizing LLM based Components
abstract:
---

import RasaProLabel from "@theme/RasaProLabel";
import RasaLabsLabel from "@theme/RasaLabsLabel";
import RasaLabsBanner from "@theme/RasaLabsBanner";

<RasaProLabel />

<RasaLabsLabel />

<RasaLabsBanner version="3.7.0b1" />
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/llms/llm-intent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ abstract: |
a method called retrieval augmented generation (RAG).
---

import RasaProLabel from "@theme/RasaProLabel";
import RasaLabsLabel from "@theme/RasaLabsLabel";
import RasaLabsBanner from "@theme/RasaLabsBanner";
import LLMIntentClassifierImg from "./llm-IntentClassifier-docs.jpg";

<RasaProLabel />

<RasaLabsLabel />

<RasaLabsBanner version="3.7.0b1" />
Expand Down
5 changes: 4 additions & 1 deletion docs/docs/llms/llm-intentless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ sidebar_label: Intentless Dialogues with LLMs
title: Intentless Policy - LLMs for intentless dialogues
abstract: |
The intentless policy uses large language models to drive a conversation
forward without relying on intent predictions.
forward without relying on intent predictions.
---

import RasaProLabel from "@theme/RasaProLabel";
import RasaLabsLabel from "@theme/RasaLabsLabel";
import RasaLabsBanner from "@theme/RasaLabsBanner";
import intentlessPolicyInteraction from "./intentless-policy-interaction.png";
import intentlessMeaningCompounds from "./intentless-meaning-compounds.png";

<RasaProLabel />

<RasaLabsLabel />

<RasaLabsBanner version="3.7.0b1" />
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/llms/llm-nlg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ abstract: |
of the conversation into account.
---

import RasaProLabel from "@theme/RasaProLabel";
import RasaLabsLabel from "@theme/RasaLabsLabel";
import RasaLabsBanner from "@theme/RasaLabsBanner";

<RasaProLabel />

<RasaLabsLabel />

<RasaLabsBanner version="3.7.0b1" />
Expand Down
7 changes: 5 additions & 2 deletions docs/docs/llms/llm-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ id: llm-setup
sidebar_label: Setting up LLMs
title: Setting up LLMs
abstract: |
Instructions on how to setup and configure Large Language Models from
OpenAI, Cohere, and other providers.
Instructions on how to setup and configure Large Language Models from
OpenAI, Cohere, and other providers.
Here you'll learn what you need to configure and how you can customize LLMs to work
efficiently with your specific use case.
---

import RasaProLabel from "@theme/RasaProLabel";
import RasaLabsLabel from "@theme/RasaLabsLabel";
import RasaLabsBanner from "@theme/RasaLabsBanner";

<RasaProLabel />

<RasaLabsLabel />

<RasaLabsBanner version="3.7.0b1" />
Expand Down
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: 3ff6be832b8549b185f93fba1ac8fa12)
generated. (default: 6e11bca1f64c401fa737248026abda62)
--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:
4d9291640bcf4c9e8658d9d412b3209e)
40a673448ca24c019f29863acc5dbc43)
-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
7 changes: 4 additions & 3 deletions docs/themes/theme-custom/theme/RasaLabsBanner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ function RasaLabsBanner({isLoading, ...props}) {
<div class="mdx-box admonition-content">
<p>
Rasa Labs features are <strong>experimental</strong>. We introduce experimental
features to co-create with our customers. If you are interested in using this feature,
features to co-create with our customers. To find out more about how to participate
in our Labs program visit our
{' '}
<a href="https://rasa.com/contact" target="_blank" rel="noopener noreferrer">
please contact us
<a href="https://rasa.com/rasa-labs/" target="_blank" rel="noopener noreferrer">
Rasa Labs page
</a>.

These features might be changed or removed in the future.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
padding: 2px 12px;
font-size: 15px !important;
font-weight: 600;
margin-left: 8px;
margin-top: 0px !important;

display: inline-block;
}
Expand Down

0 comments on commit bacd296

Please sign in to comment.