整理文件路径:Technical→AI/
This commit is contained in:
29
wiki/entities/DeepSider.md
Normal file
29
wiki/entities/DeepSider.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
id: deepsider
|
||||
title: "DeepSider"
|
||||
type: entity
|
||||
tags: [browser-extension, AI, multi-model]
|
||||
sources:
|
||||
- "[[Nano Banana 2使用指南]]"
|
||||
last_updated: 2025-12-01
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
DeepSider是浏览器插件,聚合多AI模型供用户使用,国内可直接访问。
|
||||
|
||||
## Key Features
|
||||
|
||||
- 支持Gemini 3.0、Gemini 3 Pro Image(Nano Banana 2)、GPT-5.1等模型
|
||||
- 国内可用,绕过访问限制
|
||||
- 浏览器插件形式,便捷集成
|
||||
|
||||
## Use Cases
|
||||
|
||||
- 访问Gemini系列模型
|
||||
- AI图像生成(Nano Banana 2)
|
||||
- 多模型对比使用
|
||||
|
||||
## Connections
|
||||
- [[DeepSider]] → enables → [[Nano Banana 2]]
|
||||
- [[AI工具聚合]] ← uses ← [[DeepSider]]
|
||||
28
wiki/entities/ElevenLabs.md
Normal file
28
wiki/entities/ElevenLabs.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
id: elevenlabs
|
||||
title: "ElevenLabs"
|
||||
type: entity
|
||||
tags: [AI, TTS, voice-cloning, international]
|
||||
sources:
|
||||
- "[[AI配音与声音克隆工具合集]]"
|
||||
last_updated: 2025-03-06
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
ElevenLabs是国际顶流AI配音和声音克隆平台,支持30+语言和情感变化,付费较高。
|
||||
|
||||
## Key Features
|
||||
|
||||
- 30+语言支持
|
||||
- 情感变化控制
|
||||
- 高保真声音克隆
|
||||
- 国际顶流品质
|
||||
|
||||
## Pricing
|
||||
|
||||
付费较贵,适合专业用户
|
||||
|
||||
## Connections
|
||||
- [[AI配音]] ← uses ← [[ElevenLabs]]
|
||||
- [[声音克隆]] ← uses ← [[ElevenLabs]]
|
||||
25
wiki/entities/F5TTS.md
Normal file
25
wiki/entities/F5TTS.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
id: f5-tts
|
||||
title: "F5-TTS"
|
||||
type: entity
|
||||
tags: [AI, TTS, voice-cloning, open-source]
|
||||
sources:
|
||||
- "[[AI配音与声音克隆工具合集]]"
|
||||
last_updated: 2025-03-06
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
F5-TTS是开源语音克隆项目,2秒即可克隆声音,适合技术流用户,需要代码基础。
|
||||
|
||||
## Key Features
|
||||
|
||||
- 开源免费
|
||||
- 2秒克隆
|
||||
- 技术流首选
|
||||
- 需代码基础
|
||||
|
||||
## Connections
|
||||
- [[AI配音]] ← uses ← [[F5-TTS]]
|
||||
- [[声音克隆]] ← uses ← [[F5-TTS]]
|
||||
- [[开源工具]] ← extends ← [[F5-TTS]]
|
||||
24
wiki/entities/LangChain.md
Normal file
24
wiki/entities/LangChain.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
id: langchain
|
||||
title: "LangChain"
|
||||
type: entity
|
||||
tags: [LLM, framework, RAG]
|
||||
sources:
|
||||
- "[[RAG从入门到精通系列1:基础RAG]]"
|
||||
last_updated: 2025-12-18
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
LangChain是RAG实现框架,用于构建基于LLM的应用。
|
||||
|
||||
## Key Features
|
||||
|
||||
- RAG流程封装
|
||||
- 多种数据源连接
|
||||
- Chain构建能力
|
||||
- Agent支持
|
||||
|
||||
## Connections
|
||||
- [[RAG]] ← uses ← [[LangChain]]
|
||||
- [[LLM应用开发]] ← uses ← [[LangChain]]
|
||||
45
wiki/entities/MCP.md
Normal file
45
wiki/entities/MCP.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: "MCP"
|
||||
type: entity
|
||||
tags: [mcp, protocol, integration]
|
||||
last_updated: 2026-04-14
|
||||
---
|
||||
|
||||
# MCP
|
||||
|
||||
Modal Context Protocol(模态上下文协议),AI大模型与外围服务集成的协议。
|
||||
|
||||
## 基本信息
|
||||
- **全称**:Modal Context Protocol
|
||||
- **类型**:Client-Server架构协议
|
||||
- **用途**:实现大模型与外围工具服务的高效集成
|
||||
|
||||
## 核心功能
|
||||
|
||||
### 三种接口
|
||||
MCP Server提供三种功能接口:
|
||||
1. **资源获取**(Resource/GET):类似HTTP GET请求
|
||||
2. **工具调用**(Tool/POST):类似POST请求
|
||||
3. **Promise提示词**:用于多样化交互与扩展
|
||||
|
||||
### 客户端
|
||||
- [[Cursor]]:AI代码编辑器
|
||||
- Claude Desktop
|
||||
- 其他支持MCP的客户端
|
||||
|
||||
### 服务端
|
||||
- 热点新闻MCP Server
|
||||
- Sequential Thinking工具
|
||||
- [[n8n-mcp]]:N8N的MCP实现
|
||||
|
||||
## 接入方式
|
||||
1. **SSE服务方式**:通过Server-Sent Events接入
|
||||
2. **本地Command方式**:通过本地执行命令接入
|
||||
|
||||
## 使用场景
|
||||
|
||||
详见:
|
||||
- [[MCP在Cursor中的集成与应用]]
|
||||
|
||||
## 相关链接
|
||||
- [MCP协议文档](https://modelcontextprotocol.io/)
|
||||
45
wiki/entities/N8N.md
Normal file
45
wiki/entities/N8N.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: "N8N"
|
||||
type: entity
|
||||
tags: [n8n, automation, workflow]
|
||||
last_updated: 2026-04-14
|
||||
---
|
||||
|
||||
# N8N
|
||||
|
||||
开源工作流自动化平台,支持节点连接执行任务。
|
||||
|
||||
## 基本信息
|
||||
- **类型**:工作流自动化平台
|
||||
- **开源协议**:Apache-2.0
|
||||
- **部署方式**:Docker、本地安装、云端
|
||||
- **特点**:可视化拖拽界面
|
||||
|
||||
## 核心概念
|
||||
|
||||
### 节点(Node)
|
||||
工作流中的单个操作单元,分为五类:
|
||||
- 触发器节点(Trigger)
|
||||
- 动作节点(Action)
|
||||
- 工具节点(Utility)
|
||||
- 代码节点(Code)
|
||||
- 高级AI节点(Advanced AI)
|
||||
|
||||
### 工作流(Workflow)
|
||||
由多个节点按一定顺序执行的自动化流程。
|
||||
|
||||
### 与AI Agent集成
|
||||
- [[n8n-mcp]]:N8N的MCP服务器实现
|
||||
- [[OpenClaw + n8n工作流编排]]:通过webhook安全集成
|
||||
- [[使用Claude自动生成N8N工作流]]
|
||||
|
||||
## 使用场景
|
||||
|
||||
详见各use case:
|
||||
- [[N8N Telegram Trigger配置]]
|
||||
- [[N8N全教程构建AI Agent]]
|
||||
- [[N8N工作流编排]]
|
||||
|
||||
## 相关链接
|
||||
- [N8N官网](https://n8n.io/)
|
||||
- [N8N文档](https://docs.n8n.io/)
|
||||
32
wiki/entities/NanoBanana.md
Normal file
32
wiki/entities/NanoBanana.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
id: nano-banana
|
||||
title: "Nano Banana"
|
||||
type: entity
|
||||
tags: [google, AI, image-generation]
|
||||
sources:
|
||||
- "[[Nano Banana提示词框架]]"
|
||||
- "[[Nano Banana Pro提示词指南]]"
|
||||
- "[[Nano Banana 2使用指南]]"
|
||||
last_updated: 2025-12-01
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Nano Banana是Google开发的AI图像生成模型,基于Gemini系列模型的图像生成能力。最新版本为Nano Banana 2(Gemini 3 Pro Image),是推理模型,生成前会进行内部推理。
|
||||
|
||||
## Key Features
|
||||
|
||||
- **推理模型**:生成前会进行内部推理,提升质量
|
||||
- **多分辨率支持**:1K、2K、4K分辨率
|
||||
- **多图像组合**:最多14张输入图像组合输出
|
||||
- **多语言长文本渲染**:擅长在中英文环境中渲染长文本
|
||||
|
||||
## Versions
|
||||
|
||||
- **Nano Banana**:基础版本
|
||||
- **Nano Banana Pro**:增强版本
|
||||
- **Nano Banana 2**:Gemini 3 Pro Image,推理模型
|
||||
|
||||
## Connections
|
||||
- [[AI图像生成]] ← uses ← [[Nano Banana]]
|
||||
- [[Nano Banana]] ← supports ← [[提示词框架]]
|
||||
36
wiki/entities/NotebookLM.md
Normal file
36
wiki/entities/NotebookLM.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
id: notebooklm
|
||||
title: "NotebookLM"
|
||||
type: entity
|
||||
tags: [google, AI, learning, productivity]
|
||||
sources:
|
||||
- "[[7 ways I use NotebookLM to make my life easier]]"
|
||||
- "[[NotebookLM Open Source Alternatives]]"
|
||||
last_updated: 2025-11-23
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
NotebookLM是Google推出的AI学习和工作助手,核心特点是Source-Grounding机制确保回答准确且可溯源。
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Source-Grounding**:限制知识库仅包含用户上传的文档,避免AI幻觉
|
||||
- **音频概览**:将文档转化为AI双人播客格式,适合被动学习
|
||||
- **项目中心**:集中管理研究、想法、会议记录的统一空间
|
||||
- **精确引用**:法律文档审查时提供精确引用
|
||||
|
||||
## Use Cases
|
||||
|
||||
- 信息整理和学习笔记
|
||||
- 文档问答和摘要
|
||||
- 项目研究和知识管理
|
||||
- 被动学习(音频概览)
|
||||
|
||||
## Aliases
|
||||
|
||||
- Google NotebookLM
|
||||
|
||||
## Connections
|
||||
- [[NotebookLM]] ← uses ← [[Source-Grounding]]
|
||||
- [[AI学习工具]] ← extends ← [[NotebookLM]]
|
||||
56
wiki/entities/OpenClaw.md
Normal file
56
wiki/entities/OpenClaw.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
title: "OpenClaw"
|
||||
type: entity
|
||||
tags: [openclaw, agent, framework]
|
||||
last_updated: 2026-04-14
|
||||
---
|
||||
|
||||
# OpenClaw
|
||||
|
||||
开源AI Agent框架,支持多Agent协作、记忆系统、技能扩展。
|
||||
|
||||
## 基本信息
|
||||
- **类型**:AI Agent框架
|
||||
- **开源协议**:MIT
|
||||
- **平台**:跨平台(支持macOS、Linux、Windows)
|
||||
- **连接方式**:CLI、Telegram、Discord、WebUI
|
||||
|
||||
## 核心功能
|
||||
|
||||
### Workspace文件体系
|
||||
OpenClaw使用workspace目录下的文件来配置Agent行为:
|
||||
- [[AGENTS.md]]:Agent工作说明书
|
||||
- [[SOUL.md]]:Agent性格档案
|
||||
- [[USER.md]]:用户偏好
|
||||
- [[TOOLS.md]]:工具权限声明
|
||||
- [[IDENTITY.md]]:Agent身份元数据
|
||||
- [[BOOTSTRAP.md]]:首次启动引导
|
||||
- [[memory/]]:长期记忆目录
|
||||
|
||||
### 多Agent支持
|
||||
- 通过`sessions_spawn`启动子Agent
|
||||
- 通过`sessions_send`发送消息
|
||||
- 支持多Agent团队协作(如Milo、Josh等)
|
||||
|
||||
### 技能系统
|
||||
- 技能包目录:`skills/`
|
||||
- 支持第三方技能安装
|
||||
- MCP协议集成
|
||||
|
||||
### 记忆系统
|
||||
- 内置Markdown文件记忆
|
||||
- 支持向量语义搜索(通过memsearch)
|
||||
- 长期上下文保留
|
||||
|
||||
## 使用场景
|
||||
|
||||
详见各use case:
|
||||
- [[多Agent专业团队]]
|
||||
- [[自愈家庭服务器]]
|
||||
- [[第二大脑]]
|
||||
- [[目标驱动自主任务]]
|
||||
|
||||
## 相关链接
|
||||
- [OpenClaw GitHub](https://github.com/openclaw/openclaw)
|
||||
- [OpenClaw文档](https://docs.openclaw.ai)
|
||||
- [OpenClaw Showcase](https://openclaw.ai/showcase)
|
||||
24
wiki/entities/剪映.md
Normal file
24
wiki/entities/剪映.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
id: jianying
|
||||
title: "剪映"
|
||||
type: entity
|
||||
tags: [video-editing, ByteDance, TikTok]
|
||||
sources:
|
||||
- "[[AI配音与声音克隆工具合集]]"
|
||||
last_updated: 2025-03-06
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
剪映是字节跳动推出的视频编辑工具,抖音官方,短视频首选,部分音色需VIP。
|
||||
|
||||
## Key Features
|
||||
|
||||
- 抖音官方工具
|
||||
- 短视频首选
|
||||
- 部分音色需VIP
|
||||
- 内置AI配音功能
|
||||
|
||||
## Connections
|
||||
- [[AI视频制作]] ← uses ← [[剪映]]
|
||||
- [[短视频制作]] ← uses ← [[剪映]]
|
||||
24
wiki/entities/海螺AI.md
Normal file
24
wiki/entities/海螺AI.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
id: hailo-ai
|
||||
title: "海螺AI"
|
||||
type: entity
|
||||
tags: [AI, TTS, voice-cloning, MiniMax]
|
||||
sources:
|
||||
- "[[AI配音与声音克隆工具合集]]"
|
||||
last_updated: 2025-03-06
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
海螺AI是MiniMax出品的AI工具,主打语音克隆和配音功能,对中文支持好,小白友好。
|
||||
|
||||
## Key Features
|
||||
|
||||
- 30秒克隆声音
|
||||
- 免费使用
|
||||
- 中文支持好
|
||||
- 小白友好界面
|
||||
|
||||
## Connections
|
||||
- [[AI配音]] ← uses ← [[海螺AI]]
|
||||
- [[声音克隆]] ← uses ← [[海螺AI]]
|
||||
Reference in New Issue
Block a user