Qdrant Dashboard

Qdrant provides its own Dashboard to interact with the data and the collections. We can access the dashboard by clicking the Connect Button in the Manage Vector Database page on TIR.

../../../_images/connect_to_qdrant.png

Dashboard Landing Page

  • When you visit the dashboard URL for the first time you will see the following landing page.

../../../_images/landing_page.png
  • To access the dashboard we need to enter the API-Key in the input field and click on the “Apply” button.

../../../_images/enter_your_api_key.png
  • Once authentication is complete, we land on the collections page.

../../../_images/empty_collections_page.png

Overview of the Dashboard

The dashboard consists of the following sections:

  • Collections

  • Console

  • Tutorial

  • Datasets

Tutorial Section

  • Qdrant has its own tutorial page where you can interact with the API and learn how they work.

../../../_images/tutorial_page.png

Dataset Section

  • Qdrant provides some dummy data to play around with the dashboard.

../../../_images/dummy_data.png

Console Section

  • The console section is used to interact with the Qdrant API.

  • We can execute the API commands in the console section.

../../../_images/console_page.png
  • Qdrant provides all the API commands in the console section.

../../../_images/console_command_section.png
  • Click on any API command to insert the command in the console.

../../../_images/console_insert_command.png
  • After inserting the command in the console, click on the “Run” button to execute the command.

  • Here we add a collection to the Qdrant.

../../../_images/console_add_collection.png

Collections Section

  • The collections section is used to interact with the collections.

  • We can add, delete, and visualize the collections in the collections section.

  • After adding the collection, we can see the collection in the collections page.

../../../_images/collections_page_after_collection_was_added.png
  • Even though we have created a collection it is empty.

../../../_images/empty_collections_points_tab.png
  • After we add some points in the collections we can see the points in the points tab.

../../../_images/collections_page_after_points_were_added.png
  • We can see the information about the collection in the info tab.

../../../_images/collections_info_tab.png
  • We can visualize the points in the collection in the visualize tab.

../../../_images/collections_visualization_of_points.png

Whats Next?

You are free to explore the Qdrant dashboard and play around with the API commands.