forked from explodinggradients/ragas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
164 lines (158 loc) · 5.12 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
158
159
160
161
162
163
164
site_name: Ragas
#site_url: https://jjmachan.github.io/ragasDocs
repo_name: explodinggradients/ragas
repo_url: https://github.com/explodinggradients/ragas
watch:
- src
# Navigation
nav:
- "": index.md
- 🚀 Get Started:
- getstarted/index.md
- Installation: getstarted/install.md
- Generate a Synthetic Testset: getstarted/testset_generation.md
- Evaluate Using Your Testset: getstarted/evaluation.md
- Monitor Your RAG in Production: getstarted/monitoring.md
- 📚 Core Concepts:
- concepts/index.md
- Evaluation Driven Development: concepts/evaluation_driven.md
- Metrics:
- concepts/metrics/index.md
- Faithfulness: concepts/metrics/faithfulness.md
- Answer Relevance: concepts/metrics/answer_relevance.md
- Context Recall: concepts/metrics/context_recall.md
- Context Precision: concepts/metrics/context_precision.md
- Context Utilization: concepts/metrics/context_utilization.md
- Context Entities Recall: concepts/metrics/context_entities_recall.md
- Noise Sensitivity: concepts/metrics/noise_sensitivity.md
- Summarization Score: concepts/metrics/summarization_score.md
- Answer Correctness: concepts/metrics/answer_correctness.md
- Answer Semantic Similarity: concepts/metrics/semantic_similarity.md
- Synthetic Test Data Generation: concepts/testset_generation.md
- Prompt Object: concepts/prompts.md
- Prompt Adaptation: concepts/prompt_adaptation.md
- Utilizing User Feedback: concepts/feedback.md
- 🛠️ How-to Guides:
- howtos/index.md
- Customisations:
- howtos/customisations/index.md
- howtos/customisations/bring-your-own-llm-or-embs.md
- howtos/customisations/ragas_custom_model.ipynb
- howtos/customisations/run_config.ipynb
- howtos/customisations/azure-openai.ipynb
- howtos/customisations/aws-bedrock.ipynb
- howtos/customisations/gcp-vertexai.ipynb
- Applications:
- howtos/applications/index.md
- howtos/applications/data_preparation.md
- Measure Cost and Usage: howtos/applications/cost.ipynb
- howtos/applications/compare_embeddings.md
- howtos/applications/compare_llms.md
- howtos/applications/custom_prompts.md
- howtos/applications/use_prompt_adaptation.md
- howtos/applications/tracing.md
- howtos/applications/add_to_ci.md
- Integrations:
- howtos/integrations/index.md
- Llamaindex: howtos/integrations/llamaindex.ipynb
- Langchain: howtos/integrations/langchain.ipynb
- Langsmith: howtos/integrations/langsmith.ipynb
- howtos/integrations/arize.ipynb
- howtos/integrations/langfuse.ipynb
- howtos/integrations/athina.ipynb
- howtos/integrations/zeno.ipynb
- howtos/integrations/tonic-validate.ipynb
- howtos/integrations/haystack.ipynb
- howtos/integrations/openlayer.ipynb
- howtos/integrations/helicone.ipynb
- howtos/integrations/opik.ipynb
- 📖 References:
- references/index.md
- references/evaluation.md
- references/metrics.md
- references/run_config.md
- references/testset_generation.md
- ❤️ Community: community/index.md
# Material-Docs Theme
theme:
name: material
logo: _static/imgs/ragas-logo.png
favicon: _static/favicon.ico
palette:
scheme: slate
accent: white
features:
- content.tabs.link
- content.code.annotate
- content.code.copy
- announce.dismiss
- navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.indexes
- navigation.footer
- search.suggest
- search.highlight
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
# Extra CSS
extra_css:
- extra/style.css
# Plugins
extra:
version:
provider: mike
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
plugins:
- search
- git-revision-date-localized:
enabled: !ENV [MKDOCS_CI, false]
enable_creation_date: true
- git-committers:
enabled: !ENV [MKDOCS_CI, false]
repository: explodinggradients/ragas
branch: main
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
- mkdocs-jupyter:
execute: false
include: ["*.ipynb"]
ignore: ["*.md"]
jupyter_options:
hide_input: false
hide_output: false
code_folding: true
code_line_numbers: true
jupyter_images: true
jupyter_table_beautifier: true
- glightbox
extra_javascript:
- _static/js/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js