Shantanu Kumarshantanu29.hashnode.dev·Nov 22, 2023Getting started with LangChain and Building your very first News Article SummarizerLangChain is a powerful framework that simplifies the process of building advanced language model applications. LangChain is a fantastic library that makes it super easy for developers to create robust applications using large language models (LLMs) ...Discuss·13 likes·27 reads#learning-in-public
Harsh pathakharshpathak.hashnode.dev·Nov 18, 2023How to build an API for AI chat app using Upstash Redis as DatabaseSince HTTP protocol is stateless, it is necessary to give persistent memory to maintain context of conversation. Otherwise, the context will be lost with each API call if you use OpenAI API directly. In this post, we'll build a simple AI assistant by...Discuss·1 likeAI
Edward HuforVext Blogblog.vextapp.com·Nov 16, 2023Langchain: Weighing the Realities of Implementing Open-Source LLMs in ProductionIt's a fact that there are thousands of open-source frameworks for LLM right now, and the most prominent one is Langchain. If you're reading this article right now, there's a pretty good chance you know about Langchain, and probably already had hands...Discuss·1 likelangchain
Hemanth Sai Garladinnehemanthsai.hashnode.dev·Nov 15, 2023Deploying Your FastAPI Applications On Huggingface Via DockerIntroduction In this tutorial, I will guide you through the process of deploying a FastAPI application using Docker and deploying your API on Huggingface. FastAPI is a modern, fast web framework for building APIs with Python 3.7+ based on standard Py...Discuss·10 likes·27 readsFastAPI
Harsh pathakharshpathak.hashnode.dev·Nov 14, 2023How to Build an AI Chatbot with Multiple Personalities using LangChain and Node.jsHave you ever wanted to create your own chatbot that has a unique personality? In this post, I'll show you how to use the LangChain JavaScript library to easily build a conversational agent with different persona voices. What is LangChain? LangChain ...Discuss·32 readsAI
Code ninjaabdbasit.hashnode.dev·Nov 11, 2023Build a Q&A App Using Lang-chain, Chroma and Unreal Speech in PythonWhat is Langchain? LangChain is an open-source library for building language model applications, notably those involving large language models like GPT-3 and GPT-4. It was created by Harrison Chase, a researcher and developer with a focus on artifici...Discuss·85 readsAI
Aayush GuptaProaayushgupta.tech·Nov 5, 2023Querying in Human Language over any set of Documents, leveraging LangChain, LLMs and Vector DatabasesSo I won't straight dive into the Tech and What I built, rather let me introduce you to the problem first and what this system aims to cater How I've Presented this is like : How would we as normal human beings ask something to someone? Now the compa...Discuss·90 readsAI
Tinz TwinsProtinztwins.hashnode.dev·Nov 2, 2023Create a Language Translator with LangChain and GPTEveryone is talking about prompt engineering and how to write efficient prompts. A prompt refers to the input of the model. Many people think of this as the input line of ChatGPT, but prompt engineering is so much more. In general, specificity and si...DiscussPrompt template
Gopal Guptadevopswithgopal.hashnode.dev·Oct 31, 2023MLOps: Deploy Langchain PDF Chat App on AWS ECS Fargate.In this blog, we will be deploying a ChatGPT-Powered PDF Assistant developed with Langchain and Streamlit in AWS ECS Fargate. This is the application developed by the YouTube channel Prompt Engineering. All the source code and Dockerfile you can get ...Discuss·63 readsmlops
Venkata Naga Aditya KothapalliforPersonal News Summarization Assistantpnsa.hashnode.dev·Oct 29, 2023Personal News Summarization Assistant using LangChainNowadays people are very busy and they even have no time to know about what happening around them. But it is important to know everything happening around them. Since it is highly difficult to know point-to-point in this busy time, we bring a persona...Discuss·26 readslangchain