Home / Companies / Langfuse / Blog / July 2023

July 2023 Summaries

3 posts from Langfuse

Filter
Month: Year:
Post Summaries Back to Blog
Langfuse has developed a Q&A chatbot to assist users in navigating their documentation, leveraging technologies like OpenAI's GPT-3.5-turbo for generating responses and Supabase for managing embeddings and storage. The chatbot utilizes embeddings of markdown files to perform similarity searches and generate contextually relevant answers, with a GitHub Action workflow updating the embeddings regularly. Langfuse monitors the chatbot's performance, usage, and quality through their own platform, capturing user feedback and tracing response processes to improve the system. By offering this tool, they aim to enhance user experience and demonstrate Langfuse's capabilities in observability and analytics, while all code remains open source on GitHub for transparency and community engagement.
Jul 31, 2023 516 words in the original blog post.
The showcase demonstrates the integration of Langfuse with chatbots using the Langfuse Typescript SDK, focusing on the seamless interaction between users and AI. Leveraging the Langfuse UI, it captures user interactions as single traces, collecting data such as token usage and user feedback for quality assessment. An open-source ai-chatbot template by Vercel AI team, featuring Next.js, Vercel AI SDK, and OpenAI Edge runtime, serves as the implementation foundation. The integration enables real-time streaming responses, tracing, asynchronous handling, and feedback collection with minimal latency. By associating feedback with individual messages, the system enhances the ability to debug and analyze user interactions. The SDK facilitates both backend and frontend operations, allowing developers to log user feedback safely and effectively. The project, actively developed in open source, invites community collaboration through GitHub and Discord, offering extensive documentation and support for developers interested in adopting Langfuse in their applications.
Jul 21, 2023 963 words in the original blog post.
Langfuse is an open-source product analytics tool designed for LLM applications, aimed at addressing the unique challenges of tracking and analyzing quality, cost, and latency in these complex software environments. Developed by Max, Marc, and Clemens as part of the Winter 2023 YC batch, Langfuse helps companies monitor how LLM applications perform by offering insights into user behavior and application outputs, which can often be inaccurate or poorly formatted. It measures quality through user feedback and model-based scoring, while also providing detailed metrics on cost and latency, broken down by various parameters such as user and geography. Langfuse offers integrations through Python and Typescript SDKs for easy monitoring and a frontend SDK for capturing user feedback. Its debugging UI helps developers inspect app executions and troubleshoot quality issues, and the platform can be self-hosted or used via a managed cloud version with a free tier.
Jul 19, 2023 486 words in the original blog post.