Skip to content

Commit

Permalink
Add esql getting started notebook (#201)
Browse files Browse the repository at this point in the history
* Add esql getting started notebook

* Enclose name with special characters in backticks

* Move to esql folder, remove subclient usage

* Remove subclient import

* Clear outdated output

* Add introduction, additional markdown information cells

* Add esql notebook to exempt list

* Add tech preview warning

* Add comment to clarify getpass usage
  • Loading branch information
leemthompo authored Mar 13, 2024
1 parent a901e4c commit 9166206
Show file tree
Hide file tree
Showing 2 changed files with 1,403 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/find-notebooks-to-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
# add any notebooks that are currently not testable to the exempt list
EXEMPT_NOTEBOOKS=(
"notebooks/esql/esql-getting-started.ipynb"
"notebooks/search/07-inference.ipynb"
"notebooks/search/08-learning-to-rank.ipynb"
"notebooks/langchain/langchain-vector-store.ipynb"
Expand Down
Loading

0 comments on commit 9166206

Please sign in to comment.