Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Hi @Vandivier,

After the update where we open sourced all product features (blog), there are a couple of remaining enterprise APIs that require a license.

If you want to run Langfuse OSS, you can run the published container images (see self-hosting docs) or built from source as long as you do not provide a license key. This will make sure that none of the non-FOSS features are available which are located in the /ee folders.

In this example specifically @/src/ee/features/admin-api/server/projects/createProject is imported in web/src/pages/api/public/projects/index.ts which includes a check whether the admin-api is available (permalink) before the ee code gets executed.

We'd love to offer a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcklingen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants