新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

23
wiki/entities/Qdrant.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: "Qdrant"
type: entity
tags: [向量数据库, RAG, 搜索]
---
## Definition
Qdrant是一个开源的向量数据库Vector Store用于存储Embedding Vector并实现相似度检索。
## Core Mechanism
- 高效存储高维向量
- 支持相似度搜索ANN算法
- 提供过滤和分桶能力
## Key Properties
- 开源
- 支持密集向量和稀疏向量
- 适合RAG场景
## Connections
- [[Vector Store]] ← 实例 ← [[Qdrant]]
- [[Embedding Vector]] ← 存储 ← [[Qdrant]]
- [[RAG]] ← 支持 ← [[Qdrant]]