Skip to content

2.3.6 Satellite: langfuse

av edited this page Sep 14, 2024 · 1 revision

Langfuse screenshot

🪢 Open source LLM engineering platform.

Starting

Spin up with:

# [Optional] Pull the langfuse images
# ahead of starting the service
harbor pull langfuse

# Start the service
harbor up langfuse

The value is in connecting Langfuse to the other services with OpenAI-compatible APIs, such as litellm. In order to do that - you should setup public/secret keys (unforrunately no way to pre-configure on Harbor's end).

When langfuse is running, open its UI with:

harbor open langfuse

You'll land on the Project's dashboard - open the "Settings" and create new API keys.

Grab the values from the opened modal and pass them back to the Harbor:

harbor config set langfuse.secret_key '<secret key>'
harbor config set langfuse.public_key '<public key>'
Clone this wiki locally