向量数据库Qdrant 安装 不使用docker

一、导读

环境:Ubuntu 24.04、Windows 10、WSL 2、Qdrant 1.13.4

背景:换了新工作,使用qdrant作为向量库,需要不使用docker安装

时间:20250415

说明:初入职,不了解,暂且记下

二、原文参考

参考地址:不使用docker的方式安装qdrant - Stack Overflow

1、原文截图

2、译文截图

3、原文内容

Currently, Qdrant has a release for v1.13.4 and on this page you can find different releases for different operating systems.

https://github.com/qdrant/qdrant/releases/tag/v1.13.4

I just tried recently for debian solution and which is qdrant_1.13.4-1_amd64.deb with the following command:

dpkg -i qdrant_1.13.4-1_amd64.deb

After that you can manage the service with systemctl

systemctl status qdrant

And finally, you can manage the configuration file with changing the service file:

vim /etc/systemd/system/qdrant.service

But unfortunately, I don't have any experience with windows installation. Bur for sure, this following installation will help you as well which is also in the releases page

qdrant-x86_64-pc-windows-msvc.zip

未完待续

相关推荐
大锦终2 小时前
【Linux】进程间通信
linux·运维·服务器·c++
澡点睡觉2 小时前
【前沿技术拓展Trip one】 芯片自动化和具身智能
运维·自动化
To_再飞行2 小时前
K8s访问控制(二)
linux·网络·云原生·容器·kubernetes
学习至死qaq2 小时前
CentOS 7 下iscsi存储服务配置&验证
linux·运维·centos
西瓜君的代码3 小时前
rabbitmq的安装
linux·运维·服务器
SimonSkywalke3 小时前
STS_Root_Cause_Analysis_Error.ipynb 工作流程解析
运维·人工智能
吠品3 小时前
自动化SSL证书管理:应对域名SSL证书更新焦虑
运维·自动化·ssl
nmxiaocui4 小时前
Linux 用户和用户组管理
linux·运维·系统安全
m0_464608264 小时前
Nginx反向代理与负载均衡部署
运维·nginx·负载均衡
ts9774 小时前
在centOS源码编译方式安装MySQL5.7
linux·运维·centos