向量数据库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

未完待续

相关推荐
sztomarch31 分钟前
Router-Routing
linux·运维·服务器·前端·网络
凉、介1 小时前
Linux 下 pcie 初始化设备枚举流程代码分析
linux·运维·服务器·学习·嵌入式·c·pcie
霖檬ing1 小时前
GFS(Gluster)分布式文件系统
运维
houhuan1281 小时前
楼宇自控新方向:电力载波技术——低成本、高兼容性的智能未来
大数据·运维·网络·人工智能·3d
扶尔魔ocy1 小时前
欧拉系统openEuler-24.03忘记密码,如何改密码
linux·运维·服务器
masx2002 小时前
minio web console已死,Web管理功能全砍!使用 OpenMaxIO 恢复 MinIO 社区版的 Web 控制台功能!
docker·容器
星梦客2 小时前
VMware 虚拟机开机自启动配置指南
linux·运维·服务器
网硕互联的小客服2 小时前
RAID 阵列有哪些?分别有什么作用?
运维·服务器·网络·数据库·网络安全·raid
爱学语言的人2 小时前
Docker快速构建并启动Springboot程序,快速发布和上线/
spring boot·docker·容器
大千AI助手2 小时前
5分钟玩转Swagger UI:Docker部署+静态化实战
ui·docker·容器·swagger·swaggerui