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

implement langfuse #200

Open
tomlynchRNA opened this issue May 7, 2024 · 1 comment
Open

implement langfuse #200

tomlynchRNA opened this issue May 7, 2024 · 1 comment
Assignees

Comments

@tomlynchRNA
Copy link
Collaborator

tomlynchRNA commented May 7, 2024

https://langfuse.com/docs/get-started

At first, just research the feasibility, etc and comment with thoughts on what it would take to implement @charl3sj .

@tomlynchRNA tomlynchRNA self-assigned this May 7, 2024
@charl3sj
Copy link
Collaborator

charl3sj commented May 9, 2024

From a quick glance it seems like:

  • To be able to self-host, there's a dependency on postgres. That means we'll have to run 2 additional docker containers in our setup- one for langfuse itself, and the second for postgres.
  • The most useful/relevant bit for us, at the moment, is the langchain integration as documented here. I imagine it will be pretty useful to setup a callback handler and pass it while instantiating Agents. This is probably the only setup required and seems easy. IMO, it's worth giving it a spin and understanding how useful it really is in practice.

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

No branches or pull requests

2 participants