Skip to content

Commit dc164bc

Browse files
committed
更新readme
1 parent df92cf8 commit dc164bc

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
- [第二节 常用工具(待完成)]()
3838
- [第7章 高级RAG架构](https://github.com/FutureUnreal/all-in-rag/tree/main/docs/chapter7)
3939
- [第8章 项目实战一(基础篇)](https://github.com/FutureUnreal/all-in-rag/tree/main/docs/chapter8)
40+
- [第一节 环境配置与项目架构](https://github.com/FutureUnreal/all-in-rag/blob/main/docs/chapter8/01_env_architecture.md)
41+
- [第二节 数据准备模块实现](https://github.com/FutureUnreal/all-in-rag/blob/main/docs/chapter8/02_data_preparation.md)
42+
- [第三节 索引构建与检索优化](https://github.com/FutureUnreal/all-in-rag/blob/main/docs/chapter8/03_index_retrieval.md)
43+
- [第四节 生成集成与系统整合](https://github.com/FutureUnreal/all-in-rag/blob/main/docs/chapter8/04_generation_sys.md)
4044
- [第9章 项目实战一(进阶篇选修)](https://github.com/FutureUnreal/all-in-rag/tree/main/docs/chapter9)
4145
- [第10章 项目实战二(选修)](https://github.com/FutureUnreal/all-in-rag/tree/main/docs/chapter10)
4246

code/C8/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def run_interactive(self):
325325
except Exception as e:
326326
print(f"处理问题时出错: {e}")
327327

328-
print("\n感谢使用食谱RAG系统!")
328+
print("\n感谢使用尝尝咸淡RAG系统!")
329329

330330

331331

0 commit comments

Comments
 (0)