Skip to content

Commit 2b2e53d

Browse files
committed
feat: Improve the developer journey for example notebooks
Signed-off-by: Will Killian <[email protected]>
1 parent ebe5bb1 commit 2b2e53d

40 files changed

+3570
-2821
lines changed

ci/scripts/path_checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
),
163163
# ignore notebook-relative paths
164164
(
165-
r"^examples/notebooks/retail_sales_agent/.*configs/",
166-
r"^\./retail_sales_agent/data/",
165+
r"^examples/notebooks/",
166+
r"/configs/.*.yml",
167167
),
168168
(
169169
r"^examples/frameworks/haystack_deep_research_agent/README.md",

ci/vale/styles/config/vocabularies/nat/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Authlib
2525
[Cc]hatbot(s?)
2626
# clangd is never capitalized even at the start of a sentence https://clangd.llvm.org/
2727
clangd
28+
Colab
2829
CMake
2930
[Cc]omposability
3031
[Cc]omposable
@@ -65,7 +66,9 @@ groundedness
6566
[Gg]ranularities
6667
[Hh]ashable
6768
[Hh]yperparameter(s?)
69+
impactful
6870
[Ii]nferencing
71+
[Ii]nterquartile
6972
isort
7073
Jira
7174
jsonlines

examples/notebooks/1_getting_started.ipynb

Lines changed: 0 additions & 454 deletions
This file was deleted.

0 commit comments

Comments
 (0)