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
Martin Krasser 93260a9922
Fix broken `make` targets `format_diff` and `lint_diff` (#8344)
Since the refactoring into sub-projects `libs/langchain` and
`libs/experimental`, the `make` targets `format_diff` and `lint_diff` do
not work anymore when running `make` from these subdirectories. Reason
is that

```
PYTHON_FILES=$(shell git diff --name-only --diff-filter=d master | grep -E '\.py$$|\.ipynb$$')
```

generates paths from the project's root directory instead of the
corresponding subdirectories. This PR fixes this by adding a
`--relative` command line option.

- Tag maintainer: @baskaryan
1 year ago
..
langchain_experimental Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
tests Tree of Thought introducing a new ToTChain. (#5167) 1 year ago
Makefile Fix broken `make` targets `format_diff` and `lint_diff` (#8344) 1 year ago
README.md
poetry.lock remove CVEs (#8092) 1 year ago
poetry.toml
pyproject.toml bump experimental to 005 (#8339) 1 year ago

README.md

🦜🧪 LangChain Experimental

This repository holds more experimental LangChain code.