Skip to content

Commit 58732ce

Browse files
authored
[CI Fix] fix ci issues with langchain response changes (#287)
* fix ci issues with langchain response changes * fix issue * update notebook runner * update info * add mask * typo
1 parent bb10ce9 commit 58732ce

File tree

4 files changed

+391
-47
lines changed

4 files changed

+391
-47
lines changed

bin/find-notebooks-to-test.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ EXEMPT_NOTEBOOKS__8_12=(
4949

5050
EXEMPT_NOTEBOOKS__8_14=(
5151
# Add any notebooks that must be skipped on versions 8.14 or older here
52-
"notebooks/search/09-semantic-text.ipynb"
52+
"notebooks/search/09-semantic-text.ipynb",
53+
# This notebook has the text_expansion deprecation notice for 8.15.
54+
# Only running on 8.15 so includes the deprecation notice and newer so the local output is the same as CI
55+
"notebooks/langchain/langchain-vector-store-using-elser.ipynb",
5356
)
5457

5558
# this function parses a version given as M[.N[.P]] or M[_N[_P]] into a numeric form

notebooks/langchain/.nbtest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
masks:
2+
- "^.* ElasticsearchWarning: .*$"

0 commit comments

Comments
 (0)