Skip to main content

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.

Connect to Qdrant

Dashboard Landing Page

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

Landing Page

  • To access the dashboard, we need to enter the API-Key in the input field and click on the "Apply" button.

Enter Your API Key

  • Once authentication is complete, we land on the collections page.

Empty Collections Page

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.

Tutorial Page

Dataset Section

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

Dummy Data

Console Section

  • The console section is used to interact with the Qdrant API.
  • We can execute the API commands in the console section.

Console Page

  • Qdrant provides all the API commands in the console section.

Console Command Section

  • Click on any API command to insert the command in the console.

Console Insert Command

  • After inserting the command in the console, click on the "Run" button to execute the command. Here we add a collection to the Qdrant.

Console Add Collection

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 on the collections page.

Collections Page After Collection Was Added

  • Even though we have created a collection, it is empty.

Empty Collections Points Tab

  • After we add some points to the collections, we can see the points in the points tab.

Collections Page After Points Were Added

  • We can see the information about the collection in the info tab.

Collections Info Tab

  • We can visualize the points in the collection in the visualize tab.

Collections Visualization of Points

What's Next?

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