Skip to content

Web calls that aren't currently support by the Langfuse Python library

Notifications You must be signed in to change notification settings

invisiblethreat/langfuse_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langfuse-web

Not all of the methods you might need for interacting with Langfuse are available through their API library. This makes use of requests.Session to use the web interface pull all prompts and delete prompts.

Functions

  • get_all_prompts
  • delete_prompt

Setup

The following environment variables are expected to exist:

LANGFUSE_HOST
LANGFUSE_PROJECT
LANGFUSE_EMAIL
LANGFUSE_PASSWORD

pip3 install python-dotenv and employing an .env file is a method frequently employed to manage this requirement

About

Web calls that aren't currently support by the Langfuse Python library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages