Building an Adaptive RAG System with LangGraph: Embedding Dynamic Query RoutingThis article highlights the concepts of Adaptive RAG (Retrieval-Augmented Generation). This LangGraph-based implementation brings us closer…Oct 13, 20244Oct 13, 20244
Building a Self RAG System with LangGraph: Now with Hallucination DetectionToday, we will enter an exciting advance: Self RAG (Retrieval-Augmented Generation). It’s an implementation using LangGraph, moving us…Oct 12, 20244Oct 12, 20244
Building a Corrective RAG System with LangGraph: Enhanced with Web SearchIn this rapidly changing world of AI and natural language processing, Retrieval-Augmented Generation (RAG) systems represent the current…Oct 12, 20241Oct 12, 20241
LLM Agent SOS: Best Practices and Considerations for ImplementationAs the technology of Large Language Models advances, its capacities in doing powerful reasoning pave up various applications across a range…Oct 11, 20241Oct 11, 20241
Published inDev GeniusLangGraph Chatbots: A Journey into Pretending You Understand AIIn today’s world, chatbots have become super popular. They offer a convenient way to interact with applications and services. But here’s…Jun 4, 20248Jun 4, 20248
Published inDev GeniusSpring Boot with R2DBC: A Match Made in Reactive Heaven (or Hell, if You’re a JDBC Purist)In the ever-evolving world of software development, reactive programming has gained significant traction due to its ability to handle…May 6, 2024May 6, 2024
Published inDev GeniusGenAI Microservice: Where AI Takes Over the Art of Writing E-Commerce Product Descriptions Nobody…In today’s fast-paced e-commerce landscape, providing compelling and informative product descriptions is crucial for attracting and…May 6, 20243May 6, 20243
How about simplifying VNode struct using alias variant?I tried re-writing the code like below.Feb 9, 2024Feb 9, 2024
Published inDev GeniusUnveiling the Power of Apache Airflow: Orchestrating Data Workflows with EaseWith Apache Airflow, an open-source data pipeline orchestration platform, developers and also data engineers can easily manage their…Jan 25, 2024Jan 25, 2024
Published inDev GeniusSeaography: A Quick Dive into GraphQL for Rust Backend DevelopmentThe Backend for Frontend (BFF) pattern is implemented using the de-facto standard GraphQL, which offers a flexible and efficient mechanism…Jan 22, 20244Jan 22, 20244
Published inDev GeniusRust Microservices 101: Sea ORM, Rocket, and PostgreSQL EssentialsIn this blog post, we discuss the process of creating a microservice using Rust, Sea ORM, and Rocket. In this section, we will discuss the…Jan 15, 2024Jan 15, 2024
Published inDev GeniusBoosting Performance with Quarkus: A Tale of Virtual ThreadsIn the world of today’s internet programs, speed is essential. The way you build your app can make a big difference in how it grows. This…Jan 3, 2024Jan 3, 2024
Published inDev GeniusExploring WebSockets with Golang and FiberWebSockets were created to build a bridge during the communication so that data can flow back and forth between client and server. This…Dec 29, 2023Dec 29, 2023
Published inDev GeniusBuilding a microservice with Rust and Actix-WebRust in particular is becoming a popular choice among robust, reliable programming languages--especially at the system-level. We will look…Dec 25, 2023Dec 25, 2023
Generative AI: Unlocking Knowledge with LlamaIndex and Hugging Face in an On-Premise SetupAs a General Knowledge teacher, you understand the importance of engaging students with interactive and dynamic learning experiences. In…Dec 16, 20231Dec 16, 20231
Generative AI | How To Solve Coreference Resolution Issues In Chat Bots?Memory plays a crucial role in conversational interfaces in providing a seamless and personalized user experience. LangChain, a powerful…Dec 2, 20231Dec 2, 20231
Unlocking Business Agility with Event-Driven ArchitectureIn the ever-evolving world of software architecture, Event-Driven Architecture (EDA) has emerged as a transformative style that enables…Nov 8, 2023Nov 8, 2023
TOGAF In NutshellIn the realm of enterprise software development and architecture, having a well-defined framework is crucial for aligning business goals…Oct 26, 2023Oct 26, 2023
Space-Based ArchitectureIn the ever-evolving landscape of software architecture, Space-Based Architecture has emerged as a powerful approach to building…Oct 24, 2023Oct 24, 2023
Generative AI: Retrieval Augmentation Generation using LangChain and Pinecone| Part 2What is RAG (Retrieval Augmentation Generation)?Aug 23, 2023Aug 23, 2023