Skip to content

Commit

Permalink
added link to Memory Labels guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jsong468 committed Nov 25, 2024
1 parent c849e02 commit 90b7aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/code/orchestrators/4_scoring_orchestrator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"\n",
"This allows users to score prompts based on memory labels. Remember that `GLOBAL_MEMORY_LABELS`, which will be assigned to every prompt\n",
"sent through an orchestrator, can be set as an environment variable (.env or env.local), and any additional custom memory labels can be\n",
"passed in the `PromptSendingOrchestrator` `send_prompts_async` function. (Custom memory labels passed in will have precedence over `GLOBAL_MEMORY_LABELS` in case of collisions.)"
"passed in the `PromptSendingOrchestrator` `send_prompts_async` function. (Custom memory labels passed in will have precedence over `GLOBAL_MEMORY_LABELS` in case of collisions.) For more information on memory labels, see the [Memory Labels Guide](../memory/5_memory_labels.ipynb)."
]
},
{
Expand Down
1 change: 1 addition & 0 deletions doc/code/orchestrators/4_scoring_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
# This allows users to score prompts based on memory labels. Remember that `GLOBAL_MEMORY_LABELS`, which will be assigned to every prompt
# sent through an orchestrator, can be set as an environment variable (.env or env.local), and any additional custom memory labels can be
# passed in the `PromptSendingOrchestrator` `send_prompts_async` function. (Custom memory labels passed in will have precedence over `GLOBAL_MEMORY_LABELS` in case of collisions.)
# For more information on memory labels, see the [Memory Labels Guide](../memory/5_memory_labels.ipynb).

# %%
# pylint: disable=W0611
Expand Down

0 comments on commit 90b7aa2

Please sign in to comment.