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/tests/unit_tests
Shahriar Tajbakhsh b7747017d7
Import of `declarative_base` when SQLAlchemy <1.4 (#883)
In
[pyproject.toml](https://github.com/hwchase17/langchain/blob/master/pyproject.toml),
the expectation is `SQLAlchemy = "^1"`. But, the way `declarative_base`
is imported in
[cache.py](https://github.com/hwchase17/langchain/blob/master/langchain/cache.py)
will only work with SQLAlchemy >=1.4. This PR makes sure Langchain can
be run in environments with SQLAlchemy <1.4
2 years ago
..
agents Pass kwargs from initialize_agent into agent classmethod (#799) 2 years ago
callbacks Suggestions for better debugging (#765) 2 years ago
chains Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2 years ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore wip: add method for both docstore and embeddings (#119) 2 years ago
llms Import of `declarative_base` when SQLAlchemy <1.4 (#883) 2 years ago
prompts Harrison/prompt template prefix (#888) 2 years ago
utilities Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 2 years ago
__init__.py initial commit 2 years ago
test_bash.py Optionally return shell output on incorrect command (#894) (#899) 2 years ago
test_formatting.py initial commit 2 years ago
test_python.py Harrison/tools exp (#372) 2 years ago
test_sql_database.py Harrison/sql rows (#915) 2 years ago
test_sql_database_schema.py Fix sqlalchemy warnings when running tests (#733) 2 years ago
test_text_splitter.py Harrison/fix splitting (#563) 2 years ago