Explorar el Código

fix picture in chapter8

jjyaoao hace 8 meses
padre
commit
bb90b9ecdf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/chapter8/第八章 记忆与检索.md

+ 1 - 1
docs/chapter8/第八章 记忆与检索.md

@@ -2024,7 +2024,7 @@ def generate_report(self, save_to_file: bool = True) -> Dict[str, Any]:
 最后,让我们通过一个思维导图来总结本章的完整知识体系,如图8.11所示:
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/8-figures/8-10.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/8-figures/8-11.png" alt="" width="85%"/>
   <p>图 8.11 Hello-agents第八章知识总结</p>
 </div>