Category: Allgemein

  • Leveraging Django’s ASGI Capabilities for an Efficient Chat Application with OpenAI’s ChatGPT

    Leveraging Django’s ASGI Capabilities for an Efficient Chat Application with OpenAI’s ChatGPT

    Introduction Modern web applications, especially those requiring real-time interactions such as chat services, need to be efficient and responsive. This blog explores the advantages of using Django’s asynchronous capabilities for building a chat application that interfaces with OpenAI’s ChatGPT. I will guide you through setting up your Django project, implementing both synchronous and asynchronous request…

  • Single Date Picker in Power BI

    Single Date Picker in Power BI

    In the sphere of data analysis and visualization, Power BI emerges as a leading tool, adept at turning raw data into comprehensive reports and dashboards. Despite its strengths, we’ve found it lacking a specific, commonly used feature: the integration of a single date picker within a report. This feature, surprisingly not included by default, is…

  • Automated Power BI Testing with Selenium

    Automated Power BI Testing with Selenium

    Working with Power BI can become challenging as the size and complexity of your workspaces increase. Initially, managing a few reports linked to your dataset is straightforward. However, as the number of reports and their dependencies grow, keeping track of everything becomes more difficult. Power BI offers the option to see, what artefacts in your…

  • Integrating AI in the Wine Market and Beyond: A Blueprint for Market Revolution

    Integrating AI in the Wine Market and Beyond: A Blueprint for Market Revolution

    In an era where technology continually reshapes consumer experiences, the wine industry, much like other nuanced markets, stands on the cusp of a revolution. The complexity of wine selection, compounded by the subjective nature of taste, presents a unique challenge and an expansive opportunity. At Syntera, we envision a future where AI not only demystifies…

  • Analyse bexio Data with Power BI

    Analyse bexio Data with Power BI

    Like many other SME in Switzerland, we are using bexio as our administration and accounting tool. bexio allows for some limited standardized reporting within the service but we needed more flexibility. So we created our own report with Power BI, focusing mainly on two points: Our report allows to compare liquid assets year over year…

  • Cultivating Intelligence: The Data-Backed Future of Vertical Farming

    Cultivating Intelligence: The Data-Backed Future of Vertical Farming

    Introduction: Data-Driven Cultivation – Where Science Meets Innovation In the realm of modern agriculture, a profound shift is underway — a harmonious blend of science and innovation that’s shaping the future of farming. Imagine a world where plant growth is deciphered through data, where technology orchestrates a seamless partnership with nature. In this blog, we…

  • Customizing ChatGPT: Answering Questions about Your Own Data with Embeddings

    Customizing ChatGPT: Answering Questions about Your Own Data with Embeddings

    ChatGPT is trained on a large set of data but what if you want it to answer questions about your own data, for example building a chatbot that answers questions about your knowledge base? The answer is embeddings and in this blog post I explain the underlying mechanisms and how to implement them. The code…

  • AI-Driven Ticket Management: Implementing ChatGPT and Python for IT Support

    AI-Driven Ticket Management: Implementing ChatGPT and Python for IT Support

    Introduction Efficient ticket classification is vital in IT support, enabling teams to streamline processes, allocate resources effectively, enhance customer experience, gain data-driven insights, and optimize workflows. What if we could achieve all of this rapidly through the power of ChatGPT and Python? In this blog post, we delve into the world of rapid prototyping for…