-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_toc.yml
33 lines (33 loc) · 1.45 KB
/
_toc.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
# Learn more at https://jupyterbook.org/customize/toc.html
root: intro
format: jb-book
parts:
- caption: Demos
chapters:
- file: demos/olmo-rag/index.ipynb
- caption: Tutorials
chapters:
- file: SciPy2024/README.md
sections:
- file: SciPy2024/module1/index.md
sections:
- file: SciPy2024/module1/setup.md
- file: SciPy2024/module1/1-introduction-to-language-models.ipynb
- file: SciPy2024/module1/2-llms-and-prompt-engineering-with-olmo.ipynb
- file: SciPy2024/module1/3-langchain.ipynb
- file: SciPy2024/break1.md
- file: SciPy2024/module2/index.md
sections:
- file: SciPy2024/module2/1-domain-specific-question-answering.ipynb
- file: SciPy2024/module2/2-astrophysics-prompting-with-olmo.ipynb
- file: SciPy2024/module2/3-retrieval-augmented-text-generation.ipynb
- file: SciPy2024/break2.md
- file: SciPy2024/module3/index.md
sections:
- file: SciPy2024/module3/1-olmo-chat-rag.ipynb
- file: SciPy2024/module3/2-try-with-your-data.ipynb
- file: SciPy2024/appendix/index.md
sections:
- file: SciPy2024/appendix/astrophysics-dataset-creation.ipynb
- file: SciPy2024/appendix/langchain-document-loaders.ipynb
- file: SciPy2024/appendix/qdrant-vector-database-creation.ipynb