langchain[patch],community[minor]: Move some unit tests from langchain to community, use core for fake models (#21190)

This commit is contained in:
Eugene Yurtsev
2024-05-02 09:57:52 -04:00
committed by GitHub
parent c306364b06
commit c9119b0e75
14 changed files with 20 additions and 16 deletions

View File

@@ -6,7 +6,6 @@ set -eu
errors=0
# make sure not importing from langchain or langchain_experimental
git --no-pager grep '^from langchain\.' . && errors=$((errors+1))
git --no-pager grep '^from langchain_experimental\.' . && errors=$((errors+1))
# Decide on an exit status based on the errors