-
Notifications
You must be signed in to change notification settings - Fork 502
docs: Change ABC Bot link to GitHub absolute URL in getting-started RAG guide #1261
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
Conversation
Documentation preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1261 +/- ##
===========================================
+ Coverage 69.57% 69.59% +0.02%
===========================================
Files 161 161
Lines 16023 16029 +6
===========================================
+ Hits 11148 11156 +8
+ Misses 4875 4873 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
@miyoungc If you have time, Can you review my PR? 😀 |
@bwook00 Thank you for your contribution! Would you follow this instruction and re-push a GPG-signed commit? |
@miyoungc Thanks for review! |
I'd recommend you to run |
@Pouyanpi @tgasser-nv @mikemckiernan Can we get one more approval? |
I've cleaned up the commit history. |
Description
The getting-started RAG guide don't link to ABC Bot, so I kept looking for the quick example.
It's in the README under Examples, so I replaced it with an Github absolute URL:
Now we can go directly to the ABC bot example in the docs.
Checklist