Auto-sync
This commit is contained in:
23
wiki/concepts/AI搜索.md
Normal file
23
wiki/concepts/AI搜索.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: AI搜索
|
||||
type: concept
|
||||
tags: [AI, 搜索, Search]
|
||||
aliases: [AI Search, AI搜索引擎]
|
||||
---
|
||||
|
||||
## 定义
|
||||
结合AI能力理解用户意图、直接提供整理好答案的搜索方式。
|
||||
|
||||
## 核心创新
|
||||
不返回链接列表,而是直接整理总结答案。
|
||||
|
||||
## 开源实现
|
||||
Perplexica:
|
||||
- 完全本地化部署
|
||||
- 接SearXNG避免Google API费用
|
||||
- 支持OpenAI API或本地大模型
|
||||
- 注重隐私保护
|
||||
|
||||
## Connections
|
||||
- [[AI搜索]] ← 基座 ← [[大语言模型]]
|
||||
- [[Perplexica]] ← 开源平替 ← [[Perplexity]]
|
||||
Reference in New Issue
Block a user