Likhith SPlikhithsp.hashnode.dev·Dec 3, 2024Setting Up Your First React Application: Step-by-Step GuideIntroduction Are you ready to dive into the world of modern web development? React is one of the most popular libraries for building dynamic and interactive user interfaces, especially for single-page applications. This guide walks you through the ba...DiscussReact
Umesh Panditumeshpandit.hashnode.dev·Nov 8, 2024Harnessing AI in Microsoft 365: A Beginner's Guide to Azure OpenAI and Microsoft CopilotThe Azure OpenAI Service together with Microsoft Copilot forms an incredibly powerful AI-powered ecosystem and makes tasks easier across applications like Microsoft Word, Excel, and Teams. My intention with this guide is to help you come away with an...DiscussMicrosoft 365
Umesh Panditumeshpandit.hashnode.dev·Nov 7, 2024How to Use Microsoft Copilot for Azure: A Step-by-Step GuideAzure has been a leading cloud platform for businesses, but the introduction of Microsoft Copilot for Azure adds a whole new level of automation and intelligence. This AI-powered assistant promises to simplify cloud management, provide deep insights,...Discuss·91 readscopilot
Aman jaindevnook.hashnode.dev·Oct 11, 2024Step-by-Step Guide to Building Your First Laravel 11 ProjectIn this article, we will explore how to set up a Laravel application using the command line interface. Laravel 11 was officially released on March 12th, 2024, with support for bug fixes ensured until September 3rd, 2025, and security fixes until Mar...DiscussLaravel Serieslaravel 11
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Oct 10, 20247. Guide to the Final Stage: Response Generation in Simple RAGWelcome to the seventh and final article in our series on Retrieval-Augmented Generation (RAG) explaining the stpes. In the previous articles, we thoroughly explored each step of the RAG process, from understanding what RAG is to retrieving data usin...DiscussImplementing RAG systems from Scratch in-depthRAG
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 26, 20246. Understanding Retrievers in detail -LangChain Retriever MethodsThis is the 6th article in my Retrieval-Augmented Generation (RAG) series. In previous articles, we explored what RAG is and how to create a vector store. Now, we’ll cover the next critical step—retrieving data from vector stores. This is a core comp...Discuss·1 like·44 readsImplementing RAG systems from Scratch in-depthRAG
Samantha Leeprintablecollection.hashnode.dev·Sep 20, 202410 Essential Steps to Create a Monthly Budget That WorksCreating a monthly budget is a vital tool for achieving financial stability. However, many individuals struggle with crafting a budget that is practical, realistic, and sustainable. Whether you're looking to save money, pay off debt, or simply gain c...Discussbudget
Cañete,Brandon L.git-fundamentals-documentation.hashnode.dev·Sep 20, 2024Using Git for Version Control on PythonAnywhereThis is a step step process on how to commit in github using PythonAnywhere Bash console Initializing Git First go to pythonanywhere.com and login to your account Second go to the Bash console Third list all the directories or folder save on your ...Discuss·30 readsGit
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 7, 20244. Embeddings Explained - Next in RAG SeriesIn our previous article, we explored and discussed the concept of splitting documents into chunks. Now, we'll talk next crucial step: embeddings. For this purpose, we use embedding models. They take input and convert it into a numerical representatio...Discuss·38 readsImplementing RAG systems from Scratch in-depthvector embeddings
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 4, 20243. RAG - Document Splitting: A Simplified GuideThis is the third article of the series Implementing RAG systems from Scratch in-depth . In the document ingestion pipeline, after the first step of loading the document, the next crucial step is splitting the data. But why is splitting necessary? W...Discuss·42 readsImplementing RAG systems from Scratch in-depthlatestech