Auto-sync: 2026-04-18 03:18

This commit is contained in:
2026-04-18 03:18:06 +08:00
parent da0f9c3594
commit b78ac81f2c
34 changed files with 981 additions and 21 deletions

17
wiki/entities/ChatGPT.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "ChatGPT"
type: entity
tags: [openai, llm, ai]
date: 2026-04-18
---
## Description
OpenAI 开发的大型语言模型底座大模型的代表产品。ChatGPT 是目前最知名的 LLM 之一,广泛用于对话、写作、编程等场景。
## Type
- 底座大模型Base Model
## Related Concepts
- [[LLM]]:大型语言模型
- [[RAG]]:可用于为 ChatGPT 提供外部知识
- [[AI代理]]:可作为 Agent 的推理引擎

17
wiki/entities/DeepSeek.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "DeepSeek"
type: entity
tags: [llm, ai, 中国]
date: 2026-04-18
---
## Description
中国开发的大语言模型底座大模型的代表产品之一。DeepSeek 以开源和高效著称,在代码生成和数学推理方面表现优异。
## Type
- 底座大模型Base Model
## Related Concepts
- [[LLM]]:大型语言模型
- [[RAG]]:可用于为 DeepSeek 提供外部知识
- [[AI代理]]:可作为 Agent 的推理引擎

24
wiki/entities/Google.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "Google"
type: entity
tags: [company, ai]
sources: []
last_updated: 2025-12-18
---
## Aliases
- 谷歌
- Google LLC
## Summary
Google谷歌是全球最大的搜索引擎公司隶属于 Alphabet 集团。在 AI 领域Google 发布了多项创新产品,包括 Gemini 大模型、Imagen 图像生成模型、Nano Banana 图像生成模型,以及 Nano Banana Pro 提示词指南。
## Role
- AI 模型开发商
- 云服务提供商GCP
## Connections
- [[GCP]] ← provides cloud infrastructure
- [[Google-Sheets]] ← product
- [[YouTube]] ← product
- [[Nicholas-Carlini]] ← Google 研究科学家

View File

@@ -0,0 +1,16 @@
---
title: "Midjourney"
type: entity
tags: [ai, 图像生成, 专有模型]
date: 2026-04-18
---
## Description
专用于图像生成的 AI 模型,基于底座大模型进行专项训练,在艺术风格和细节表现方面著称。
## Type
- 专有模型Specialized Model- 图像生成
## Related Concepts
- [[LLM]]:大型语言模型
- [[Stable-Diffusion]]:另一个知名的开源图像生成模型

48
wiki/entities/Ollama.md Normal file
View File

@@ -0,0 +1,48 @@
---
title: "Ollama"
type: entity
tags: [llm, ai, 开源]
date: 2026-04-18
---
## Aliases
- Ollama
- ollama
## Description
Ollama 是一个开源的本地大语言模型运行框架,它提供了非常简单便捷的使用形式,让用户可以十分方便的在本地机器上部署和运行大型语言模型,从而实现免费离线的方式使用 LLM 能力,并确保私有数据的隐私和安全性。
## Type
- LLM 运行框架
- 开源软件
## Supported Models
- DeepSeek-R11.5B、7B、8B、14B、32B、70B、671B
- Qwen 系列
- Llama 系列
- bge-m3嵌入模型用于 RAG
## Hardware Requirements
- 1.5B 模型4GB RAM
- 7B 模型8GB RAM建议 16GB
- 13B 模型16GB RAM建议 32GB
- 33B 模型32GB RAM建议 64GB
- GPU建议 4GB 以上显存
## Installation Methods
- 直接安装Windows/macOS/Linux
- Docker 容器部署
- 离线安装
## Ports
- API 服务11434
## Related Entities
- [[DeepSeek]]:支持的模型之一
- [[Open-WebUI]]:可通过配置集成
## Related Concepts
- [[LLM]]:大型语言模型
- [[Docker]]:容器化部署
- [[RAG]]:检索增强生成
- [[向量嵌入]]:文本向量化技术

View File

@@ -0,0 +1,31 @@
---
title: "Open WebUI"
type: entity
tags: []
---
## Aliases
- OpenWebUI
- open-webui
## Description
开源的大语言模型 Web UI 界面项目,提供基于浏览器的图形化界面,可便捷集成 Ollama、OpenAI 等多种 LLM API。
## Key Features
- 纯本地运行的基于浏览器访问的 Web 服务
- 可扩展、功能丰富、用户友好的自托管 AI Web 界面
- 支持各种大型语言模型运行器
- 可通过配置形式便捷集成 Ollama、OpenAI 等提供的 API
- 支持聊天机器人、本地知识库、图像生成等丰富的大模型应用功能
- 支持联网搜索功能(需配置 API KEY
## Use Cases
- 聊天机器人
- 本地知识库RAG
- 图像生成
- 离线 AI 对话
## connections
- [[Ollama]]:通过 OLLAMA_API_BASE_URL 配置集成
- [[DeepSeek]]:支持的模型之一
- [[RAG]]:本地知识库构建

26
wiki/entities/OpenAI.md Normal file
View File

@@ -0,0 +1,26 @@
---
title: "OpenAI"
type: entity
tags: [openai, ai, company]
date: 2026-04-18
---
## Description
OpenAI 是美国人工智能研究实验室成立于2015年总部位于旧金山。OpenAI 以开发大型语言模型(如 GPT 系列)和推动 AI 安全研究闻名。主要产品包括 ChatGPT、DALL-E、o1、o3 等。
## Founded
2015年
## Headquarters
San Francisco, California
## Products
- [[ChatGPT]]:对话式 AI 助手
- GPT 系列模型GPT-4、GPT-4o、o1、o3
- DALL-E图像生成模型
- Sora视频生成模型
## Related Concepts
- [[LLM]]OpenAI 的核心产品类型
- [[Agentic AI]]OpenAI 正在探索的 AI 发展方向
- [[自定义指令]]ChatGPT 的个性化配置功能

17
wiki/entities/Qwen.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Qwen"
type: entity
tags: [llm, ai, 阿里云]
date: 2026-04-18
---
## Description
阿里云开发的大型语言模型底座大模型的代表产品之一。Qwen通义千问在中文理解和多模态能力方面表现突出。
## Type
- 底座大模型Base Model
## Related Concepts
- [[LLM]]:大型语言模型
- [[RAG]]:可用于为 Qwen 提供外部知识
- [[AI代理]]:可作为 Agent 的推理引擎

View File

@@ -0,0 +1,17 @@
---
title: "Stable Diffusion"
type: entity
tags: [ai, 图像生成, 开源, 专有模型]
date: 2026-04-18
---
## Description
开源的图像生成模型,专用于图像生成,基于底座大模型进行专项训练。与 Midjourney 并列为最流行的图像生成模型。
## Type
- 专有模型Specialized Model- 图像生成
- 开源项目
## Related Concepts
- [[LLM]]:大型语言模型
- [[Midjourney]]:另一个知名的商业图像生成模型

View File

@@ -0,0 +1,18 @@
---
title: "余梦珑"
type: entity
tags: [人物, 清华大学, 研究人员]
date: 2026-04-18
---
## Description
清华大学新闻与传播学院新媒体研究中心元宇宙文化实验室的博士后《DeepSeek从入门到精通2025》手册的作者。
## Type
- 研究人员
- AI 领域专家
## Related Concepts
- [[提示语设计]]:该作者研究的 AI 工具使用最佳实践
- [[清华大学]]:作者所属机构
- [[DeepSeek]]:该作者研究的 AI 模型

View File

@@ -0,0 +1,17 @@
---
title: "清华大学"
type: entity
tags: [大学, 中国, 教育]
date: 2026-04-18
---
## Description
中国顶尖大学位于北京。清华大学新闻与传播学院新媒体研究中心元宇宙文化实验室发布了《DeepSeek从入门到精通2025》官方教程。
## Type
- 教育机构
- 研究机构
## Related Concepts
- [[提示语设计]]:该机构研究的 AI 工具使用最佳实践
- [[AI幻觉]]:该教程帮助用户避免的 AI 生成错误问题