You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyze Messages / Conversations based on LangFuse Traces
Getting started
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pip show langfuse
cp .env.example .env
vi .env
vi main.py (Update messages_log_file and selectfunction, that you want to be executed)
python3 main.py