mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 19:18:48 +00:00
302 B
302 B
Contributing
To add a new project:
Make sure you have langchain-cli installed.
pip install -U langchain-cli
Create a new package
langchain hub new $PROJECT_NAME
This will set up the skeleton of a package. You can then edit the contents of the package as you desire.