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
```
2024-01-02 15:32:16 -05:00
..
chat_models docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 2024-01-02 15:32:16 -05:00
python Add python,pandas,xorbits,spark agents to experimental (#11774) 2023-10-13 17:36:44 -04:00
rl_chain docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 2024-01-02 15:32:16 -05:00
__init__.py black formatting 2023-09-11 13:33:43 -04:00
conftest.py Add conftest file to langchain experimental (#9886) 2023-08-28 17:52:16 -07:00
fake_llm.py docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 2024-01-02 15:32:16 -05:00
test_bash.py add LLMBashChain to experimental (#11305) 2023-10-02 16:00:14 -04:00
test_data_anonymizer.py langchain-experimental: Add allow_list support in experimental/data_anonymizer (#11597) 2023-10-11 14:50:41 -07:00
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 2023-12-21 13:45:42 -08:00
test_llm_bash.py add LLMBashChain to experimental (#11305) 2023-10-02 16:00:14 -04:00
test_llm_symbolic_math.py Add SymbolicMathChain to experiment in preparation for deprecation (#11129) 2023-10-05 13:54:43 -04:00
test_logical_fallacy.py adding new chain for logical fallacy removal from model output in chain (#9887) 2023-09-03 15:44:27 -07:00
test_mock.py Harrison/move experimental (#8084) 2023-07-21 10:36:28 -07:00
test_pal.py remove code (#8425) 2023-07-28 13:19:44 -07:00
test_reversible_data_anonymizer.py langchain-experimental: Add allow_list support in experimental/data_anonymizer (#11597) 2023-10-11 14:50:41 -07:00
test_smartllm.py docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 2024-01-02 15:32:16 -05:00
test_sql.py Add memory to sql chain (#8597) 2023-10-03 12:04:39 -07:00
test_tot.py core[patch], langchain[patch]: fix required deps (#14373) 2023-12-07 14:24:58 -08:00