Go back

How to get Danswer Provided by Techlatest.net on Google Cloud(GCP)

  1. Open Danswer:GPT to chat & query your own data marketplace listing on GCP Marketplace.

/img/gcp/danswer/marketplace.png

  1. Click Launch.
  • It will take you to the agreement page. On this page, you can change the project from the project selector on top navigator bar as shown in the below screenshot.

  • Accept the Terms and agreements by ticking the checkbox and clicking on the AGREE button. /img/common/gcp_agreement_page.png

  • It will show you the successfully agreed popup page. Click on Deploy. /img/common/gcp_agreement_accept_page.png

  • Select a zone where you want to launch the VM(such as us-east1-)

  • Optionally change the number of cores and amount of memory. (This defaults to 2 vCPUs and 7.5 GB ram.)

/img/gcp/danswer/launch.png

  • Optionally change the boot disk type and size. (This defaults to “Standard Persistent Disk” and 60 GB respectively)
  • Select the default network and subnetwork which has ports 22 (for SSH), 3389 (for RDP) and 443 (for HTTPS) exposed.
  • Click Deploy when you are done. Danswer VM will begin deploying.

/img/gcp/danswer/deployed.png

  1. A summary page displays when the compute engine is successfully deployed. Click on the Instance link to go to the instance page.

  2. To SSH to the VM go to the instance page, click on the “SSH” button, select “Open in browser window”.

/img/gcp/danswer/ssh-option.png

  1. This will open SSH window in a browser.
  2. Run below command to set the password for “ubuntu” user
sudo passwd ubuntu

/img/gcp/jupyter-python-notebook/ssh-passwd.png

  1. Now the password for ubuntu user is set, you can connect to the VM’s desktop environment from any local windows machine using RDP or linux machine using Remmina.

  2. To connect using RDP via Windows machine, first note the external IP of the VM from VM details page as highlighted below

/img/gcp/danswer/public-ip.png

  1. Then From your local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”

  2. In the “Remote Desktop connection” wizard, paste the external IP and click connect

/img/gcp/jupyter-python-notebook/rdp.png

  1. This will connect you to the VM’s desktop environment. Provide “ubuntu” as the userid and the password set in step 6 to authenticate. Click OK

/img/gcp/puppet-support/rdp-login.png

  1. Now you are connected to out of box Danswer VM Desktop environment via Windows machines.

/img/gcp/puppet-support/rdp-desktop.png

  1. To connect using RDP via Linux machine, first note the external IP of the VM from VM details page,then from your local Linux machine, goto menu, in the search box type and select “Remmina”.

    Note: If you don’t have Remmina installed on your Linux machine, firstInstall Remmina as per your linux distribution.

/img/gcp/common/remmina-search.png

  1. In the “Remmina Remote Desktop Client” wizard, select the RDP option from dropdown and paste the external ip and click enter.

/img/gcp/common/remmina-external-ip.png

  1. This will connect you to the VM’s desktop environment. Provide “ubuntu” as the userid and the password set in step 6 to authenticate. Click OK

/img/gcp/common/remmina-rdp-login.png

  1. Now you are connected to out of box Danswer VM Desktop environment via Linux machine.

/img/gcp/puppet-support/rdp-desktop.png

  1. To access the Danswer GUI environment via browser, Copy the Public IP address of the VM from the VM’s details page and enter the address as https://vm_public_ip/ in the browser. Hit enter.

Note: Please use https and not http in the URL when accessing Danswer GUI, e.g. https://35.223.255.180/

  1. While accessing GUI via browser, ssl certification warning will be shown.
  • On Firefox Browser, Click on Advanced and then select Accept the risk and Continue. /img/aws/danswer/accept-warning.png

  • On Chrome Browser, Click on Advanced and select the Proceed to … option.

/img/aws/danswer/chrome-warning-01.png

/img/aws/danswer/chrome-warning-02.png

  • On Edge Browser , click on Advanced and select the Proceed to … option.

/img/aws/danswer/edge-warning-01.png

/img/aws/danswer/edge-warning-02.png

  1. When accessing the UI for the first time , click on the “create an account” link on the login page, provide your email id and password and hit Sign Up button. This will create the first user with admin role.

Note: You can also limit the new user registration for specific domain. Please follow How to secure user registration page for more details.

/img/aws/danswer/create-account.png

/img/aws/danswer/sign-up.png

  1. After your first login, it will take you to the connector Page. You can choose any from the available list. Like Files connector here. Have the file uploaded from the selected connector. It will do indexing of the file.

/img/aws/danswer/add-connector.png

/img/aws/danswer/upload-file.png

  1. Note: On the initial visit, Danswer will prompt for an OpenAI API key. Without this Danswer will be able to provide search functionalities but not direct Question Answering. You can get it from OpenAI API key .

Once you have created your OpenAI API keys, Go to Danswer GUI, from the admin panel page , click on OpenAI tab in left panel. Add your keys here.

/img/aws/danswer/add-openai.png

  1. Once indexing of the uploaded file is complete and you have the API Key added, you can use search/chat functionality to query the document. To check the indexing status , go to Existing connector tab from admin menu.

/img/aws/danswer/connector-status.png

  1. Now you are good to go. Click on search tab to search for anything from the uploaded documents.

/img/aws/danswer/search-feature.png

  1. Click on Chat tab to start the Chat. You can also ask the follow up questions here.

/img/aws/danswer/chat-page.png

Go back