You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure-rails/custom-initialization/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ content:
22
22
23
23
# Configuring Custom Initialization
24
24
25
-
The `config.py` file contains initialization code that runs **once at startup**, before the `LLMRails` instance is fully initialized. Use it to register custom providers and set up shared resources.
25
+
The `config.py` file contains initialization code that runs once at startup, before the `LLMRails` instance is fully initialized. Use it to register custom providers and set up shared resources.
26
26
27
27
## When to Use config.py vs actions.py
28
28
@@ -53,7 +53,7 @@ Define the init() function to initialize resources and register action parameter
53
53
:link: custom-llm-providers
54
54
:link-type: doc
55
55
56
-
Register custom text completion (BaseLLM) and chat models (BaseChatModel) for use with NeMo Guardrails.
56
+
Register custom text completion (BaseLLM) and chat models (BaseChatModel) for use with the NVIDIA NeMo Guardrails library.
57
57
+++
58
58
{bdg-secondary}`How To`
59
59
:::
@@ -62,7 +62,7 @@ Register custom text completion (BaseLLM) and chat models (BaseChatModel) for us
62
62
:link: custom-embedding-providers
63
63
:link-type: doc
64
64
65
-
Register custom embedding providers for vector similarity search in NeMo Guardrails.
65
+
Register custom embedding providers for vector similarity search in the NVIDIA NeMo Guardrails library.
0 commit comments