:::info
:bulb: This page is a note about how to custom tool with LangChain
:::
Python=3.10.0
langchain=0.0.320
:memo: Methods
:small_blue_diamond: tool: Use decorator @tool
:small_blue_diamond: Tool: Use Tool.from_function
PHM Developer changed a year agoView mode Like Bookmark
Step0: before getting started…
you need poetry → https://blog.kyomind.tw/python-poetry/
💡 Poetry: Dependency Management for Python
Poetry helps you declare, manage and install dependencies of Python projects
Step1: READ CONTRIBUTING.md
CONTRIBUTING.md
use makefile to build the project
PHM Doc Viewer changed a year agoView mode Like Bookmark