May 4, 2024 No Comments

Django + Apple Authentication: Elevate Your App’s Security with This Comprehensive Guide

Introduction We are excited to delve into another dimension of social authentication within Django: integrating Apple authentication into your applications. By expanding our array of authentication methods, we aim to offer users even smoother sign-in experiences. This initiative follows our successful implementation of Google and Facebook authentication using Django-Allauth, which notably enhanced user engagement. Social […]

May 2, 2024 No Comments

Django + Facebook Authentication: Elevate Your App’s Security with This Comprehensive Guide

Introduction We’re pleased to discuss a new aspect of social authentication in Django: adding Facebook authentication to your apps. We’re increasing the number of authentication methods available to customers to give them even more seamless sign-in experiences. This comes after we successfully implemented Google authentication using Django-Allauth and improved user engagement. Social login features like […]

April 29, 2024 2 Comments

Leverage Phi-3: Exploring RAG based Q&A with Microsoft’s Phi-3

Introduction Microsoft’s Phi-3 model represents a significant advancement in the field of language models, offering remarkable capabilities in a compact size. This model stands out as a game-changer, providing functionalities comparable to larger models while requiring less training data. Microsoft’s decision to launch Phi-3 reflects its commitment to enhancing AI models’ contextual understanding and response […]

April 20, 2024 No Comments

Retrieval Augmented Generation(RAG) tutorial using OpenAI and Langchain

Introduction In a world overflowing with information, finding the right answers quickly is crucial. Imagine having a virtual assistant that not only understands your questions but also provides responses with a touch of intelligence. That’s where the magic of Langchain and OpenAI comes in! In this blog, we’ll embark on a journey to create a […]

April 17, 2024 No Comments

Handle Long Pause Between Bot Responses Using Dialogflow

Why does audio need to be included in interactions between users and bots? In a conversational AI-enabled voice bot, in case of obtaining data from a database or requesting information from LLM models like ChatGPT, Claude, Gemini, or LLaMA, there’s inevitably a delay while waiting for updates or responses, often leading to an awkward pause […]

February 17, 2024 No Comments

Selenium Simplified: Exploring The Benefits Of Robot Framework For Automation

Introduction Data scraping with Selenium in Robot Framework lets you automate web scraping jobs using Selenium, a tool for web automation. It helps you navigate websites, interact with elements, and gather data. Here’s a simple guide to start with data scraping using Selenium in Robot Framework. Robot Framework’s keyword-driven approach simplifies test creation and maintenance, […]

February 15, 2024 No Comments

Robot Framework Basics: Step-by-Step Test Tutorial For Beginners

Introduction Robot Framework is an open-source test automation framework, widely used for acceptance testing and robotic process automation (RPA). It provides a simple, easy-to-use syntax that allows both technical and non-technical users to create test cases and automation scripts. The framework is written in Python but is designed to be language-agnostic, allowing users to implement […]

February 13, 2024 No Comments

Apache Airflow Essentials: A Comprehensive Guide To Create Airflow Workflows For Beginners

Introduction Welcome to our comprehensive guide on Apache Airflow essentials! In this blog, we’ll delve into the core concepts and practical steps to create effective workflows using Apache Airflow, an open-source framework renowned for its versatility and scalability. Whether you’re a beginner venturing into workflow management or an experienced user seeking to enhance your skills, […]

Thanks!