Skip to content

Commit

Permalink
Add C4-5, C7-3, C7-4
Browse files Browse the repository at this point in the history
  • Loading branch information
AXYZdong committed Aug 24, 2024
1 parent 5f629e6 commit fffd26a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Learning to deploy Ollama with hands-on practice, making the deployment of large
- [x] [搭建本地的 AI Copilot 编程助手](docs/C7/1.%20搭建本地的%20AI%20Copilot%20编程助手.md) @[](https://github.com/rainsubtime)
- [x] [Dify 接入 Ollama 部署的本地模型](docs/C7/2.%20Dify%20接入%20Ollama%20部署的本地模型.md) @[春阳](https://github.com/Springff)
- [x] [使用 LangChain 搭建本地 RAG 应用](./notebook/C7/LangChain_RAG/使用LangChain搭建本地RAG应用.ipynb) @[舒凡](https://github.com/Tsumugii24)
- [x] [使用 LlamaIndex 搭建本地 RAG 应用](./notebook/C7/LlamaIndex_RAG/使用LlamaIndex搭建本地RAG应用.ipynb) @[友东](https://github.com/AXYZdong)


## 致谢
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Learning to deploy Ollama with hands-on practice, making the deployment of large
- [ ] 7 应用案例
- [x] [搭建本地的 AI Copilot 编程助手](C7/1.%20搭建本地的%20AI%20Copilot%20编程助手.md) @[](https://github.com/rainsubtime)
- [x] [Dify 接入 Ollama 部署的本地模型](C7/2.%20Dify%20接入%20Ollama%20部署的本地模型.md) @[春阳](https://github.com/Springff)
- [x] 使用 LangChain 搭建本地 RAG 应用 @[舒凡](https://github.com/Tsumugii24)
- [x] [使用 LangChain 搭建本地 RAG 应用](C7/3.%20使用%20LangChain%20搭建本地%20RAG%20应用.md) @[舒凡](https://github.com/Tsumugii24)
- [x] [使用 LlamaIndex 搭建本地 RAG 应用](C7/4.%20使用%20LlamaIndex%20搭建本地%20RAG%20应用.md) @[友东](https://github.com/AXYZdong)


## 致谢
Expand Down
4 changes: 3 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* [4.2 在 Python 中使用 Ollama API](C4/2.%20在%20Python%20中使用%20Ollama%20API.md)
* [4.3 在 Java 中使用 Ollama API](C4/3.%20在%20Java%20中使用%20Ollama%20API.md)
* [4.4 在 JavaScript 中使用 Ollama API](C4/4.%20在%20JavaScript%20中使用%20Ollama%20API.md)
* [4.5 在 C++ 中使用 Ollama API](C4/5.%20在%20C++%20中使用%20Ollama%20API.md)
* 第 5 章 Ollama 在 LangChain 中的使用
* [5.1 在 Python 中的集成](C5/1.%20Ollama%20在%20LangChain%20中的使用%20-%20Python%20集成.md)
* [5.2 在 JavaScript 中的集成](C5/2.%20Ollama%20在%20LangChain%20中的使用%20-%20JavaScript%20集成.md)
Expand All @@ -20,4 +21,5 @@
* 第 7 章 应用案例
* [7.1 搭建本地的 AI Copilot 编程助手](C7/1.%20搭建本地的%20AI%20Copilot%20编程助手.md)
* [7.2 Dify 接入 Ollama 部署的本地模型](C7/2.%20Dify%20接入%20Ollama%20部署的本地模型.md)
* 7.3 使用 LangChain 搭建本地 RAG 应用
* [7.3 使用 LangChain 搭建本地 RAG 应用](C7/3.%20使用%20LangChain%20搭建本地%20RAG%20应用.md)
* [7.4 使用 LlamaIndex 搭建本地 RAG 应用](C7/4.%20使用%20LlamaIndex%20搭建本地%20RAG%20应用.md)

0 comments on commit fffd26a

Please sign in to comment.