Skip to main content
Version: 1.2.0

Portal Operation

When I try to create a dataset from my documents using the Dataset Generator, why do I get an error message about missing models?

Dataset Generator Error

As shown in the image above, the main reason you're encountering this issue is that the Mistral-Nemo model is not included by default in GenAI Studio 1.0.0. To resolve this issue, log in to the installation host using the account you used to install GenAI Studio, open a terminal window, and execute the following command:

docker exec -it gais-ollama ollama pull mistral-nemo
tip

This issue only occurs in GenAI Studio version 1.0.0. All later releases have the Mistral-Nemo model pre-installed.

Why can't I use the microphone in the workspace chat interface?

Microphone

As shown in the image above, when you want to use the microphone in the chat room. If you see a message like Cannot access microphone as shown in the image below, this is because Chrome by default only allows HTTPS websites to use the microphone. If you want to allow non-HTTPS websites to use the microphone, you must modify Chrome's default configuration.

Cannot access microphone

To modify Chrome's configuration, follow these steps:

  1. Enter chrome://flags/ in Chrome's address bar to open the flag settings page.
  2. Enter insecure in the search box to find the Insecure origins treated as secure setting.
  3. Fill in http://hostname-or-ip:3001 in the Insecure origins treated as secure setting field. Where hostname-or-ip is the hostname or IP address of the GenAI Studio host.
  4. Switch the function toggle on the right to Enabled.
  5. Restart Chrome.

Chrome flag

Now you should be able to enable the microphone in GenAI Studio's chat room.

info

We assume you are using the Chrome browser. If you are using other ones, please refer to their documentation.