Best of LLM โ€” April 2024

  1. 1
    Article
    Avatar of watercoolerWatercoolerยท2y

    ChatGPT got our backs ๐Ÿ˜‚

    ChatGPT is a language model that can be used for various purposes but has limitations.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCampยท2y

    Mastering RAG from Scratch

    Learn how to implement Retrieval-Augmented Generation (RAG) from scratch with an in-depth course on the freeCodeCamp.org YouTube channel. RAG combines retrieval systems with advanced natural language generation and is valuable in chatbot development and other fields.

  3. 3
    Article
    Avatar of mlnewsMachine Learning Newsยท2y

    Meet AnythingLLM: An Open-Source, All-in-One AI Desktop App for Local LLMs + RAG

    AnythingLLM is an open-source, all-in-one AI desktop app for local LLMs and RAG. It empowers users to deploy private ChatGPT instances capable of intelligent conversations based on the content of provided documents. AnythingLLM offers multi-user support, custom embeddable chat widget, multiple document type support, efficient document management, conversation and query modes, in-chat citations, cloud deployment readiness, support for various LLMs, and a developer-friendly API.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCampยท2y

    How to Run Open Source LLMs Locally Using Ollama

    Learn how to download and use Ollama, a powerful tool for interacting with open-source large language models (LLMs) on your local machine. Explore the LLaMA 2 text-based model and the LLaVA multimodal model. Download Ollama and unleash the potential of open-source LLMs!

  5. 5
    Article
    Avatar of freecodecampfreeCodeCampยท2y

    How to Use LangChain to Build With LLMs โ€“ A Beginner's Guide

    Learn how to use LangChain to build with LLMs, a beginner's guide to the popular framework for creating LLM-powered apps.

  6. 6
    Article
    Avatar of hnHacker Newsยท2y

    LLaMA Now Goes Faster on CPUs

    LLaMa Now Goes Faster on CPUs: New matrix multiplication kernels have been developed for llamafile, resulting in improved performance for prompt evaluation time. The improvements are most noticeable for certain weights and specific CPU types such as ARMv8.2+, Intel Alderlake, and AVX512. The new kernels outperform MKL for matrices that fit in L2 cache and offer potential for faster evaluation speed.

  7. 7
    Article
    Avatar of gopenaiGoPenAIยท2y

    Chatbot with LLMs and LangChain ๐Ÿฆœ๐Ÿ”—

    Develop a document-based chatbot using LangChain and Vector database.

  8. 8
    Article
    Avatar of hnHacker Newsยท2y

    What can LLMs never do?

    LLMs face limitations in playing certain games like Conway's Game of Life and struggle with reasoning tasks that require longer series of steps. They also exhibit the Reversal Curse, where their training data does not enable them to answer reverse-structured questions. However, with proper prompting and intermediate access to memory and computation, they can be trained to predict cellular automata to some extent.

  9. 9
    Article
    Avatar of mlnewsMachine Learning Newsยท2y

    Top 15 AI Libraries/Frameworks for Automatically Red-Teaming Your Generative AI Application

    Discover top AI libraries and frameworks for securing generative AI applications, including tools like Prompt Fuzzer, Garak, and HouYi.

  10. 10
    Article
    Avatar of mlnewsMachine Learning Newsยท2y

    Top AI Tools to Build Your Large Language Models (LLMs) Apps

    Discover essential tools for working with Large Language Models (LLMs) such as Hugging Face, LangChain, and Qdrant.

  11. 11
    Article
    Avatar of communityCommunity Picksยท2y

    Large language models, explained with a minimum of math and jargon

    This post explains how large language models work, including how they represent words using vectors, how they predict the next word, and how they are trained. It also discusses the surprising performance of GPT-3 on tasks requiring high-level reasoning and its potential to understand meanings of words.

  12. 12
    Article
    Avatar of ds_centralData Science Centralยท2y

    2 addressing the limitations of RAG

    The post explores the limitations of RAG and introduces the idea of a GRAPHRAG to overcome these limitations by combining a knowledge graph with RAG. Graph RAG enriches the standard LLM approach with structured information from a knowledge graph.

  13. 13
    Article
    Avatar of lethainIrrational Exuberanceยท2y

    My advice for how to use LLMs in your product.

    Advice on using LLMs in products, mental models, revamping workflows, retrieval augmented generation (RAG), rate of innovation, human-in-the-loop (HITL), hallucinations and legal liability, zero to one versus one to N, copyright law, data processing agreements, and provider availability.

  14. 14
    Article
    Avatar of aiplainenglishAI in Plain Englishยท2y

    LLaMA3: A New Era in Large Language Models

    LLaMA3 is a powerful AI tool that represents a significant step forward in large language models. It aims to democratize access to state-of-the-art language models and has the potential to contribute to the development of Artificial General Intelligence (AGI).

  15. 15
    Article
    Avatar of baeldungBaeldungยท2y

    Java Weekly, Issue 539

    This post covers topics such as Jakarta Data, Spring AI, alternative implementation problem, and the pick of the week article about CI tests.

  16. 16
    Article
    Avatar of awscommunityAWS Communityยท2y

    I Built an LLM Bot in 3 hours to Conquer Slay the Spire

    Learn how to build an LLM bot for Slay the Spire using Amazon Q in just 3 hours. Explore the code and documentation on GitHub.

  17. 17
    Article
    Avatar of kdnuggetsKDnuggetsยท2y

    Vector Databases in AI and LLM Use Cases

    Learn about vector databases and their relevance in LLM applications. Explore the use of Weaviate as an open-source vector database and its applications in semantic search, generative search, and question answering with LLM.