Files
nexus/wiki/concepts/语义搜索.md
2026-04-17 22:17:27 +08:00

645 B

title, type, tags, sources, last_updated
title type tags sources last_updated
语义搜索 concept
https://github.com/zilliztech/memsearch
2026-04-17

Definition

语义搜索是通过向量嵌入实现按语义相似度而非关键词匹配的信息检索方式。

Principle

将文本转换为数值向量(向量嵌入),通过计算向量间的余弦相似度找到语义相近的内容。

Use Case

  • "我们选了什么缓存方案?"能找到包含"cache solution"相关内容,即使问题中不含"caching"一词

Relation

Aliases

  • Semantic Search