Skip to content

Commit

Permalink
Merge pull request #62 from garylin2099/docs
Browse files Browse the repository at this point in the history
fix doc link
  • Loading branch information
garylin2099 authored Jan 20, 2024
2 parents 8473512 + 8c364de commit add1716
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/en/guide/in_depth_guides/memory.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Memory

Will be updated soon, stay tuned.
2 changes: 1 addition & 1 deletion src/en/guide/tutorials/use_memories.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ It is recommended to add `Message`s of action output to the `Role`'s memory when

## Next step

Memory is a huge topic in agents. To be precise, the memory this tutorial talks about corresponds to the concept of "short-term memory". The retrieval is also based on simple recency. However, there are multiple branches of memories as well as a wide range of memory generation and retrieval techniques. Please consult [Memory](/guide/in_depth_guides/memories) for using memory to really boost your agent's performance.
Memory is a huge topic in agents. To be precise, the memory this tutorial talks about corresponds to the concept of "short-term memory". The retrieval is also based on simple recency. However, there are multiple branches of memories as well as a wide range of memory generation and retrieval techniques. Please consult [Memory](/guide/in_depth_guides/memory) for using memory to really boost your agent's performance.
2 changes: 2 additions & 0 deletions src/zh/guide/in_depth_guides/memory.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Memory

即将更新,保持关注。
2 changes: 1 addition & 1 deletion src/zh/guide/tutorials/use_memories.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ async def _act(self) -> Message:

## 下一步

记忆是智能体中的一个重大主题。 准确来说,本教程中所说的记忆对应于“短时记忆”的概念。检索也是基于简单的近因性。然而,记忆有多个分支以及广泛的记忆生成和检索技术。请参阅[记忆](/guide/in_depth_guides/memories)以了解如何使用记忆并真正提升智能体的性能。
记忆是智能体中的一个重大主题。 准确来说,本教程中所说的记忆对应于“短时记忆”的概念。检索也是基于简单的近因性。然而,记忆有多个分支以及广泛的记忆生成和检索技术。请参阅[记忆](/guide/in_depth_guides/memory)以了解如何使用记忆并真正提升智能体的性能。

0 comments on commit add1716

Please sign in to comment.