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
2023-07-27 01:56:55 -07:00
..
langchain_experimental Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00
tests Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00
Makefile Fix broken make targets format_diff and lint_diff (#8344) 2023-07-27 01:56:55 -07:00
poetry.lock remove CVEs (#8092) 2023-07-21 13:32:39 -07:00
poetry.toml Harrison/move experimental (#8084) 2023-07-21 10:36:28 -07:00
pyproject.toml bump experimental to 005 (#8339) 2023-07-26 21:46:28 -07:00
README.md Harrison/move experimental (#8084) 2023-07-21 10:36:28 -07:00

🦜🧪 LangChain Experimental

This repository holds more experimental LangChain code.