-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General robustness + fix/update guardrail examples and testing (#1275)
* add missing content for guardrail * behind docs update * update llama-index hybrid retriever example * md updates * get quickstart working * rerun quickstarts * displays for langchain ensemble retriever * take selectors from feedback guardrail docs * add timeout to feedback display util * fmt * update llama quickstart * double quotes * remove unneeded key calling from test_notebooks * run combine docs to testing * clear trulens module between each nb in all_tools * update all tools * update all tools/clear trulens module between each nb * fmt * run dashboard on unused port * fmt * remove unneeded line * add reasoning md for clear modules * fix typos --------- Co-authored-by: Josh Reini <[email protected]>
- Loading branch information
1 parent
03a88cd
commit 168515e
Showing
21 changed files
with
3,769 additions
and
1,143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +0,0 @@ | ||
# How to build and view docs locally | ||
|
||
Navigate to the TruLens root directory | ||
```bash | ||
cd trulens | ||
``` | ||
|
||
Install docs requirements: | ||
```bash | ||
pip install -r docs/docs_requirements.txt | ||
``` | ||
|
||
Build docs: | ||
```bash | ||
python -m mkdocs build --clean | ||
python -m mkdocs build | ||
``` | ||
|
||
Serve docs: | ||
```bash | ||
mkdocs serve | ||
``` | ||
Oops, something went wrong.