Spaces:
Sleeping
Sleeping
Update src/_quarto.yml
Browse files- src/_quarto.yml +2 -11
src/_quarto.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
project:
|
| 2 |
type: website
|
| 3 |
website:
|
| 4 |
-
title: "
|
| 5 |
sidebar:
|
| 6 |
style: "docked"
|
| 7 |
search: true
|
|
@@ -11,27 +11,18 @@ website:
|
|
| 11 |
contents:
|
| 12 |
- href: index.qmd
|
| 13 |
text: About Quarto
|
| 14 |
-
- section: "
|
| 15 |
contents:
|
| 16 |
- section: "RAG Techniques"
|
| 17 |
contents:
|
| 18 |
- href: notebooks/rag_zephyr_langchain.qmd
|
| 19 |
text: "RAG Zephyr & LangChain"
|
| 20 |
-
- href: notebooks/advanced_rag.qmd
|
| 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 |
website:
|
| 4 |
+
title: "Majestic Coding"
|
| 5 |
sidebar:
|
| 6 |
style: "docked"
|
| 7 |
search: true
|
|
|
|
| 11 |
contents:
|
| 12 |
- href: index.qmd
|
| 13 |
text: About Quarto
|
| 14 |
+
- section: "Data Science Notebooks"
|
| 15 |
contents:
|
| 16 |
- section: "RAG Techniques"
|
| 17 |
contents:
|
| 18 |
- href: notebooks/rag_zephyr_langchain.qmd
|
| 19 |
text: "RAG Zephyr & LangChain"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- section: "Additional Techniques"
|
| 21 |
contents:
|
|
|
|
|
|
|
| 22 |
- href: notebooks/faiss.ipynb
|
| 23 |
text: "FAISS for Efficient Search"
|
|
|
|
|
|
|
| 24 |
|
| 25 |
format:
|
| 26 |
html:
|
|
|
|
| 27 |
css: styles.css
|
| 28 |
toc: true
|