Conditional logic helps analyze the generated data’s relevance based on specific criteria. This involves understanding the relevance, details, and how
Tag: Notebook
A simple agent using LangGraph with RAG context and web search
In this article, I created a study assistant that helps prepare cheat sheets, notes, and plans for your time allocated.
LangGraph Introduction and when is it beneficial
What is LangGraph? LangGraph is a Python-based framework that enables developers to create sophisticated, multi-step workflows for AI models. It
Using Few-Shot Prompts with Langchain and OpenAI API in Real-World Applications
What are prompts? A prompt for a language model is a set of instructions or input provided by a user
Lesson 1: Read And Analyse OCI Dataset Using Pandas
Welcome To Lesson-1 of the Data Exploration with Python series! In this tutorial, we will explore a public dataset that
How I setup JupyterLab for Data Exploration in Python
Welcome again! Here, I will explain how to set up an environment to begin data exploration in Python using JupyterLab.