-
Notifications
You must be signed in to change notification settings - Fork 36
/
mkdocs.yml
48 lines (43 loc) · 1011 Bytes
/
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
site_name: VARAG
repo_url: https://github.com/adithya-s-k/VARAG
repo_name: adithya-s-k/VARAG
edit_uri: edit/main/docs/
theme:
name: material
palette:
scheme: slate
primary: teal
accent: light blue
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Notebooks:
- Simple RAG: simpleRAG.ipynb
- Colpali RAG: colpaliRAG.ipynb
- Hybrid Colpali RAG: hybridColpaliRAG.ipynb
- Vision RAG: visionRAG.ipynb
- Demo: demo.ipynb
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/adithya-s-k/VARAG
- icon: fontawesome/brands/python
link: https://pypi.org/project/varag/
plugins:
- search
- mkdocs-jupyter