Jo茫o Henrique Capuchocapucho.dev路17 hours agoFrom GPT Agent to multiple chainsIntroduction As a quick introduction, before we dive into this article, I just need to clarify a few things. I'm no AI or LLM expert. I'm just a humble Software Engineer who has spent the last 4 months at work embarking on an exciting journey of expl...DiscussLearnings from an AI adventureAI
hayao_khayao-k.dev路Sep 29, 2023AI Chatbot powered by Amazon Bedrock 馃殌馃Introduction I have created a sample chatbot application that uses Chainlit and LangChain to showcase Amazon Bedrock. You can interact with the AI assistant while switching between multiple models. This sample application has been tested in the foll...Discuss路1 likeAWS
Maximilienkpizmax.hashnode.dev路Sep 26, 2023Langchain Meets GPT-3.5: Crafting the Ultimate Multilingual News Articles Summarizer In English And FrenchIntroduction In our modern, rapidly evolving society, staying abreast of current news and updates is crucial. Yet, sifting through numerous articles can be a tedious task. To streamline this process and provide you with succinct insights, we're intro...Discuss路42 readsopenai
Hari kiran Kanteharikirankante.hashnode.dev路Sep 24, 2023How to Summarize Large Documents using Langchain and OpenAI in PythonIntroduction In today's fast-moving world where we're bombarded with lots of written information every day, it can feel overwhelming. Whether you're a researcher going through a stack of complicated research papers, someone in charge of organizing a ...Discuss路2 likes路52 readsPython
Akshay KunchalapalliforAkshay Kunchalapalli - Tech Alchemistakshaykunchalaplli-tech-alchemist.hashnode.dev路Sep 24, 2023My Journey from Machine Learning to LLMsIntroduction to Large Language Models (LLMs) When I first started my MTech in Data Science, I was fascinated by the possibilities of machine learning. I dove into supervised learning algorithms like SVMs, Random Forests, and Neural Networks. These in...Discussllm
Aniz Bin Nowshadaniz.hashnode.dev路Sep 24, 2023Chatbot with RAG + Memory - Cohere AI, Streamlit, Langchain, QdrantTo be honest, I'm not the type of person who blogs every week, but when I decided to dive into the world of chatbots with Langchain, I encountered some interesting challenges. Most of the content out there seemed to revolve around OpenAI (GPT ) and L...Discuss路133 readslangchain
Vinamra Sulgantevinamra.hashnode.dev路Sep 23, 2023What is an Example Selector and why do we need it? | LangchainTeaching an LLM (language model) to perform tasks effectively often feels like providing a recipe to a chef who's still experimenting with their culinary skills. You need that perfect blend of ingredients, just like you need precise instructions to g...Discuss#openai #LLMs #langchain #promtTemplate #PromptEngineering #python
Fidel Masitsamasiza.hashnode.dev路Sep 23, 2023Langchain fundamentals To help you build apps powered by LLMsIntroduction LangChain is an open-source Python library that enables anyone who can write code to build LLM-powered applications. It provides a generic interface to many foundation models, enables prompt management, and acts as a central interface to...Discusslangchain
Isabelle De Backerisabelle.hashnode.dev路Sep 15, 2023A journey from LLM Chains to Agents using Langchain (Part 1)Part 1 - Chains LLM Chains are used to statically link multiple LLM interactions to build complex functionality. The Langchain Python library provides a wrapper to connect LLMs and tools from different providers. The code of this blog is available he...Discuss路39 readslangchain
Karol HorosinforKarol Horosin Bloghorosin.com路Sep 11, 2023FeaturedExtracting and Generating JSON Data with OpenAI GPT, LangChain, and Python馃摐 Click here if you're looking for a Node.js version of this article. In this blog post, I will share how to use LangChain, a flexible framework for building AI-driven applications, to extract and generate structured JSON data with GPT and Langcha...Akinfolarin and 3 others are discussing this4 people are discussing thisDiscuss路48 likes路569 readsLarge Language ModelslangchainThanks for sharing this detailed breakdown! Sure it'll be useful for a lot of folks building similar apps in AI 15