You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/experimental/tests/unit_tests
Bagatur 480626dc99
docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412)
…tch]: import models from community

ran
```bash
git grep -l 'from langchain\.chat_models' | xargs -L 1 sed -i '' "s/from\ langchain\.chat_models/from\ langchain_community.chat_models/g"
git grep -l 'from langchain\.llms' | xargs -L 1 sed -i '' "s/from\ langchain\.llms/from\ langchain_community.llms/g"
git grep -l 'from langchain\.embeddings' | xargs -L 1 sed -i '' "s/from\ langchain\.embeddings/from\ langchain_community.embeddings/g"
git checkout master libs/langchain/tests/unit_tests/llms
git checkout master libs/langchain/tests/unit_tests/chat_models
git checkout master libs/langchain/tests/unit_tests/embeddings/test_imports.py
make format
cd libs/langchain; make format
cd ../experimental; make format
cd ../core; make format
```
9 months ago
..
chat_models docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
python
rl_chain docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
__init__.py
conftest.py
fake_llm.py docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
test_bash.py
test_data_anonymizer.py
test_imports.py
test_llm_bash.py
test_llm_symbolic_math.py
test_logical_fallacy.py
test_mock.py
test_pal.py
test_reversible_data_anonymizer.py
test_smartllm.py docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 9 months ago
test_sql.py
test_tot.py