怎么部署langfuse
参考:
https://github.com/langfuse/langfuse
1.使用docker部署
下载代码部署
# Clone repository
git clone https://github.com/langfuse/langfuse.git
cd langfuse
# Run server and database
docker compose up -d
- web访问
# http://ip:3000
使用邮箱注册一个账号使用
2024-09-27补充开始
怎么升级
- 停止
# docker-compose down
- 下载最新镜像
# docker pull langfuse/langfuse:
- 启动
# docker-compose up -d
查看版本已经是最新版本
2024-09-27补充结束