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
blob42 201ecdc9ee fix run and exec_run default commands, actually use gVisor
- run and exec_run need a separate default command. Run usually executes
  a script while exec_run simulates an interactive session. The image
  templates and run funcs have been upgraded to handle both
  types of commands.

- test: make docker tests run when docker is installed and docker lib
  avaialble.
  - test that runsc runtime is used by default when gVisor is installed.
    (manually removing gVisor skips the test)
1 year ago
..
agents rfc: callback changes (#1165) 1 year ago
callbacks rfc: callback changes (#1165) 1 year ago
chains Added constitutional chain. (#1147) 1 year 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) 1 year ago
prompts Harrison/prompt template prefix (#888) 1 year ago
utilities Centralize logic for loading from LangChainHub, add ability to pin dependencies (#805) 1 year ago
__init__.py initial commit 2 years ago
test_bash.py Optionally return shell output on incorrect command (#894) (#899) 1 year ago
test_docker.py fix run and exec_run default commands, actually use gVisor 1 year ago
test_formatting.py initial commit 2 years ago
test_python.py Harrison/tools exp (#372) 1 year ago
test_sql_database.py Sql alchemy commands used in table info (#1135) 1 year ago
test_sql_database_schema.py Sql alchemy commands used in table info (#1135) 1 year ago
test_text_splitter.py Harrison/fix splitting (#563) 1 year ago