Files
nexus/wiki/entities/Milvus.md
2026-04-27 20:02:52 +08:00

26 lines
654 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Milvus"
type: entity
tags: [database, vector-database, open-source]
---
## Overview
Milvus 是一个开源向量数据库专为高速向量相似度搜索设计。支持十亿级向量规模提供多种索引类型IVF、HNSW 等)。
## Key Features
- 高性能向量相似度搜索
- 支持多种索引类型
- 水平扩展能力
- 混合搜索支持(向量 + 结构化数据)
## Website
https://milvus.io/
## Related Entities
- [[memsearch]] — 基于 Milvus 的语义搜索工具
- [[memsearch]] ← built_on ← [[Milvus]]
## Related Concepts
- [[VectorSearch]] — 向量搜索技术
- [[RAG]] — 检索增强生成