Embedded Chat Widgets
Last updated
Last updated
When creating an embedded chat widget, you have several configuration options available to customize its behavior and appearance.
The workspace setting determines which workspace your chat window will be based on. All defaults will be inherited from the selected workspace unless overridden by the specific configuration options.
You can set how your chatbot should operate using the allowed chat method. There are two options:
Chat: The chatbot will respond to all questions regardless of context.
Query: The chatbot will only respond to chats related to documents in the workspace.
This filter allows you to block any requests that come from domains other than the specified list. Leaving this field empty means anyone can use your embedded chat widget on any site.
You can limit the number of chats this embedded chat widget can process in a 24-hour period. Setting this value to zero means unlimited chats per day.
You can limit the number of chats a session user can send with this embedded chat widget in a 24-hour period. Setting this value to zero means unlimited chats per session.
By enabling dynamic model use, you allow the setting of the preferred LLM model to override the workspace default.
Enabling dynamic LLM temperature allows the setting of the LLM temperature to override the workspace default.
By enabling prompt override, you allow the setting of the system prompt to override the workspace default.
After creating an embedded chat widget, you will be provided with a link that you can publish on your website using a simple <script>
tag. This allows you to easily integrate the chat widget into your website's HTML code.