forked from blackinkkkxi/RAG_langchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/blackinkkkxi/RAG_langchain
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# RAG_langchain | ||
一个基于langchain实现RAG的简单示例 | ||
介绍如何利用langchain快速实现RAG | ||
|
||
# 快速上手 | ||
你可以通过运行[rag_chat](https://github.com/blackinkkkxi/RAG_langchain/blob/main/rag_chat.ipynb)快速实现一个基于`openai`的`RAG`系统 | ||
|
||
# 推荐学习路线 | ||
1.[pdf_loader](https://github.com/blackinkkkxi/RAG_langchain/tree/main/learn/doc_loader) | ||
2.[text_splitter](https://github.com/blackinkkkxi/RAG_langchain/tree/main/learn/text_splitter) | ||
3.[embedding_model](https://github.com/blackinkkkxi/RAG_langchain/tree/main/learn/embedding_model) |