Skip to content

Commit

Permalink
Update docs README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AXYZdong committed Aug 13, 2024
1 parent 7ec1b5b commit c72d128
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ Learning to deploy Ollama with hands-on practice, making the deployment of large

## 项目规划
### 目录(持续更新中...)
- [x] 1 [Ollama 介绍](docs/C1/1.%20Ollama介绍.md) @[友东](https://github.com/AXYZdong)
- [x] 1 [Ollama 介绍](C1/1.%20Ollama介绍.md) @[友东](https://github.com/AXYZdong)
- [x] 2 Ollama 安装与配置
- [x] [macOS](docs/C2/1.%20Ollama在macOS下的安装与配置.md) @[天奥](https://github.com/lta155)
- [x] [Windows](docs/C2/2.%20Ollama在Windows下的安装与配置.md) @[Yuki](https://github.com/fuyueagain)
- [x] [Linux](docs/C2/3.%20Ollama在Linux下的安装与配置.md) @[Yuki](https://github.com/fuyueagain)
- [x] [Docker](docs/C2/4.%20Ollama在Docker下的安装与配置.md) @[Yuki](https://github.com/fuyueagain)
- [x] 3 [自定义导入模型](docs/C3/1.%20自定义导入模型.md) @[杨卓](https://github.com/little1d)
- [x] [macOS](C2/1.%20Ollama在macOS下的安装与配置.md) @[天奥](https://github.com/lta155)
- [x] [Windows](C2/2.%20Ollama在Windows下的安装与配置.md) @[Yuki](https://github.com/fuyueagain)
- [x] [Linux](C2/3.%20Ollama在Linux下的安装与配置.md) @[Yuki](https://github.com/fuyueagain)
- [x] [Docker](C2/4.%20Ollama在Docker下的安装与配置.md) @[Yuki](https://github.com/fuyueagain)
- [x] 3 [自定义导入模型](C3/1.%20自定义导入模型.md) @[杨卓](https://github.com/little1d)
- [x] 4 Ollama REST API
- [x] [Ollama API 使用指南](docs/C4/1.%20Ollama%20API%20使用指南.md)@[林通](https://github.com/kjlintong)
- [x] [在 Python 中使用 Ollama API](docs/C4/2.%20在%20Python%20中使用%20Ollama%20API.md) @[春阳](https://github.com/ChunyangChai)
- [x] [在 Java 中使用 Ollama API](docs/C4/4.%20在%20Java%20中使用%20Ollama%20API.md) @[林通](https://github.com/kjlintong)
- [x] [Ollama API 使用指南](C4/1.%20Ollama%20API%20使用指南.md)@[林通](https://github.com/kjlintong)
- [x] [在 Python 中使用 Ollama API](C4/2.%20在%20Python%20中使用%20Ollama%20API.md) @[春阳](https://github.com/ChunyangChai)
- [x] [在 Java 中使用 Ollama API](C4/4.%20在%20Java%20中使用%20Ollama%20API.md) @[林通](https://github.com/kjlintong)
- [x] 5 Ollama 在 LangChain 中的使用
- [x] [在 Python 中的集成](docs/C5/1.%20Ollama在LangChain中的使用%20-%20Python集成.md) @[鑫民](https://github.com/fancyboi999)
- [x] [在 JavaScript 中的集成](docs/C5/2.%20Ollama在LangChain中的使用%20-%20JavaScript集成.md) @[鑫民](https://github.com/fancyboi999)
- [x] [在 Python 中的集成](C5/1.%20Ollama在LangChain中的使用%20-%20Python集成.md) @[鑫民](https://github.com/fancyboi999)
- [x] [在 JavaScript 中的集成](C5/2.%20Ollama在LangChain中的使用%20-%20JavaScript集成.md) @[鑫民](https://github.com/fancyboi999)
- [x] 6 Ollama 可视化界面部署
- [x] [使用 FastAPI 部署 Ollama 可视化对话界面](docs/C6/1.%20使用%20FastAPI%20部署%20Ollama%20可视化对话界面.md) @[友东](https://github.com/AXYZdong)
- [x] [使用 WebUI 部署 Ollama 可视化对话界面](docs/C6/2.%20使用%20WebUI%20部署%20Ollama%20可视化对话界面.md) @[友东](https://github.com/AXYZdong)
- [x] [使用 FastAPI 部署 Ollama 可视化对话界面](C6/1.%20使用%20FastAPI%20部署%20Ollama%20可视化对话界面.md) @[友东](https://github.com/AXYZdong)
- [x] [使用 WebUI 部署 Ollama 可视化对话界面](C6/2.%20使用%20WebUI%20部署%20Ollama%20可视化对话界面.md) @[友东](https://github.com/AXYZdong)
- [ ] 7 应用案例
- [ ] 搭建本地的 AI Copilot 编程助手
- [ ] Dify 接入 Ollama 部署的本地模型
Expand Down

0 comments on commit c72d128

Please sign in to comment.