https://github.com/anush008/qdrant-npm
Helper package to spin-up a Qdrant instance without Docker
https://github.com/anush008/qdrant-npm
qdrant qdrant-vector-database vector-database
Last synced: about 1 month ago
JSON representation
Helper package to spin-up a Qdrant instance without Docker
- Host: GitHub
- URL: https://github.com/anush008/qdrant-npm
- Owner: Anush008
- License: mit
- Created: 2023-09-04T06:04:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T09:17:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T16:13:05.715Z (7 months ago)
- Topics: qdrant, qdrant-vector-database, vector-database
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Installation
To install qdrantdb globally, use npm:
```bash
npm i -g qdrantdb
```## Usage
Once qdrantdb is installed, you can run the Qdrant DB instance by using the following command:
```bash
qdrant
```Please note that depending on your system configuration, you may need to run this command with sudo privileges.
## Features
- Supports Linux, macOS, and Windows.
- Versions are in parity with the Qdrant binary release versions
- Automatically fetches the appropriate Qdrant DB binary for your platform and architecture.
- Sets up the necessary configuration files and dashboard.
- Cleans up unnecessary node_modules after installation.## Installation Structure
After running qdrantdb, your installation directory will look like this:
```
bin/
├── config/
├── snapshot/
├── static/
├── storage/
├── qdrant/
├── .qdrant-initialized
install.js
runner.js
package.json
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributing
Contributions to qdrantdb are welcome! If you have any ideas, enhancements, or bug fixes, please open an issue or submit a pull request.
## Issues and Support
If you encounter any issues or need assistance with Qdrant, please open an issue on the [GitHub repository](https://github.com/qdrant/qdrant/issues) or reach out to the [community](https://github.com/qdrant/qdrant/discussions).