Skip to content

Commit

Permalink
[CI Fix] fix ci issues with langchain response changes (#287)
Browse files Browse the repository at this point in the history
* fix ci issues with langchain response changes

* fix issue

* update notebook runner

* update info

* add mask

* typo
  • Loading branch information
joemcelroy authored Jul 8, 2024
1 parent bb10ce9 commit 58732ce
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 47 deletions.
5 changes: 4 additions & 1 deletion bin/find-notebooks-to-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ EXEMPT_NOTEBOOKS__8_12=(

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

# this function parses a version given as M[.N[.P]] or M[_N[_P]] into a numeric form
Expand Down
2 changes: 2 additions & 0 deletions notebooks/langchain/.nbtest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
masks:
- "^.* ElasticsearchWarning: .*$"
Loading

0 comments on commit 58732ce

Please sign in to comment.