Skip to content

Commit 9166206

Browse files
authored
Add esql getting started notebook (#201)
* 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
1 parent a901e4c commit 9166206

File tree

2 files changed

+1403
-0
lines changed

2 files changed

+1403
-0
lines changed

bin/find-notebooks-to-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
# add any notebooks that are currently not testable to the exempt list
33
EXEMPT_NOTEBOOKS=(
4+
"notebooks/esql/esql-getting-started.ipynb"
45
"notebooks/search/07-inference.ipynb"
56
"notebooks/search/08-learning-to-rank.ipynb"
67
"notebooks/langchain/langchain-vector-store.ipynb"

0 commit comments

Comments
 (0)