当前位置: 首页 > news >正文

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

未完待续 

http://www.dtcms.com/a/135455.html

相关文章:

  • Windows进行磁盘分区/扩容
  • vue3项目如何在index.html中根据环境(开发,生产)动态切换js src路径
  • 事件触发控制与响应驱动控制的定义、种类及区别
  • 大模型LLMs的MCP入门
  • MySQL-GROUP_CONCAT函数
  • WPS表格中设置折线图随数据列自动变化——存钱计划
  • 冲刺计划中的任务列表应该怎么写?
  • Linux驱动开发进阶(九)- SPI子系统BSP驱动
  • C# 程序结构||C# 基本语法
  • 类的生命周期
  • YOLOv2训练详细实践指南
  • C++开发中的DUMP文件:解决崩溃与性能问题的利器(全文字数2w+)
  • 时间序列:A TIME SERIES IS WORTH 64 WORDS: LONG-TERM FORECASTING WITH TRANSFORMERS
  • 【实战中提升自己】 防火墙篇之VPX部署–L2TP over IPSEC
  • CTF--eval
  • 控制反转(IoC)和依赖注入(DI)实现及常用注解
  • 怎样利用 macOS 自带功能快速进行批量重命名文件教程
  • 服务器内存规格详解
  • 饭店管理系统(下篇):程序打包为exe给用户使用
  • 2. kubernetes操作概览
  • Gradle相关配置文件的关系、作用及使用方式
  • 【时时三省】(C语言基础)选择结构程序设计习题1
  • Python异步编程入门:Async/Await实战详解
  • vector常用的接口和底层
  • AI对话高阶玩法:解锁模型潜能的实用案例教程
  • 消息中间件面试题
  • 开源TTS项目GPT-SoVITS,支持跨语言合成、支持多语言~
  • java面向对象06:封装
  • cmd 终端输出乱码问题 |Visual Studio 控制台输出中文乱码解决
  • Day08【基于预训练模型分词器实现交互型文本匹配】