Files
nexus/wiki/concepts/AI搜索.md
2026-04-15 08:15:46 +08:00

24 lines
536 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: AI搜索
type: concept
tags: [AI, 搜索, Search]
aliases: [AI Search, AI搜索引擎]
---
## 定义
结合AI能力理解用户意图、直接提供整理好答案的搜索方式。
## 核心创新
不返回链接列表,而是直接整理总结答案。
## 开源实现
Perplexica
- 完全本地化部署
- 接SearXNG避免Google API费用
- 支持OpenAI API或本地大模型
- 注重隐私保护
## Connections
- [[AI搜索]] ← 基座 ← [[大语言模型]]
- [[Perplexica]] ← 开源平替 ← [[Perplexity]]