LlamaIndex
@llamaindex.bsky.social
1.1K followers 80 following 530 posts
Build AI agents over your documents
Posts Media Videos Starter Packs
llamaindex.bsky.social
In this walkthrough, @cle-does-things.bsky.social shows how to spin up, connect, and scale your services with minimal overhead.

🎥 Watch the demo: youtu.be/gPR0pMtY--c
👩‍💻 Try it yourself: github.com/AstraBert/w...
📚 Learn more: developers.llamaindex.ai/python/work...
Introduction
developers.llamaindex.ai
llamaindex.bsky.social
What if you could orchestrate your entire microservices setup using LlamaIndex Workflows?

That’s the idea we explored, and the result is a working demo that brings together @docker.com, Apache Kafka and Workflows to manage a small scale e-commerce system.
llamaindex.bsky.social
We’re bringing AI agents to the insurance frontier at #ITCVegas2025 🦙
See how LlamaIndex is helping insurers streamline claims, underwriting & CX.

📅 Pre-book a meeting → get exclusive LlamaIndex swag 👇
🔗 landing.llamaindex.ai/itcvegas2025

#AIinInsurance #InsurTech #LlamaIndex
llamaindex.bsky.social
In this example, we show you how to distinguish between affiliate agreements and co-branding contracts. The system doesn't just tell you "this is an affiliate agreement" - it explains exactly why, citing specific document language and structural elements.
llamaindex.bsky.social
📄 Define custom classification rules with simple descriptions instead of complex ML models
🤖 Get both classification results AND detailed reasoning explaining why each document was categorized
🎯 Works great for legal documents, contracts, and any structured document types
llamaindex.bsky.social
Classify documents automatically with LlamaClassify - no more manual sorting through contracts and legal documents.

Our new classification service lets you build intelligent document sorting systems that understand content and provide reasoning for their decisions:
llamaindex.bsky.social
We love seeing efficient models like this that make powerful embeddings accessible everywhere, especially for edge deployments where every MB counts.

See the full technical deep-dive and integration examples: huggingface.co/blog/embedd...
Welcome EmbeddingGemma, Google's new efficient embedding model
huggingface.co
llamaindex.bsky.social
The model achieves top rankings on the Massive Text Embedding Benchmark while being small enough for mobile devices. Plus, it's easily fine-tunable - the blog shows how fine-tuning on medical data created a model that outperforms much larger alternatives.
llamaindex.bsky.social
EmbeddingGemma, a compact 308M parameter multilingual embedding model, perfect for on-device RAG applications - and we've made it super easy to integrate with LlamaIndex!

🛠️ Ready-to-use integration with LlamaIndex's HuggingFaceEmbedding class - just specify the query and document prompts
llamaindex.bsky.social
⚙️ Extraction - Using LLMs to pull specific fields and entities with schema validation. Ideal for extracting specific info for downstream tasks.

Read the full technical guide 👉www.llamaindex.ai/blog/parse-...
llamaindex.bsky.social
🔍 Parsing - Converting unstructured documents into structured markdown while preserving layout, tables, and formatting. Perfect for applications where you need full document context.
llamaindex.bsky.social
📄 Parse vs. Extract: Two Fundamental Approaches to Document Processing

Building document agents? Knowing when to parse versus when to extract is fundamental to getting your architecture right.

In this deep dive, @tuana.dev breaks down:
llamaindex.bsky.social
LlamaAgents gives you one-click deployment with 90% ready-to-use templates for invoice processing, contract review, and technical document analysis workflows.
👉 Join the LlamaAgents waitlist: landing.llamaindex.ai/llamaagents...
LlamaAgents Early Access: Build, Ship, and Deploy document agents in minutes.
landing.llamaindex.ai
llamaindex.bsky.social
Extract power output, efficiency, temperature coefficients, and certifications from vendor PDFs, then automatically validate against your design requirements

Ready to deploy production document agents?
llamaindex.bsky.social
🔄 Event-driven agent architecture with LlamaIndex Workflows
📊 Structured extraction with LlamaExtract + custom Pydantic schemas
🤖 Multi-step agent coordination: parse → extract → compare → report
✅ Automated validation against technical specifications

Real-world use case:
llamaindex.bsky.social
⚡ Building Agentic Workflows for Technical Document Analysis

Check out our new end-to-end example: an agentic workflow that extracts structured data from solar panel datasheets and automatically generates compliance reports against design requirements.
llamaindex.bsky.social
LlamaParse now supports Anthropic Claude Sonnet 4.5, plus exciting new features for enhanced document processing!

We've integrated Sonnet 4.5 into our parsing capabilities, giving you access to Anthropic's latest model for even better document understanding and parsing.
llamaindex.bsky.social
Build a full-stack website powered by a LlamaIndex agent in minutes with AG-UI from CopilotKit and Composio!

This full-featured template application for building Agent apps get you up and running in no time!

Check out the repo here:
github.com/CopilotKit/...
llamaindex.bsky.social
The combination of existing Unix tools plus semantic search capabilities can often replace more complex RAG setups while being faster to implement and more flexible to use.
llamaindex.bsky.social
📊 Complex cross-referencing and temporal analysis tasks showed the biggest improvement with semantic search tools
🛠️ SemTools adds parse (via LlamaParse) and semantic search capabilities directly to command-line agents like @claudeai Code and Gemini CLI
llamaindex.bsky.social
🔍 Agents with semantic search provided more detailed, comprehensive answers across all question types
⚡ CLI-based approach proves incredibly powerful relative to the effort - Unix tooling gives agents grep, find, and file system navigation out of the box