Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Roadmap] langfuse integration for prompt tracking / metrics #620

Open
sammcj opened this issue Aug 13, 2024 · 0 comments
Open

[Roadmap] langfuse integration for prompt tracking / metrics #620

sammcj opened this issue Aug 13, 2024 · 0 comments

Comments

@sammcj
Copy link

sammcj commented Aug 13, 2024

Why

Langfuse is a really useful open source LLM observability tool that's great for tracking prompts, models, RLHF feedback etc...

github.com/langfuse/langfuse

Description

I'm assuming the setup from a user perspective would be similar to in other apps (e.g. open-webui) you provide the langfuse host, the private and public api keys.

Integration with langfuse seems quite easy, e.g.

import { Langfuse } from "langfuse";

const langfuse = new Langfuse({
  secretKey: "sk-lf-230f162b-5b53-4af5-8c91-76ca805b8751",
  publicKey: "pk-lf-41874d5b-4620-471e-8cc7-ed31c65999df",
  baseUrl: "https://langfuse.icu.lol"
});

Requirements

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant