Update README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,15 @@ short_description: Example on using Langfuse to trace Gradio applications.
|
|
15 |
|
16 |
This is a Gradio example template that showcases how to integrate a Gradio application with Langfuse for LLM Observability and Evaluation. Check out [this cookbook](https://langfuse.com/docs/integrations/other/gradio) for a step-by-step explanation of the code.
|
17 |
|
18 |
-
Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
|
19 |
-
|
20 |
## What is Langfuse?
|
21 |
|
22 |
-
[Langfuse](https://langfuse.com) is an open-source LLM engineering platform that helps build reliable LLM applications via LLM Application Observability, Evaluation, Experiments, and Prompt Management.
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## What is Gradio?
|
25 |
|
@@ -32,3 +36,5 @@ This template will show you how to
|
|
32 |
1. Build a simple chat interface in Python and rendering it using [Gradio `Chatbot`](https://www.gradio.app/docs/gradio/chatbot)
|
33 |
2. Add [Langfuse Tracing](https://langfuse.com/docs/tracing) to the chatbot
|
34 |
3. Implement additional Langfuse tracing features used frequently in chat applications: [chat sessions](https://langfuse.com/docs/tracing-features/sessions), [user feedback](https://langfuse.com/docs/scores/user-feedback)
|
|
|
|
|
|
15 |
|
16 |
This is a Gradio example template that showcases how to integrate a Gradio application with Langfuse for LLM Observability and Evaluation. Check out [this cookbook](https://langfuse.com/docs/integrations/other/gradio) for a step-by-step explanation of the code.
|
17 |
|
|
|
|
|
18 |
## What is Langfuse?
|
19 |
|
20 |
+
[Langfuse](https://langfuse.com) is an open-source LLM engineering platform that helps build reliable LLM applications via LLM Application Observability, Evaluation, Experiments, and Prompt Management.
|
21 |
+
|
22 |
+
Langfuse can either be [self-hosted](https://langfuse.com/self-hosting), used via the [Langfuse Cloud](https://cloud.langfuse.com) or deplyoed on Hugging Face Spaces. The [Langfuse Hugging Face Space](https://huggingface.co/spaces/langfuse/langfuse-template-space) allows you to get up and running with a deployed version of Langfuse with just a few clicks. Within a few minutes, you'll have this default Langfuse dashboard deployed and ready for you to connect to from your local machine.
|
23 |
+
|
24 |
+
<a href="https://huggingface.co/spaces/langfuse/langfuse-template-space">
|
25 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" />
|
26 |
+
</a>
|
27 |
|
28 |
## What is Gradio?
|
29 |
|
|
|
36 |
1. Build a simple chat interface in Python and rendering it using [Gradio `Chatbot`](https://www.gradio.app/docs/gradio/chatbot)
|
37 |
2. Add [Langfuse Tracing](https://langfuse.com/docs/tracing) to the chatbot
|
38 |
3. Implement additional Langfuse tracing features used frequently in chat applications: [chat sessions](https://langfuse.com/docs/tracing-features/sessions), [user feedback](https://langfuse.com/docs/scores/user-feedback)
|
39 |
+
|
40 |
+
🙏 Thank you to [@tkmamidi](https://github.com/tkmamidi) for the original implementation and contributions to this notebook.
|