Skip to content

Commit b407e5a

Browse files
authored
Merge pull request #136 from uw-ssec/add_demo
feat: Add olmo rag demo Excited to get this going for Baltimore!
2 parents 851c187 + 069cbb9 commit b407e5a

File tree

6 files changed

+12887
-0
lines changed

6 files changed

+12887
-0
lines changed

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
root: intro
33
format: jb-book
44
parts:
5+
- caption: Demos
6+
chapters:
7+
- file: demos/olmo-rag/index.ipynb
58
- caption: Tutorials
69
chapters:
710
- file: SciPy2024/README.md

demos/olmo-rag/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# GitHub syntax highlighting
2+
pixi.lock linguist-language=YAML linguist-generated=true

demos/olmo-rag/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# pixi environments
2+
.pixi
3+
*.egg-info
4+
5+
# Algo textbook
6+
Algorithms-JeffE.pdf

0 commit comments

Comments
 (0)