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?

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
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?
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.

To modify Chrome's configuration, follow these steps:
- Enter
chrome://flags/in Chrome's address bar to open the flag settings page. - Enter
insecurein the search box to find theInsecure origins treated as securesetting. - Fill in
http://hostname-or-ip:3001in theInsecure origins treated as securesetting field. Wherehostname-or-ipis the hostname or IP address of the GenAI Studio host. - Switch the function toggle on the right to
Enabled. - Restart Chrome.

Now you should be able to enable the microphone in GenAI Studio's chat room.
We assume you are using the Chrome browser. If you are using other ones, please refer to their documentation.