File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments