forked from truera/trulens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
157 lines (148 loc) Β· 5.4 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
site_name: TruLens
site_description: Evaluate and track LLM applications. Explain Deep Neural Nets.
repo_name: truera/trulens
repo_url: https://github.com/truera/trulens
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/reference/mathjax/
- pymdownx.arithmatex:
generic: true
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.extra
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mdx_math:
enable_dollar_delimiter: True #for use of inline $..$
- markdown_include.include:
base_path: docs
- attr_list
plugins:
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: false
show_source: true
selection:
filters:
- "!^_" # exlude all members starting with _
- "^__init__$" # but always include __init__ modules and methods
- "^__call__$" # and __call__ methods
watch:
- trulens_explain/trulens
- search
theme:
name: material
icon:
repo: fontawesome/brands/github
custom_dir: docs/overrides/
palette:
scheme: trulens
#font:
# text: Source Sans Pro
favicon: img/favicon.ico
logo: img/squid.png
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.path
- search.share
- search.suggest
- toc.follow
- content.code.copy
nav:
- Home: index.md
- Welcome to TruLens!: welcome.md
- Eval:
- Getting Started:
- π Installation: trulens_eval/install.md
- β‘ Quickstarts:
- LangChain Quickstart: trulens_eval/langchain_quickstart.ipynb
- Llama-Index Quickstart: trulens_eval/llama_index_quickstart.ipynb
- Python Native (Text to Text) Quickstart: trulens_eval/text2text_quickstart.ipynb
- Evaluation:
- π― Feedback Functions:
- Feedback Function Definitions: trulens_eval/function_definitions.md
- Feedback Function Guide: trulens_eval/feedback_function_guide.md
- Custom Feedback Functions: trulens_eval/custom_feedback_functions.ipynb
- Smoke Tests:
- Answer Relevance: trulens_eval/answer_relevance_smoke_tests.ipynb
- Context Relevance: trulens_eval/context_relevance_smoke_tests.ipynb
- Groundedness: trulens_eval/groundedness_smoke_tests.ipynb
- π API Reference:
- Feedback Functions: trulens_eval/api/feedback.md
- Providers:
- OpenAI: trulens_eval/api/openai_provider.md
- AWS Bedrock: trulens_eval/api/bedrock_provider.md
- HuggingFace: trulens_eval/api/huggingface_provider.md
- LiteLLM: trulens_eval/api/litellm_provider.md
- Tracking:
- πΊ Instrumentation:
- Overview: trulens_eval/basic_instrumentation.ipynb
- LangChain Integration: trulens_eval/langchain_instrumentation.ipynb
- Llama-Index Integration: trulens_eval/llama_index_instrumentation.ipynb
- π Logging:
- Where to Log: trulens_eval/where_to_log.md
- Logging Methods: trulens_eval/logging.ipynb
- π API Reference:
- Tru: trulens_eval/api/tru.md
- TruBasicApp: trulens_eval/api/trubasicapp.md
- TruChain: trulens_eval/api/truchain.md
- TruLlama: trulens_eval/api/trullama.md
- TruCustom: trulens_eval/api/trucustom.md
- Guides:
- π Use Cases:
- Any LLM App: trulens_eval/use_cases_any.md
- RAGs: trulens_eval/use_cases_rag.md
- LLM Agents: trulens_eval/use_cases_agent.md
- Dev to Prod: trulens_eval/use_cases_production.md
- Contributing:
- π€ Contrbution Guidelines: trulens_eval/CONTRIBUTING.md
- Explain:
- Getting Started:
- π Installation: trulens_explain/install.md
- β‘ Quickstart: trulens_explain/quickstart.md
- Attributions: trulens_explain/attribution_parameterization.md
- API Reference:
- Attribution: trulens_explain/api/attribution.md
- Models: trulens_explain/api/model_wrappers.md
- Slices: trulens_explain/api/slices.md
- Quantities: trulens_explain/api/quantities.md
- Distributions: trulens_explain/api/distributions.md
- Visualizations: trulens_explain/api/visualizations.md
# - Resources:
# - NeurIPS Demo: https://truera.github.io/neurips-demo-2021/
extra_css:
- stylesheets/extra.css
- stylesheets/cover.css
# https://squidfunk.github.io/mkdocs-material/reference/mathjax/
# Polyfill provides backcompat for JS. We need to import it before
# importing MathJax.
extra_javascript:
- javascript/config.js
- javascript/app.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- javascript/tex-mml-chtml-3.0.0.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML