LangWatch支持本地安装部署,以下是具体步骤:
基础安装步骤
- clone warehouse::
git clone https://github.com/langwatch/langwatch.git
- 复制环境配置::
cp langwatch/.env.example langwatch/.env
- 构建容器::
docker compose up --build
开发环境配置
- 启动基础服务::
docker compose up redis postgres opensearch
- Installation of dependencies::
make install
- Launch platform::
make start
完成安装后,可以通过浏览器访问http://localhost:5560
进入平台界面。对于新手来说,建议从基础安装开始,熟悉平台后再根据需要配置开发环境。
This answer comes from the articleLangWatch: A Visualization Tool for Monitoring and Optimizing LLM Processes Based on the DSPy FrameworkThe