Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/chapter8/第八章 记忆与检索.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ EMBED_BASE_URL=

```python
# 配置好同级文件夹下.env中的大模型API
from dotenv import load_dotenv
load_dotenv()

from hello_agents import SimpleAgent, HelloAgentsLLM, ToolRegistry
from hello_agents.tools import MemoryTool, RAGTool

Expand Down