webwhiz-ai / webwhiz

WebWhiz allows you to create an AI chatbot that knows everything about your product and can instantly respond to your customer's queries.
https://www.webwhiz.ai/
GNU Affero General Public License v3.0
918 stars 153 forks source link

Render Markdown #138

Closed atraining closed 9 months ago

atraining commented 9 months ago

The answers do include markdown and it should been rendered so it look like:

To install the Konfuzio SDK, follow these steps:

  1. Sign up for a free account on the Konfuzio Server here.
  2. Install the konfuzio_sdk package by running the following command in your terminal: pip install konfuzio_sdk If you want to install the full instance of the SDK with AI-related components, use the following command: pip install konfuzio_sdk[ai] Note: The full instance cannot be installed on MacOS machines with an ARM-based chip from the M-series. In that case, you can only install the lightweight instance.
  3. Initialize the package in your working directory by running the following command: konfuzio_sdk init This will prompt you to enter your credentials to access the Konfuzio Server. Once you provide the credentials, a .env file will be created in your working directory.
  4. Download the data from your Konfuzio project by specifying the Project ID. Use the following command: konfuzio_sdk export_project <project_id> Replace <project_id> with the ID of your project. The data will be downloaded to a folder called data_<project_id>. That's it! You have successfully installed the Konfuzio SDK. You can now use it to interact with the Konfuzio Server and work with your project data.

status quo:

msedge_O1TacoGAFP
sachinchoolur commented 9 months ago

It works fine on the actual chatbot. We haven't added markdown support in the try chatbot section.

See the attached screenshot

CleanShot 2023-12-27 at 15 26 38@2x
atraining commented 9 months ago

Hi @sachinchoolur many thanks for this quick turnaround! I can confirm the Markdown rendering works in the live chat.

msedge_oPCOV1abCw msedge_YoIoU4WubY