Llama Cloud
Search documents
Vibe Coding and Deploying LlamaIndex Agent Workflows with Claude Code
LlamaIndex· 2025-10-29 14:11
Hi there, Clea from Lamindex here and today we're going to v code a lama index workflow using cloud code cloud. mmd and cloud skills. And once we coded the llama index workflow, we're going to package it as a llama agent and deploy it to the cloud.So let's start by creating a u directory called financial documents classification. And once we created this directory, we're going to initialize it as a UV project. And we're going to remove the main.py file since we do not need it. And we're going to add uh VBLA ...
LlamaAgents Open for Private Alpha 🎉
LlamaIndex· 2025-10-01 15:27
Today we're opening Llama agents to early access. And in this video I'm going to walk you through how you can get started. Um at the end of the video, what I want to achieve is an agent that's been deployed to our Llama Cloud project.Um and to start off with that, what we first need to install is Llama Control. So you can start with UV install Llama control. I already have it.And once you have that installed, you can say llamactl in it, which will spin up a CLI that allows us to decide what kind of llama ag ...
LlamaAgents Open for Private Alpha 🎉
LlamaIndex· 2025-10-01 04:11
Product Overview - Llama Cloud 的 Agents 产品旨在帮助客户快速构建、部署和扩展文档工作流程 [1] - 该产品旨在加速原型到生产的转换,并支持多种部署类型 [1] - 提供多种 Agent 模板,方便用户快速开始特定 Agent 的使用 [2] Deployment and Workflow - 用户可以通过 Llama Control 下载并初始化模板,根据需求进行编辑和配置 [2][4] - 可以将代码存储库部署到 GitHub,并通过 Llama Control 进行部署创建 [4][5][6] - 部署过程需要 API 密钥,用户可以在 Llama Cloud 中创建 [6] - 部署完成后,应用可以在 Llama Cloud 的 Agents 界面中访问,并可在 staging 或 production 环境中运行 [9][10] Functionality and Access - UI 界面可用于提取和修正信息 [11] - 提供 headless 部署选项,允许用户通过 API 访问工作流程,并构建自定义 UI [11]
Celebrating One Year of LlamaCloud: The Agentic Document Automation Platform
LlamaIndex· 2025-09-16 15:02
[Music] The world runs on documents. I'm Jerry Lou, co-founder and CEO of Llama Index. Over the past 2 years, I've watched generative AI applications mature.From early RAG demos with a single question box to orchestrated multi-step contextaware agents. At Llama Index, we've been at the center of that journey. From jumpstarting rag with five lines of code to a multi-agent framework powering millions of production workflows with over 4 million downloads a month to the millions of AI builders who've been with ...
How to Use New LlamaCloud Nodes in n8n - Invoice Agent
LlamaIndex· 2025-07-25 23:35
Llama Cloud Features & Functionality - Llama Cloud introduces open-source nodes for N8 workflows, integrating Llama Extract, Parse, and Cloud Indexes [1] - Llama Cloud offers three main products: Llama Parse, Llama Extract, and Llama Cloud Indexes [3] - Llama Extract uses large language models to extract information based on predefined schemas like invoice details (invoice number, amount, total amount, merchant) [4] - Llama Cloud nodes include Llama Parse for parsing PDF files and Llama Cloud for connecting to any given index name [10] Workflow Automation - N8 workflows can be triggered by changes in a specific folder, such as adding a new file to an invoices folder [2][6] - The extracted information can be used to automate tasks like sending emails with invoice details and labeling those emails in Gmail [3][8][9] - The Llama Cloud node can be used as a retriever and connected to other nodes such as an OpenAI message [11] Customization & Open Source - Users can create their own extraction agents or use pre-made schemas for research papers, filing reports, technical résumés, etc [4][5] - The N8 Llama Cloud integration is open source, allowing users to add extra functionality [11]
How to Use New LlamaCloud Nodes in n8n - Invoice Agent
LlamaIndex· 2025-07-23 10:44
Hello everyone. This is Tuana from Llama Index and in this video I'm going to quickly walk you through how you can use Llama Cloud nodes in NAT workflows. These are open-source nodes that we've just created and it brings Llama Extract P and Llama Cloud indexes to NAN workflows.In this video, we're going to be looking at a very simple example. As you can see, I've already run this workflow. And what it does is once there is a change in a specific folder, specifically in my case the invoices folder on my mach ...
Automate RFP Responses in Minutes with LlamaIndex's Open-Source Solution
LlamaIndex· 2025-07-21 17:58
Automation Solution - Lana Index introduces an open-source application, Auto RFP, designed to automate the request for proposal (RFP) process [2] - The automation aims to reduce the time required to build an RFP from hours to minutes [1] - The application allows users to create multiple organizations and projects [2][3] - Users can integrate their own LlamaCloud API key and index to run their RFP process [11] Key Features - The application uses pre-written questions about documents to generate answers for RFPs [5] - It can generate answers in a simple, one-shot manner using OpenAI, citing sources and page numbers [6][7] - Reasoning mode offers a multi-step approach to answering questions, including analyzing requirements, searching documents, extracting key facts, creating an RFP structure, and validating the response [8][9] - The generated answers can be exported as a CSV file, providing a structured RFP with sections, questions, and detailed answers in markdown [10][11]