Skip to content

Commit 5ab0668

Browse files
committed
change ABC bot link at docs
1 parent 9cdad05 commit 5ab0668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/7-rag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There are three ways you can configure a knowledge base directly into a guardrai
9999
2. Using a custom `retrieve_relevant_chunks` action.
100100
3. Using a custom `EmbeddingSearchProvider`.
101101

102-
For option 1, you can add a knowledge base directly into your guardrails configuration by creating a *kb* folder inside the *config* folder and adding documents there. Currently, only the Markdown format is supported. For a quick example, check out the complete implementation of the [ABC Bot](../../../examples/bots/abc/README.md).
102+
For option 1, you can add a knowledge base directly into your guardrails configuration by creating a *kb* folder inside the *config* folder and adding documents there. Currently, only the Markdown format is supported. For a quick example, check out the complete implementation of the [ABC Bot](https://github.com/NVIDIA/NeMo-Guardrails/blob/develop/examples/bots/abc/README.md).
103103

104104
Options 2 and 3 represent advanced use cases beyond the scope of this topic.
105105

0 commit comments

Comments
 (0)