Systems | Development | Analytics | API | Testing

Blog

What is "except Exception as e" in Python?

except Exception as e is a construct in Python used for exception handling. It allows you to catch exceptions that occur during the execution of a block of code by using a try block to wrap the code that might raise an exception, and an except block to catch and handle the exception. The Exception part specifies that any exception of this type or its subclasses should be caught, and the as e part assigns the caught exception to a variable e, which you can then use to access details about the exception.

Transforming Enterprise Operations with Gen AI

Enterprises are beginning to implement gen AI across use cases, realizing its enormous potential to deliver value. Since we are all charting new technological waters, being mindful of recommended strategies, pitfalls to avoid and lessons learned can assist with the process and help drive business impact and productivity. In this blog post, we provide a number of frameworks that can help enterprises effectively implement and scale gen AI while avoiding risk.

Business Process Orchestration vs. Automation-What's the Difference?

As automation capabilities grow, so do the related use cases. It’s not surprising that 80% of executives think automation can be applied to any business decision, according to a Gartner survey. But as implementation becomes easier and automation adoption more prevalent, your organization can quickly lose control, with too many automation projects happening in silos.

Workflow Orchestration: Key Facts and 5 Best Practices

If you think workflow orchestration sounds like tech jargon, check out this simple explanation and consider practical advice for how to apply it to your business processes. Let’s start with the basics: what is workflow orchestration? Put simply, workflow orchestration is the end-to-end management of people, digital workers, systems, and data in a process.

Build a scalable and up-to-date generative AI chatbot with Amazon Bedrock and Confluent Cloud for business loan specialists

In this post, we demonstrate how a robust and scalable generative artificial intelligence (GenAI) chatbot is built using Amazon Bedrock and Confluent Cloud. We walk through the architecture and implementation of this generative AI chatbot, and see how it uses Confluent's real-time event streaming capabilities along with Amazon's infrastructure to continually stay up to date with the latest advances from the AI landscape.

TruLens Snowflake OSS

When Snowflake acquired the TruEra AI Observability platform, we committed to keeping TruLens open source. We’re not only keeping that promise; we’re emphasizing it. Our goal remains to support LLM app developers in creating trustworthy generative AI applications. In the weeks since the acquisition, we have already added ecosystem-friendly enhancements including: We plan to continue making enhancements and improvements that benefit the community at large, whether on Snowflake or not.

Surprise, your data warehouse can RAG

If you’re one of the cool kids building AI-based products you’ve probably heard of — or are already doing — RAG. If you’re not, let me tell you what RAG is before telling you one weird fact about it. “Retrieval-Augmented Generation” is nothing more than a fancy way of saying “including helpful information in your LLM prompt.” Still, there are many ways to do it and many questions to answer when building a RAG pipeline.

Maximizing Design and Performance with API Observability

Struggling with API issues? API observability may have the solution. It reveals the critical insights that hide within API metrics, logs, and traces, offering you the power to diagnose and fix problems swiftly. In this article, we detail what API observability is, how it benefits your systems, and the ways it supersedes traditional monitoring to keep your digital services operating at peak performance.