Best of Llama2024

  1. 1
    Video
    Avatar of communityCommunity Picks·2y

    Guide to Using the Llama AI API

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn LangChain and Gen AI by Building 6 Projects

    Learn how to build six end-to-end projects using LangChain and various LLMs in this course on the freeCodeCamp.org YouTube channel. The course covers the integration of LangChain with GPT-4, Google Gemini Pro, and Llama 2, enabling the creation of practical, real-world applications.

  3. 3
    Video
    Avatar of ibmtechnologyIBM Technology·2y

    How to Build a Multi-agent AI System

  4. 4
    Article
    Avatar of gettingstartedaiGetting started with AI·2y

    Learn how to build a ReAct AI Agent using LlamaIndex

    Learn how to build a ReAct AI Agent with LlamaIndex that can generate an optimization report based on Google guidelines.

  5. 5
    Article
    Avatar of kdnuggetsKDnuggets·2y

    Llama, Llama, Llama: 3 Simple Steps to Local RAG with Your Content

    Learn how to build a local RAG system using Ollama, Llama 3, and LlamaIndex in just 3 simple steps.

  6. 6
    Article
    Avatar of mlmMachine Learning Mastery·2y

    5 Essential Free Tools for Getting Started with LLMs

    This post introduces 5 essential free tools for getting started with LLMs: Transformers, LlamaIndex, Langchain, Ollama, and Llamafile. Each tool has its own unique set of tasks, advantages, and features to help beginners grasp the subtleties of LLM development and interact with it.

  7. 7
    Article
    Avatar of gopenaiGoPenAI·2y

    Building a RAG Chatbot using Llamaindex, Groq with Llama3 & Chainlit

    Retrieval Augmented Generation (RAG) is a language model that combines retrieval-based and generation-based approaches to generate high-quality text. It has advantages such as improved accuracy, flexibility, and scalability. RAG can be used for question answering, text summarization, text generation, and chatbots.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Using LlamaIndex with Postgres to Build your own Reverse Image Search Engine

    Learn to build a reverse image search engine using Astro, LlamaIndex, and serverless Postgres. The guide covers creating vector embeddings with ClipEmbeddings, setting up a server-side Postgres database, and deploying the application on Vercel. You'll create API endpoints for indexing and searching images and build a user interface to interact with the search functionality.

  9. 9
    Article
    Avatar of taiTowards AI·2y

    Build Rag With Llamaindex To Make LLM Answer About Yourself, Like in an Interview or About General Information

    Learn how to build a chatbot using RAG (Retrieved Augmentation Generation) and Llamaindex. The article discusses the steps involved in building a chat engine and provides code examples.

  10. 10
    Article
    Avatar of gopenaiGoPenAI·2y

    Fine-Tuning Llama in practices

    This blog post provides practical tips on fine-tuning Llama-2 models, including methods like LoRA and QLoRA that reduce memory requirements while maintaining performance. It also guides readers through the fine-tuning process with code examples.

  11. 11
    Article
    Avatar of neo4jneo4j·2y

    Unleashing the Power of NLP with LlamaIndex and Neo4j: A Starter Kit

    Unlock the true potential of natural language processing with the LlamaIndex Neo4j Integration Starter Kit. Learn how to store and query documents, utilize LlamaIndex's powerful indexing capabilities, and leverage the graph database querying of Neo4j. The starter kit also includes a FastAPI application for interactive NLP applications.

  12. 12
    Article
    Avatar of wearedotnetWe Are .NET·2y

    Learning AI function calling in C# with Llama 3.2 SLM and Ollama running on your machine

    Learn how to integrate AI function calling into your C# applications using Llama 3.2 SLM and Ollama. This guide explains core concepts, setting up the environment, and provides a practical example using a C# source generator. Enhance your projects by enabling AI models to interact with external tools or APIs, performing tasks that require real-time data or specific computations.

  13. 13
    Article
    Avatar of venturebeatVenture Beat·2y

    Browser alternatives Brave, Arc, add new AI integrations

    Two privacy-focused web browsers, Arc and Brave, have announced new generative AI powered features. Arc has added the Perplexity generative AI search engine as a default browser search bar option, while Brave's AI assistant, Leo, is being upgraded with Mixtral 8x7B, an open source LLM developed by Mistral.

  14. 14
    Article
    Avatar of hnHacker News·2y

    anordin95/run-llama-locally: Run and explore Llama models locally with minimal dependencies on CPU

    The post discusses how to run Llama models locally with minimal dependencies, focusing on using 'torch', 'fairscale', and 'blobfile'. It provides steps to download and run the models, and compares two scripts: 'minimal_run_inference.py' for simplicity, and 'run_inference.py' for detailed comments and beam search implementation. It also addresses memory usage and performance differences between CPU and Apple's MPS GPU.

  15. 15
    Video
    Avatar of samwitteveenaiSam Witteveen·2y

    Unveiling Meta's Impressive CV Model: Sam 2

  16. 16
    Article
    Avatar of pulumiPulumi·2y

    Low-Code LLM Apps with LocalAI, Flowise, and Pulumi on AWS

    Learn how to build Low-Code LLM Apps using Flowise and LocalAI on AWS with the help of Pulumi.