qdrant-web-ui  by qdrant

Self-hosted web UI for Qdrant vector search engine

created 2 years ago
305 stars

Top 88.8% on sourcepulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

A self-hosted web UI for managing Qdrant vector search collections. It offers a simple interface for viewing and interacting with data, analogous to Kibana for Elasticsearch, but without requiring additional services. The target audience includes developers and users who need a straightforward way to explore and manage their Qdrant deployments.

How It Works

Built with React and Material-UI (MUI), the UI communicates with a running Qdrant instance via Axios. It provides a client-side interface to visualize collections, search vectors, and manage data, aiming for a user-friendly experience without complex setup.

Quick Start & Requirements

  • Install dependencies: npm install
  • Run in development: npm start (expects Qdrant on http://localhost:6333)
  • Build for production: npm run build
  • Prerequisites: Node.js, npm, and a running Qdrant instance.

Highlighted Details

  • Provides a dedicated interface for Qdrant collection management.
  • Built using React and Material-UI for a modern user experience.
  • Can be served by Qdrant or run as a standalone application.

Maintenance & Community

No specific details on contributors, sponsorships, or community channels are provided in the README.

Licensing & Compatibility

The license is not specified in the provided README.

Limitations & Caveats

The README does not detail specific limitations, known bugs, or compatibility issues. Development mode assumes Qdrant is running on a default local port.

Health Check
Last commit

1 day ago

Responsiveness

1 week

Pull Requests (30d)
5
Issues (30d)
1
Star History
38 stars in the last 90 days

Explore Similar Projects

Starred by John Resig John Resig(Author of jQuery; Chief Software Architect at Khan Academy), Andrey Vasnetsov Andrey Vasnetsov(Cofounder of Qdrant), and
1 more.

qdrant-js by qdrant

0.3%
355
JS/TS SDK for Qdrant vector search
created 2 years ago
updated 2 weeks ago
Feedback? Help us improve.