samborges.hashnode.devWhat the Heck is RAG? And How to Build ItWhat You’ll Learn Overview of Retrieval-Augmented Generation (RAG) Components of RAG (indexing, retrieval, augmentation, generation) How to build a naive RAG workflow in Python TL;DR Retrieval-Augmented Generation (RAG) is a technique that enhan...Feb 27, 2024·6 min read
samborges.hashnode.devIntegrate UiPath and Google Apps Scripts using Orchestrator APITL;DR This article walks you through integrating UiPath with Google Workspace products to automate workflows by connecting to the UiPath Orchestrator API using Google Apps Script. Learn how to create queue items, read from queues, and start jobs. Ess...Feb 7, 2024·8 min read