Spaces:
Sleeping
Sleeping
Update src/_quarto.yml
Browse files- src/_quarto.yml +28 -29
src/_quarto.yml
CHANGED
|
@@ -1,37 +1,36 @@
|
|
| 1 |
project:
|
| 2 |
type: website
|
|
|
|
|
|
|
| 3 |
website:
|
| 4 |
-
title: "
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
text: "Advanced RAG"
|
| 22 |
-
- href: notebooks/rag_evaluation.qmd
|
| 23 |
-
text: "RAG Evaluation"
|
| 24 |
-
- section: "Additional Techniques"
|
| 25 |
-
contents:
|
| 26 |
-
- href: notebooks/automatic_embedding.ipynb
|
| 27 |
-
text: "Automatic Embedding"
|
| 28 |
-
- href: notebooks/faiss.ipynb
|
| 29 |
-
text: "FAISS for Efficient Search"
|
| 30 |
-
- href: notebooks/single_gpu.ipynb
|
| 31 |
-
text: "Single GPU Optimization"
|
| 32 |
|
| 33 |
format:
|
| 34 |
html:
|
| 35 |
theme: cosmo
|
| 36 |
css: styles.css
|
| 37 |
-
toc: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
project:
|
| 2 |
type: website
|
| 3 |
+
output-dir: _site
|
| 4 |
+
|
| 5 |
website:
|
| 6 |
+
title: "Monitait User Guide"
|
| 7 |
+
site-url: https://huggingface.co/spaces/your-username/monitait-guide
|
| 8 |
+
description: "Complete Step-by-Step Guide – WatcherJET 3.0 Hardware & AI Training Platform"
|
| 9 |
+
navbar:
|
| 10 |
+
left:
|
| 11 |
+
- text: "Home"
|
| 12 |
+
href: index.qmd
|
| 13 |
+
- text: "Chapter 1 – Hardware"
|
| 14 |
+
href: chapter1.qmd
|
| 15 |
+
- text: "Chapter 2 – AI Training"
|
| 16 |
+
href: chapter2.qmd
|
| 17 |
+
- text: "Download PDFs"
|
| 18 |
+
menu:
|
| 19 |
+
- text: "Chapter 1 – Hardware & WatcherJET 3.0 (27 pages)"
|
| 20 |
+
href: CHAP-1-AI-HARDWARE.pdf
|
| 21 |
+
- text: "Chapter 2 – AI Training (15 pages)"
|
| 22 |
+
href: CHAP-2-AI-TRAINING.pdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
format:
|
| 25 |
html:
|
| 26 |
theme: cosmo
|
| 27 |
css: styles.css
|
| 28 |
+
toc: true
|
| 29 |
+
toc-depth: 4
|
| 30 |
+
code-copy: true
|
| 31 |
+
anchor-sections: true
|
| 32 |
+
fig-cap-location: margin
|
| 33 |
+
tbl-cap-location: margin
|
| 34 |
+
|
| 35 |
+
metadata-files:
|
| 36 |
+
- _metadata.yml
|