Mohamad Ghaith AlzinforLangChain Tutorialslangchain.hashnode.dev·Aug 21, 2024LangChain for Beginners: Easy Setup and IntroductionLangChain is a framework that should simplify the creation of applications that use LLM (Large Language Models). LangChain UseCases Creating chatbot applications for customer services. Building tools for automated content generation. Building syst...Discuss·2 likes·155 readslangchain
Amna Hassanamnahassan.hashnode.dev·Jul 27, 2024Mastering Hackathons: How to craft AI Apps using Streamlit and OpenAI APIThis article will help you to quickly make a streamlit app that leverages OpenAI api. For this tutorial we will make a Language Translator App using streamlit. Here are the steps that we will follow: Install Dependencies Make streamlit app Add Ope...Subhan Liaqat and 2 others are discussing this3 people are discussing thisDiscuss·12 likes·422 readschatgpt
YashMandiyashmandi.hashnode.dev·May 17, 2024How to Access GPT-4o: OpenAI's Free, Faster, and Enhanced Version!!!GPT-4o stands for "OpenAI's new flagship model that can reason across audio, vision, and text in real time." This upgraded version offers enhanced capabilities across various modalities and is intended to be freely available to all users. Ways to Acc...DiscussGPT 3
Jonathanjondidathing.hashnode.dev·May 1, 2024Take the Hassle Out of Transaction Logging with This Python ScriptBefore this script I would manually type all of my transaction data into any app or spreadsheet which I swore to myself that I would use. More often than not I’d forget and by the end of the day or worse, I would remember to do in the moment but coul...DiscussPython
Samiksha KolheforTeckbaker's Blogteckbakers.hashnode.dev·Apr 2, 2024The Answer for Randomness in ChatGPT response: Token Sampling TechniquesHello Techies👋! Hope you all are doing amazing stuff. I'm back with an amazing concept in LLM tech, I'm sure if your are using and working on using OpenAI API's or any other LLM API's to production grade solutions, you must have noticed some randomn...Discuss·1 like·167 readsGenerative AIGenAI applications
Kevin NaidooProkevincoder.co.za·Mar 8, 2024How to build a PDF chatbot with Langchain 🦜🔗 and FAISSWhile ChatGPT and other similar models are great and can give you relatively good information on any topic. A common problem is hallucination and verifying the source of the model's response. To improve the accuracy and limit the scope of these LLMs ...Discuss·6 likes·1.5K readsMachine Learning
Solomon Aboyeji solomonaboyeji.com·Feb 24, 2024What I learnt while building QACLIAfter my recent debt of $7 incurred using the OpenAI API, I decided to embark on figuring out how to reduce my cost. I ended up building my RAG-powered system which is running offline, QACLI. QACLI is a proof-of-concept for another project. As a soft...Discuss·2 likes·105 readsnlp transformers
Ritobroto Sethrito.hashnode.dev·Feb 23, 2024Daily Portfolio Summarizer with Langchain, Qdrant, and Mistral AIToday's Investors are bombarded with news, reports, statistics, and more information. AI cuts through this noise, analyzes vast datasets to unearth hidden patterns and trends, and offers insights that human minds might miss. While AI brings immense p...Discuss·20 likes·1.9K readsqdrant
Chirag Gabageekychirag.hashnode.dev·Feb 23, 2024>> Top Mind Blowing Tech Updates of the Week👨🏼💻OpenAI Unveils Sora: The Latest Breakthrough in AI Technology with All-New Text Update Capabilities.➡️ Introduction In the realm of cutting-edge AI technology, OpenAI's Sora stands out as a groundbreaking text-to-video model, pushing the boundaries ...Discuss·10 likes#VideoLLM
Ritobroto Sethrito.hashnode.dev·Feb 8, 2024Hands-on Guide to Building LLM Apps in Java with Langchain4j and Qdrant DBIn this blog, we will explore how to build a Retrieval Augmented Generation (RAG) chatbot in Java. To construct this application, we will utilize the LangChain4j Java library. The goal of LangChain4j is to simplify the integration of AI/LLM capabilit...Discuss·14 likes·1.8K readslangchain4j