-
Notifications
You must be signed in to change notification settings - Fork 491
docs: Revise GS example #1146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Revise GS example #1146
Conversation
Documentation preview |
477553b
to
14a29d5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1146 +/- ##
========================================
Coverage 68.43% 68.43%
========================================
Files 161 161
Lines 15943 15943
========================================
Hits 10910 10910
Misses 5033 5033
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mikemckiernan , I still owe you a bug fix/triage.
langchain-nvidia-ai-endpoints
will be supported as an optional dependency of nemoguardrails. (see #1105 )
do you think it is good to change the first to steps into one:
pip install "nemoguardrails[nvidia]"
I can go either way. The only thing that comes to mind against this update is that other than |
@mikemckiernan the explain issue should be resolved in #1194 |
- Provide link to raw version of prompts.yml in GitHub Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
I was optimistic! I rebased off upstream/develop, but in my hands, I still get the traceback:
In the debugger, I can see that the duration of the second call is None. Looks to me like someone else thought it could be None as well. |
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
14a29d5
to
87eec19
Compare
Thanks, the information is useful. I'll try to fix it 👍🏻 |
@mikemckiernan You should be able to create and push branches directly to the cloned repo, no need to use a fork since you have write access. But if you prefer to fork no objection from my side 😃 |
Description
Revise the GS example:
Related Issue(s)
Checklist