Self-hosted web UI for Qdrant vector search engine
Top 88.8% on sourcepulse
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
npm install
npm start
(expects Qdrant on http://localhost:6333
)npm run build
Highlighted Details
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.
1 day ago
1 week