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
Technology, Science and Stories
What are prompts? A prompt for a language model is a set of instructions or input provided by a user
I will give a quick dive into ChatGPT API in this post. I am assuming you have the knowledge of
I have started this new series on C#. In this article, I will give you an overview of the tutorial.
We will be learning one of the most popular programming languages called Python. I will give you an overview of
Human-in-loop implementations are becoming critical as situations arise where evaluations and corrections are necessary based on the response generated. These
No one likes to talk about Errors! As the code base grows we start to encounter various issues propping up
Built with a corrective RAG context and the ability to understand and answer based on the context. Added a chapter
Conditional logic helps analyze the generated data’s relevance based on specific criteria. This involves understanding the relevance, details, and how
In this article, I created a study assistant that helps prepare cheat sheets, notes, and plans for your time allocated.
I write here about how you could leverage RAG by keeping the content in a vector Database and by using
What is LangGraph? LangGraph is a Python-based framework that enables developers to create sophisticated, multi-step workflows for AI models. It
Project Overview In this project, I developed a Retrieval-Augmented Generation (RAG) system designed to enhance natural language processing capabilities by
This is the third in the series made for your understanding of LangChain. View the other 2 below: LangChain—a revolutionary
This is a serial post, If you do not know about LangChain, I recommend you read this one before. Retrieving