To install qdrantdb globally, use npm:
npm i -g qdrantdb
Once qdrantdb is installed, you can run the Qdrant DB instance by using the following command:
qdrant
Please note that depending on your system configuration, you may need to run this command with sudo privileges.
- 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.
After running qdrantdb, your installation directory will look like this:
bin/
├── config/
├── snapshot/
├── static/
├── storage/
├── qdrant/
├── .qdrant-initialized
install.js
runner.js
package.json
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions to qdrantdb are welcome! If you have any ideas, enhancements, or bug fixes, please open an issue or submit a pull request.
If you encounter any issues or need assistance with Qdrant, please open an issue on the GitHub repository or reach out to the community.