Systems | Development | Analytics | API | Testing

%term

2024 Gartner Magic Quadrant: ThoughtSpot leads with GenAI

The 2024 Gartner Magic Quadrant for Analytics and BI Platforms just dropped, and we’re thrilled to announce that ThoughtSpot was recognized as a Leader in the report. But, we aren’t the only ones finding ourselves in a new position this year. The analytics and BI space has undergone some of the most significant shifts in over a decade, an aftershock of generative AI.

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.

Qlik Cloud Analytics - Art of the Possible, Embedding Qlik, Capabilities Recap and Getting Started

Join Principal Technical Marketing Manager Mike Tarallo and Senior Web Developer Ouadie Limouni as the team up once again to show you what is possible and what you may have missed in the Qlik Cloud platform. Witness the art of the possible, sophisticated and simple embedding, and a recent recap of the capabilities that make Qlik a leader for 14 years in the Gartner Magic Quadrant in Analytics and Business Intelligence Platforms.

Zoom Builds Enterprise AI Applications In The AI Data Cloud

Learn how Zoom built an internal enterprise AI tool that enables sales and marketing teams to directly ask questions to data through natural language. The security and governance of the AI Data Cloud enabled data scientists to confidently leverage its Cortex AI and Streamlit features to build the enterprise AI app.

Tabs or spaces? Merge vs. rebase? Let's settle it with confluent-kafka-javascript

Tabs or spaces? Merge vs. rebase? Flink SQL vs. KStreams? Let’s Settle This is powered by a new Kafka JavaScript client from Confluent: confluent-kafka-javascript (early access). Find out how Lucia used it to make the website in the video above.

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.

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.