JVM clients for Langfuse
Project provides various JVM clients for Langfuse
Clients are generated from Langfuse OpenAPI specification.
- Spring Client built on top of Webclient.
Create .env
file in root directory and add your API keys:
LANGFUSE_SECRET_KEY="sk-lf-..."
LANGFUSE_PUBLIC_KEY="pk-lf-..."
LANGFUSE_HOST="https://cloud.langfuse.com" # 🇪🇺 EU region
# LANGFUSE_HOST="https://us.cloud.langfuse.com" # 🇺🇸 US region
Building project locally:
mvn clean verify
or
make build