LlamaIndex
LlamaIndex
  • Видео 83
  • Просмотров 494 133
LlamaIndex Webinar: Advanced RAG with Knowledge Graphs (with Tomaz from Neo4j)
​In this webinar, you’ll learn how to use LlamaIndex property graph abstractions with Tomaz from Neo4j:
​1️⃣ High-level property graph index + neo4j to easily construct/query knowledge graphs
​2️⃣ Low-level details on graph construction
​3️⃣ Low-level details on graph retrieval/querying
​4️⃣ Knowledge graph agents that can reason over complex questions.
Documentation: docs.llamaindex.ai/en/latest/module_guides/indexing/lpg_index_guide/
[GitHub](github.com/run-llama/llama_index)
[Discord](discord.gg/dGcwcsnxhU)
[Twitter]( llama_index)
[Linkedin](www.linkedin.com/company/llamaindex)
#knowledgegraph #llamaindex #llms #ai
Просмотров: 4 620

Видео

LlamaIndex Webinar: The Future of Web Agents with MultiOn 🤖
Просмотров 2 тыс.День назад
We are excited to chat about the Agentification of the Internet with Web Agents, with Div Garg from MultiOn! ​Context: We are transitioning into a world where work & decision-making in digital life will start to happen with intelligent AI agents. ​MultiOn is leading this revolution, building the Motor Cortex layer for AI, and offering the ability to seamlessly interact with the Web using natura...
RAG in 2024: Advancing to Agents
Просмотров 8 тыс.14 дней назад
I'm Laurie, VP of Developer Relations at Llama Index. If you've spent time with LlamaIndex, you already know about the importance of retrieval-augmented generation or RAG. In this video, I make the case that while RAG is necessary, it's not enough for sophisticated knowledge retrieval. You need to build an agent. In this video we cover: * Basic RAG * Agentic components, including * Routing * Me...
LlamaIndex Webinar: Open-Source Longterm Memory for Autonomous Agents
Просмотров 2,1 тыс.21 день назад
In this webinar we're excited to host the authors of memary (Julian Saks, Kevin Li, Seyeong Han) - a fully open-source reference implementation for long-term memory in autonomous agents ​In this session, we dive into how memary works, and also have a deeper discussion and Q&A session around memory, including challenges and future directions. ​Repo: github.com/kingjulio8238/memary Timeline: 00:0...
LlamaIndex Webinar: Build an Open-Source Coding Assistant with OpenDevin
Просмотров 6 тыс.Месяц назад
OpenDevin is a fully open-source version of Devin from Cognition - an autonomous AI engineer able to autonomously execute complex engineering tasks and collaborate with users on software projects. ​Since it’s open-source, it can both innovate from community ideas and also serve as a reference architecture for any AI engineer looking to build autonomous agents and UXs. ​We’re excited to host the...
Introspective Agents: Performing Tasks With Reflection with LlamaIndex
Просмотров 3,2 тыс.Месяц назад
This video covers the new llama-index-agent-introspective package, where Introspective Agents are introduced. These agents use the reflection agentic pattern to perform tasks, meaning that they produce an initial response to a task and subsequently reflect and correct on it in order to produced an improved response. To perform reflection, one of two mechanisms can be chosen: one that only relie...
Controlling Agents with Step-by-Step Execution (Part 5, Introduction to Agents)
Просмотров 2,2 тыс.2 месяца назад
In this video we will look into lower-level agent API designed to provide enhanced functionality beyond just executing user queries. It will help you in creating tasks, navigating through various steps. OUTLINE: 00:00 - StepWise Controllable Agent Introduction. 01:15 - StepWise Controllable Agent With Calculator Tools. 01:32 - Direct Execution with calculator tools. 02:09 - StepWise Execution w...
Controlling Agent Reasoning with Tool Outputs (Part 4, Introduction to Agents)
Просмотров 1,5 тыс.2 месяца назад
In this video, we will look into how to control the reasoning loop of an agent using the return_direct option available in tools. OUTLINE: 00:00 - Controlling Agent Reasoning Loop Introduction 02:20 - Booking Class Pydantic Model Functions. 03:57 - Two experiments to demonstrate return_direct. 04:05 - Experiment-1 disabling return_direct. 06:08 - Experiment-2 enabling return_direct. Google Cola...
Retrieval-Augmented Agents (Part 3, Introduction to Agents)
Просмотров 1,9 тыс.2 месяца назад
In this video we will look into Retrieval Augmented FunctionCallingAgent. This will be useful when you have huge number of tools, it will retrieve a certain number of tools based on user task and complete the task. OUTLINE: 0:00 - Retrieval Augmented FunctionCallingAgent Introduction. 01:53 - Retrieval Augmented FunctionCallingAgent with calculator tools. 04:44 - Retrieval Augmented FunctionCal...
Function Calling Agent (Part 2, Introduction to Agents)
Просмотров 2 тыс.2 месяца назад
In this video we will look into using FuctionCallingAgent abstraction with Simple Calculator and RAG QueryEngine Tools. FuctionCallingAgent used Function Calling capabilities of LLMs. OUTLINE: 00:00 - FunctionCallingAgent Introduction. 01:20 - FunctionCallingAgent with Simple Calculator Tools. 04:37 - FunctionCallingAgent with RAG QueryEngine Tools. Google Colab Notebook: colab.research.google....
ReAct Agent (Part 1, Introduction to Agents)
Просмотров 4,1 тыс.2 месяца назад
In this video we will look into using ReACT Agent with Simple Calculator Tools and RAG Query Engine Tools. OUTLINE: 00:00 - ReACT Agent Introduction. 01:24 - ReACT Agent with Simple Calculator Tools. 05:40 - ReACT Agent Prompt. 06:45 - ReACT Agent with RAG Query Engine Tools. Colab Notebook: colab.research.google.com/drive/1XYNaGvEdyKVbs4g_Maffyq08DUArcW8H?usp=sharing
An Introduction to Agents Tutorial Series
Просмотров 4,3 тыс.2 месяца назад
In this video we will look into understanding Data Agents, Core Components of Agents which are Reasoning Loop and Tool Abstractions in LlamaIndex. OUTLINE: 00:00 - Data Agents Introduction. 00:50 - Data Agents example. 01:20 - Core Components 02:27 - Reasoning Loop. 03:00 - Tool Abstractions. 04:02 - Tutorial Series Overview. Slide Deck: docs.google.com/presentation/d/1TKtGVsVh_Yo-J2MeJhoz8p780...
LlamaIndex Webinar: Retrieval-Augmented Fine-Tuning (RAFT)
Просмотров 4,5 тыс.2 месяца назад
RAFT - Retrieval Augmented Fine Tuning 🔥 ​Retrieval-Augmented Fine-Tuning (RAFT) is a new technique to fine-tune pre-trained LLMs for specific domain RAG settings. ​Conventional RAG is like an open-book exam, retrieving documents from an index to provide context for answering queries. This makes it more effective than the closed-book exam setting where LLMs rely solely on their pre-training and...
LlamaIndex Sessions: Building a Personalized Sales Outreach Assistant (CallSine)
Просмотров 1,5 тыс.2 месяца назад
RAG for Sales Outreach 🧑‍💼 In our latest webinar, we highlight a unique sales use case for RAG - instead of writing hard-coded email templates for sales outreach, write a prompt template that can be used by an LLM to generate personalized sales emails, while filling in the input variables with appropriate context! CallSine is built with LlamaIndex and tackles this unique use case of personalize...
LlamaIndex Webinar: Building an LLM-powered Browser Agent
Просмотров 4,4 тыс.2 месяца назад
Learn how to build an AI Browser Copilot 🤖🌐 ​We’re excited to feature LaVague by Daniel Huynh, an agent that can navigate the web in your Jupyter/Colab notebook. ​Best of all, it’s implemented in ~150 lines of code, so you can learn how to do it too! ​Implementation Details: 1. ​Index web pages local embeddings Mixtral 2. ​Given a query, generate Selenium code through a user query ​In this webi...
LlamaParse: super-charging parsing of complex documents
Просмотров 4,5 тыс.2 месяца назад
LlamaParse: super-charging parsing of complex documents
RAFT: Adapting Language Model to Domain Specific RAG
Просмотров 4,5 тыс.3 месяца назад
RAFT: Adapting Language Model to Domain Specific RAG
LlamaIndex Webinar: AI Coding Assistants with CodeGPT
Просмотров 2,8 тыс.3 месяца назад
LlamaIndex Webinar: AI Coding Assistants with CodeGPT
LlamaIndex Webinar: Long-Term, Self-Editing Memory with MemGPT
Просмотров 4,8 тыс.3 месяца назад
LlamaIndex Webinar: Long-Term, Self-Editing Memory with MemGPT
Data Agents And Multi-Document Agents with LlamaIndex And Anthropic Claude-3
Просмотров 3,8 тыс.3 месяца назад
Data Agents And Multi-Document Agents with LlamaIndex And Anthropic Claude-3
Build Multi-Modal Applications with LlamaIndex and Claude 3.
Просмотров 7043 месяца назад
Build Multi-Modal Applications with LlamaIndex and Claude 3.
Routing and Answering Complex Queries with LlamaIndex And Anthropic Claude 3
Просмотров 1,7 тыс.3 месяца назад
Routing and Answering Complex Queries with LlamaIndex And Anthropic Claude 3
Build a RAG Pipeline with LlamaIndex and Anthropic Claude 3
Просмотров 2 тыс.3 месяца назад
Build a RAG Pipeline with LlamaIndex and Anthropic Claude 3
LlamaIndex Webinar: RAPTOR - Tree-Structured Indexing and Retrieval
Просмотров 3,5 тыс.3 месяца назад
LlamaIndex Webinar: RAPTOR - Tree-Structured Indexing and Retrieval
A Comprehensive Cookbook for Claude 3
Просмотров 4,1 тыс.3 месяца назад
A Comprehensive Cookbook for Claude 3
LlamaIndex Webinar: RAG Beyond Basic Chatbots
Просмотров 4 тыс.3 месяца назад
LlamaIndex Webinar: RAG Beyond Basic Chatbots
LlamaIndex Sessions: 12 RAG Pain Points and Solutions
Просмотров 12 тыс.4 месяца назад
LlamaIndex Sessions: 12 RAG Pain Points and Solutions
Introducing LlamaCloud (and LlamaParse)
Просмотров 3,9 тыс.4 месяца назад
Introducing LlamaCloud (and LlamaParse)
Build SELF-DISCOVER from Scratch with LlamaIndex
Просмотров 2,4 тыс.4 месяца назад
Build SELF-DISCOVER from Scratch with LlamaIndex
Introduction to LlamaIndex v0.10
Просмотров 8 тыс.4 месяца назад
Introduction to LlamaIndex v0.10

Комментарии

  • @ahmadalobaid9668
    @ahmadalobaid9668 18 часов назад

    Was wondering if we can use tool calling with a local LLM instead of and API

  • @theuser810
    @theuser810 День назад

    Not a fan of the way this was presented ... I was expecting a tutorial

  • @FlannelCamel
    @FlannelCamel 2 дня назад

    Fantastic webinar, very useful. On a long and only very slightly related tangent, protip: Before (and during!) long presentations drink tea with honey and a lemon slice. When we're nervous our throat tenses up and it's very easy to start coughing when talking constanly. The hot tea with honey helps with that, and the acidity from the lemon prevents your mouth from drying out. I used to have a terrible time doing these 50-minute presentations + Q&A. My throat would be shot even though I wasn't yelling or anything. Eventually I took a couple of vocal training lessons and it practically solved the issue in a week.

  • @0000000854
    @0000000854 3 дня назад

    Hi sir ! I’m also LLM/KG enthusiasm, based on your expertise Is Ontology schema like RDF/OWL necessary when building Graph data base as RAG material for LLM output augmentation ?

  • @charlene1581
    @charlene1581 5 дней назад

    Might be a dumb question but: are the built in SQLTableRetrievalEngine basically a query pipeline already prepared and made? Is there some way to customize some of the components in the built in pipeline or do I need to make a custom query pipeline myself? Dealing with very large database with too many tables that are too large… trying to find a better way for table retrieval it improve the sql query made.

  • @user-sl3sy5ds2i
    @user-sl3sy5ds2i 5 дней назад

    This call was great, we used the LlamaIndex+Neo4j implementation as a basis for automatic knowledge graph generation in R2R

  • @user-ts6eo5jl8e
    @user-ts6eo5jl8e 5 дней назад

    where can we find the notebook used in the video? Please share!

  • @AdamKingson
    @AdamKingson 8 дней назад

    great content but presentation skills....needs some work and energy!

  • @bmm8213
    @bmm8213 8 дней назад

    How can I constrain the graph construction with .owl and RDF?

    • @0000000854
      @0000000854 3 дня назад

      This also I want to ask, if RDF/OWL necessary for LLM augmentation performance

  • @kingzao9046
    @kingzao9046 9 дней назад

    Also, does the panda pipeline also lack the robustness on the names like B.I.G ?

  • @kingzao9046
    @kingzao9046 9 дней назад

    For the last part, if you already retrieved example rows from the vector DB, why go look again in the SQL database ? Or maybe the vector DB may not always return the correct row ?

  • @UnFuckedUpMind
    @UnFuckedUpMind 10 дней назад

    Are you guys interested in developing a tool like LangSmith?

  • @chloetete
    @chloetete 12 дней назад

    I don't like the speaker, he can barely explain things clearly. What is language module...I guess he was trying to say language model...And it is in-context learning, rather than in-content learning... Also, the code will be opaqued when he moved his mouse, I can hardly see anything...

  • @gsayesh
    @gsayesh 12 дней назад

    Thank you so much! great!!!

  • @yumaheymans680
    @yumaheymans680 13 дней назад

    super helpful, thx!

  • @ukcp265
    @ukcp265 13 дней назад

    you nailed it man!!!

  • @hossboll
    @hossboll 13 дней назад

    Great tutorial, thank you.

  • @jaivalani4609
    @jaivalani4609 13 дней назад

    How does Instructions parsing works, does it uses the LLMs ?

  • @cheahanqi964
    @cheahanqi964 15 дней назад

    awesome !!!!!!!! . ,

  • @andrewcbuensalida
    @andrewcbuensalida 18 дней назад

    basically you're using gpt4 to check if gpt 3.5 answered the questions correctly. sounds clunky.

  • @andrewcbuensalida
    @andrewcbuensalida 18 дней назад

    if you're doing a tutorial about llamaindex, please don't use llamaindex as an example corpus. It could get confusing.

  • @cagdasucar3932
    @cagdasucar3932 18 дней назад

    I'm curious about the speed of reasoning for Language Agent Tree Search reasoning. Could you provide some rough numbers in terms of what we can expect? Maybe with Open AI or Groq?

  • @nigerianprince5389
    @nigerianprince5389 18 дней назад

    lost my fire for LLMs and RAG in the last few months as even though i can be technical, it took to much time for me to learn, understand and implement while working full time. this video rekindled that fire because it's much easier than i remember it to build a RAG Pipeline. Keep up the great work !

  • @anshulbhide
    @anshulbhide 18 дней назад

    Great video!

  • @imtanuki4106
    @imtanuki4106 19 дней назад

    Sorry, but the repo for this lesson is hopelessly out of date. Spending more time than it's worth. chasing down new syntax for simple concepts like Prompt module imports. If you were just a third-party, OK nbd. But you're the vendor!

  • @mili1340
    @mili1340 19 дней назад

    Extremely well put and explained. Thank you

  • @SheeceGardazi
    @SheeceGardazi 19 дней назад

    loved the quick talk and the format!

  • @shacafa
    @shacafa 19 дней назад

    You sir, are a gentleman and a scholar

  • @statstutorials
    @statstutorials 19 дней назад

    Loved this video, exactly what I’m looking for in how to improve my RAG pipeline

  • @bongimusprime7981
    @bongimusprime7981 19 дней назад

    Great work! Do you have any content like this with GraphRAG?

  • @juliocesar1908
    @juliocesar1908 20 дней назад

    Loved the video, but the link to the resources is not working properly :(

    • @LlamaIndex
      @LlamaIndex 20 дней назад

      Sorry about that! Fixed.

  • @fslurrehman
    @fslurrehman 20 дней назад

    Can it work just like Google NotebookLM or it's different?

  • @georgesngandeu9115
    @georgesngandeu9115 21 день назад

    This is the future of software engineering 🎉

  • @KIAcademyBerlin
    @KIAcademyBerlin 22 дня назад

    Awesome, thanks for sharing !

  • @tommyjado127
    @tommyjado127 23 дня назад

    so so so so so so so so...

  • @nickjunes
    @nickjunes 23 дня назад

    Can you use this tool with a local model? I love LLM Studio because it can download a model and run it locally. It seems like none of these LLM flow tools can use local models. That seems really limiting. What if we don't want to send our private information to chatGPT or Claude? I think it would be great if it could work with a local model like LLMStudio.

    • @richarddk
      @richarddk 11 дней назад

      can use ollama with the Flowise.

  • @abhilashrao9237
    @abhilashrao9237 23 дня назад

    Yeah guys please do upload some content for open source too not all can use the proprietary resources

  • @bambanx
    @bambanx 24 дня назад

    Flowise can read and write local files? Thanks you

  • @user-sw2se1xz6r
    @user-sw2se1xz6r 25 дней назад

    ollama mentioned. 👍

  • @AngusLou
    @AngusLou 27 дней назад

    Suggestion: Place your avatar on the right side of the screen so that it doesn't block the text as much. Thank you.

  • @lololoololdudusoejdhdjswkk347
    @lololoololdudusoejdhdjswkk347 27 дней назад

    I’m sorry if this is a trivial question, but what is the point in the first example of introspective agent or main agent worker regarding if it’s just a None type? I think you explained it something to do with it being the “initial response” but I couldn’t quite understand.

  • @paulhetherington3854
    @paulhetherington3854 27 дней назад

    You became; that muslim then!

  • @Dirhfifkshdi
    @Dirhfifkshdi 28 дней назад

    what an important topic and what a bad presenter

  • @AngusLou
    @AngusLou 28 дней назад

    Smart ways and innovative ideas to re-invent RAG, good job

  • @NIVE-wc5nb
    @NIVE-wc5nb 28 дней назад

    How is this different from function calling agent can you explain that you have used object index why is that you didnt mention that

  • @HiteshBandhu
    @HiteshBandhu Месяц назад

    Guys, I'd really like an increase in audio quality

  • @eshantdas1237
    @eshantdas1237 Месяц назад

    If I dont want to use SimpleDocumentStore and I want to use a vectorstore like fiass or PGVECTOR how would I do it?

  • @nicholas-axilla
    @nicholas-axilla Месяц назад

    Really interesting, thanks for sharing. Can you share the slides?

  • @chriskingston1981
    @chriskingston1981 Месяц назад

    Love it, to see all those windows and to have control over it. Hate to copy paste from chatgpt and keepngiving it context

  • @BhuvanWebOsmo
    @BhuvanWebOsmo Месяц назад

    You have shown your openai api key. Remove the key from your account