Analytics

Why Real-Time Data is Crucial to Developing Generative AI Models

Learn how GEP, an AI-powered supply chain and procurement company, harnesses real-time data streaming through Confluent Cloud to fuel its generative AI solutions. With seamless integration into Azure OpenAI services and GPT models, GEP’s generative AI chatbot delivers document summaries and risk management insights to its customers.

How Confluent Fuels Gen AI Chat Models with Real-Time Data

Discover how GEP, an AI-powered procurement company, utilized Confluent's data streaming platform to transform its generative AI capabilities. Integrating real-time data into their AI models enabled GEP to provide a contextual chat-based service. This chatbot allowed GEP customers to build their own tools simply by communicating in English with a chatbot.

Unleashing the Unique Power of Countly's Desktop SDKs

In an era dominated by mobile apps, desktop applications remain vital across numerous industries. From gaming to enterprise solutions, tracking desktop app performance, user behavior, and feedback is crucial. While mobile tracking is a well-established practice, companies also need to pay more attention to the importance of desktop tracking. Despite the importance of desktop applications, many analytics platforms remain heavily focused on mobile tracking.

Replication in Apache Kafka Explained | Monitoring & Troubleshooting Data Streaming Applications

Learn how replication works in Apache Kafka. Deep dive into its critical aspects, including: Whether you're a systems architect, developer, or just curious about Kafka, this video provides valuable insights and hands-on examples. Don't forget to check out our GitHub repo to get all of the code used in the demo, and to contribute your own enhancements.

Accelerate End-to-End RAG Development in Snowflake with New SQL Functions for Document Preprocessing

As organizations increasingly seek to enhance decision-making and drive operational efficiencies by making knowledge in documents accessible via conversational applications, a RAG-based application framework has quickly become the most efficient and scalable approach. As RAG-based application development continues to grow, the solutions to process and manage the documents that power these applications need to evolve with scalability and efficiency in mind. Until now, document preparation (e.g.

insightsoftware EPM

CFOs face the continual challenge of making sense of ever-increasing volumes of complex financial data. Enterprise performance management software, commonly known as EPM, is the solution. Traditionally, CFOs have faced a tough choice: an all-in-one EPM solution with limited functionality, or a best-of-breed approach that's complex to integrate. insightsoftware EPM offers the best of both worlds. The insightsoftware Platform supports comprehensive connected applications for planning, closing, disclosing, and analyzing, all working from the same consistent view of data.

Introducing pipe syntax in BigQuery and Cloud Logging

Writing complex SQL queries can be challenging, but BigQuery's new pipe syntax offers a more intuitive way to structure your code. Learn how pipe syntax simplifies both exploratory analysis and complex log analytics tasks, helping you gain insights faster. Watch along and discover how to leverage pipe syntax in BigQuery for a more efficient analytics experience. Chapters: Speaker: Jeff Nelson Products Mentioned: Cloud - Data Analytics - BigQuery.

Preparing the Consumer Fetch: Kafka Producer and Consumer Internals, Part 3

Welcome back to the third installment of our blog series where we’re diving into the beautiful black box that is Apache Kafka to better understand how we interact with the cluster through producer and consumer clients. Earlier in the series, we took a look at the Kafka producer to see how the client works before following a produce request as it’s processed by the cluster.