telegrame

This commit is contained in:
Bagatur
2023-12-07 17:10:47 -08:00
parent d1a0140659
commit 76fb19f205
2 changed files with 2 additions and 0 deletions

View File

@@ -286,6 +286,8 @@ cp langchain/tests/integration_tests/test_compile.py partners/openai/tests/integ
cp -r ../.scripts/community_split/libs/* .
cp community/tests/integration_tests/vectorstores/fake_embeddings.py langchain/tests/integration_tests/cache/
mv community/tests/{unit_tests,integration_tests}/document_loaders/test_telegram.py
g grep -l 'integration_tests\.vectorstores\.fake_embeddings' community/tests | xargs sed -i '' 's/integration_tests\.vectorstores\.fake_embeddings/integration_tests.cache.fake_embeddings/g'
cd core