Tag
LlamaIndex has significantly improved LlamaParse over the past three months, achieving 10-20% better accuracy on complex tables, charts, and grounding while maintaining costs below 0.4 cents per page, as measured against their ParseBench benchmark.
The Connected Stack Conference in San Francisco will feature AI industry leaders from companies like Anthropic and LlamaIndex, focusing on enterprise AI and document infrastructure for AI agents.
The article discusses a two-pass document processing trend for AI agents, where a fast OSS pass enables efficient retrieval and a VLM-based pass ensures accuracy, promoting Llama Index's LiteParse and LlamaParse tools to enhance cost and performance.
LlamaParse now handles revision tracking in documents, providing clean markdown of the final state and structured data for edits, deletions, and comments, addressing issues where parsers misinterpret tracked changes.
ExtractBench is a new benchmark for document extraction that strictly scores grounding accuracy, showing VLMs and coding agents lack evidence while LlamaExtract Agentic Plus leads with high page-level and word-level performance.
LlamaIndex announced an official batch parsing experience for LlamaParse, allowing users to parse up to 10,000 files at once through a dedicated UI with batch auditing and failure inspection, removing the need for custom async scripts.
Announces a new book 'RAG from First Principles' by Jia Huang, a code-first guide to engineering retrieval-augmented generation systems using Python, LangChain, and LlamaIndex.
Jerry Liu announces a live webinar on parsing complex financial documents using LlamaIndex to enable cleaner structured outputs for agentic workflows.
LlamaIndex co-hosts a 'Swap and Pitch Night' for founders in San Francisco this Thursday evening, where founders pitch each other's startups as a listening exercise.
LlamaIndex benchmarked GPT-5.6 on document understanding and found no improvement over GPT-5.5; the model performs well on text and tables but struggles with charts and layout.
Jerry Liu announces LiteParse, a fast and accurate file parser for agent loops, now integrated with Vercel's Eve framework.
LlamaIndex introduces the Retrieval Harness in LlamaParse, providing filesystem primitives like hybrid retrieval, file listing, grep, and file read for AI agents to scalably search and traverse documents.
Jerry Liu discusses the need for an agent-native document format that balances human and AI readability, comparing markdown and HTML, and mentioning LlamaParse for handling existing formats.
LiteParse is a fast, open-source document parser that outperforms some frontier VLMs on markdown parsing without using AI models. It is available in multiple languages and platforms, and is developed by LlamaIndex.
LlamaIndex introduces agentic retrieval with LlamaParse Index, combining semantic search and grep for flexible agent harnesses. A webinar on June 30th will demonstrate these tools.
A curated list of X/Twitter accounts that explain AI concepts and teach how to build tools, agents, and frameworks, covering retrieval, testing, fine-tuning, and more.
Fact0 is a tool for tamper-evident audit trails and execution replay for AI agents, integrating with LangChain, CrewAI, and LlamaIndex. It provides cryptographic verification, execution DAG visualization, and searchable logs.
Google's TurboVec is a new open-source tool that reduces memory usage from 31GB to 4GB for AI search data, leveraging TurboQuant for faster search than FAISS, and integrates with LangChain and LlamaIndex while running fully offline.
Parse-Flow is an open-source visual workflow designer that composes document intelligence primitives (parsing, extraction, classification, splitting) into reusable pipelines, backed by LlamaIndex and a Python worker.
Attended the Applied AI Conference in Berlin and gave a talk on building document agents, including a detailed walkthrough of LobsterX, a document-processing agent built with LlamaIndex that uses structured outputs and event-driven workflows.