home.social

#llamaindex — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #llamaindex, aggregated by home.social.

fetched live
  1. RAG для закупок: Qdrant и LlamaIndex в локальном контуре

    Привет Хабр! Меня зовут Владимир, и недавно я решил изучить новую (для себя) технологию - LlamaIndex . А тут и задачка подвернулась - надоело копаться в Положении о закупках, поэтому понадобился RAG для ответов по ФЗ-44, ФЗ-223, ну и локальному положению. В этой статье разберу, как создать простенький RAG, не выходящий из локального контура, на базе LlamaIndex + Qdrant, напишем к нему API и UI на Gradio. Поехали.

    habr.com/ru/articles/1056194/

    #qdrant #llamaindex #rag #python #векторный_поиск #llm #fastapi

  2. Агентные фреймворки: обещали революцию, что осталось в 2026

    Два года назад все хотели агента, который «сам пишет код, сам его тестирует и сам деплоит в прод». Сейчас 2026 год. Давайте честно поговорим о том, что из этого взлетело, а что тихо умерло в корпоративных slack-каналах под сообщениями «окей, пока притормозим с агентами».

    habr.com/ru/articles/1041274/

    #LLMагенты #LangChain #LangGraph #AutoGen #MCP #RAG #агентные_системы #AI_в_продакшене #LlamaIndex

  3. We shipped a GenAI card generator for the EO Philadelphia chapter in days, not months. FastAPI + LlamaIndex + GPT-4o-mini + Gemini 3 Pro, turning member photos into branded New Year cards. Proof that small-scope AI tools can land real community impact. go.ombulabs.com/jh9 #GenAI #LlamaIndex #FastAPI #Entrepreneurship

  4. como con APIs cloud; el perfil de privacidad depende del backend elegido.

    Facilidad de uso
    7/10
    Capacidad analítica
    7/10
    Multimodalidad
    5/10
    Privacidad
    9/10
    Integraciones
    7/10
    Ejecución local
    9/10
    Sitio oficial anythingllm.com/

    3) #LlamaIndex
    Presenta una fortaleza alta en investigación y búsqueda.

    Para construir RAG a medida con control total sobre ingesta, #indexación, recuperación y generación; requiere capacidad técnica

  5. Hybrid RAG для бизнеса: умный поиск по документам без облака и утечки данных

    Крупная логистическая компания. Многолетний архив — договоры с перевозчиками, регламенты, переписка по инцидентам. Менеджер хочет узнать: были ли у нас претензии к этому контрагенту и на каких условиях мы с ним работали два года назад? Открывает почту, потом SharePoint, потом звонит в архив. Через час у него есть частичный ответ. Та же ситуация повторяется в таможне, банках и юридических фирмах. Данные накоплены — в PDF, Word, сканах, таблицах. Но корпоративная база знаний не отвечает на вопросы: нет инструмента, который понимал бы смысл запроса, а не просто искал по ключевым словам. Автоматизация документооборота упёрлась в потолок классических СЭД.

    habr.com/ru/articles/1024696/

    #Автоматизация_Документооборота #ИИ_для_Бизнеса #Нейросеть_Без_Облака #HybridRAG #Self_Hosted #LangGraph #Haystack #Qdrant #LlamaIndex #observability

  6. 🚀 44 skills to make any AI coding assistant powerful:

    🎮 Games: #pygame, #OpenRCT2, mGBA

    🖥️ Desktop: #PyQt, #Qt C++

    🌐 Extensions: #Firefox, #Thunderbird

    🐍 Python: #Django, pytest, SQLAlchemy

    🐧 Linux: #KDE Plasmoid, Kate

    🤖 AI: #LlamaIndex

    and more!

    github.com/codeatcode/oss-ai-s

  7. 🚀 44 skills to make any AI coding assistant powerful:

    🎮 Games: #pygame, #OpenRCT2, mGBA

    🖥️ Desktop: #PyQt, #Qt C++

    🌐 Extensions: #Firefox, #Thunderbird

    🐍 Python: #Django, pytest, SQLAlchemy

    🐧 Linux: #KDE Plasmoid, Kate

    🤖 AI: #LlamaIndex

    and more!

    github.com/codeatcode/oss-ai-s

  8. Анализ документов нейросетью с цитатами из источников: research-docs скилл для Claude Code

    Закинул 30 PDF в папку — получил HTML-отчёт с ответами на вопросы и цитатами, привязанными к конкретному месту на странице документа. Research-docs — Claude Code скилл от LlamaIndex на базе парсера LiteParse. Разбираю как работает, какие форматы поддерживает, сколько стоит и где подвох с «никаких галлюцинаций».

    habr.com/ru/articles/1021098/

    #claudecode #pdf #llm #rag #llamaindex #анализ_документов #opensource

  9. Agentic RAG Challenge. Я знаю что вы искали прошлым летом…

    В данной статье хотел бы поделиться опытом участия в хакатоне Agentic Legal RAG Challenge 2026 . Наша команда называется "Sparks of intelligence".

    habr.com/ru/articles/1014520/

    #rag #qdrant #llamaindex #ии_агент #векторный_поиск #чанкинг #гибридный_поиск #векторная_база_данных #хакатон

  10. LlamaIndex launches LiteParse, a new TypeScript-native library for parsing complex PDFs in AI agent workflows. The open-source tool runs locally, preserving document layout for better LLM understanding. It addresses a key bottleneck in RAG systems where data ingestion has become slower than the models themselves. marktechpost.com/2026/03/19/ll #AIagent #AI #GenAI #AgenticAI #LlamaIndex

  11. LlamaIndex launches LiteParse, a new TypeScript-native library for parsing complex PDFs in AI agent workflows. The open-source tool runs locally, preserving document layout for better LLM understanding. It addresses a key bottleneck in RAG systems where data ingestion has become slower than the models themselves. marktechpost.com/2026/03/19/ll #AIagent #AI #GenAI #AgenticAI #LlamaIndex

  12. LlamaIndex has released LiteParse, a new open-source TypeScript library for parsing PDFs in AI agent workflows. Unlike traditional tools that convert to Markdown, LiteParse preserves spatial layout using a grid approach. Zero Python dependencies, runs locally on Node.js. Aims to solve the data ingestion bottleneck in RAG pipelines. #AIagent #AI #GenAI #AgenticAI #LlamaIndex marktechpost.com/2026/03/19/ll

  13. LlamaIndex has released LiteParse, a new open-source TypeScript library for parsing PDFs in AI agent workflows. Unlike traditional tools that convert to Markdown, LiteParse preserves spatial layout using a grid approach. Zero Python dependencies, runs locally on Node.js. Aims to solve the data ingestion bottleneck in RAG pipelines. #AIagent #AI #GenAI #AgenticAI #LlamaIndex marktechpost.com/2026/03/19/ll

  14. New AI Leader Series 🎥

    @Experian_US 's Head of AI/ML Innovation James Lin shares why his team chose LlamaIndex to build AI customer support agents designed to improve NPS — and what mattered most in production.

    Watch → youtube.com/watch?v=bz50n9jDP2M

  15. New AI Leader Series 🎥

    @Experian_US 's Head of AI/ML Innovation James Lin shares why his team chose LlamaIndex to build AI customer support agents designed to improve NPS — and what mattered most in production.

    Watch → youtube.com/watch?v=bz50n9jDP2M

    #AIAgents #EnterpriseAI #LlamaIndex

  16. Maxun v0.0.32 ra mắt với tính năng ghi âm thời gian thực, hỗ trợ đồng bộ trạng thái website thực tế, thao tác live như gõ, nhấn, cuộn, điều hướng. Hỗ trợ tích hợp SDK: LlamaIndex, Google Sheets, Airtable, LangChain, OpenAI và nhiều hơn nữa. Chế độ AI tự động tìm và trích xuất dữ liệu mà không cần URL. Mã nguồn mở, tự lưu trữ. #Maxun #WebScraping #OpenSource #SelfHosted #AI #LlamaIndex #LangChain #NoCode #DataExtraction #CôngCụMãNguồnMở #TríchXuấtDữLiệu #AI #TựHost

    reddit.com/r/selfh

  17. Maxun v0.0.32 ra mắt với tính năng ghi âm thời gian thực, hỗ trợ đồng bộ trạng thái website thực tế, thao tác live như gõ, nhấn, cuộn, điều hướng. Hỗ trợ tích hợp SDK: LlamaIndex, Google Sheets, Airtable, LangChain, OpenAI và nhiều hơn nữa. Chế độ AI tự động tìm và trích xuất dữ liệu mà không cần URL. Mã nguồn mở, tự lưu trữ. #Maxun #WebScraping #OpenSource #SelfHosted #AI #LlamaIndex #LangChain #NoCode #DataExtraction #CôngCụMãNguồnMở #TríchXuấtDữLiệu #AI #TựHost

    reddit.com/r/selfh

  18. LlamaIndex is sponsoring + speaking at @wandb ( @CoreWeave ) Fully Connected London (Nov 4–5), a 2-day event for engineers shipping AI to prod.

    Talk: Automating knowledge work with AI agents
    Speaker: @tuana (Sr. DevRel Eng)

    wandb.ai/site/resources/events

  19. LlamaIndex is sponsoring + speaking at @wandb ( @CoreWeave ) Fully Connected London (Nov 4–5), a 2-day event for engineers shipping AI to prod.

    Talk: Automating knowledge work with AI agents
    Speaker: @tuana (Sr. DevRel Eng)

    wandb.ai/site/resources/events

    #AI #LLM #Agents #LlamaIndex #FullyConnected2025

  20. We’re bringing AI agents to the insurance frontier at 🦙
    See how LlamaIndex is helping insurers streamline claims, underwriting & CX.

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

  21. 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/itcvegas

    #AIinInsurance #InsurTech #LlamaIndex

  22. [Перевод] Автоматический парсинг чеков с LlamaIndex и Pydantic

    Команда Python for Devs подготовила перевод статьи о том, как с помощью LlamaIndex и Pydantic можно превратить сканы чеков в структурированные данные. Минимум кода — и у вас готовый CSV для анализа.

    habr.com/ru/articles/953414/

    #Python #LlamaIndex #Pydantic #OCR #Kaggle #Receipt #Extraction #CSV #Async #Pipeline

  23. Discover how Flowise helps you create and build custom AI agents and LLM workflows with a simple drag-and-drop interface.

    More details here: ostechnix.com/flowise-build-ai

    #Flowise #AI #LLM #RAG #Langchain #Langgraph #Llamaindex #Opensource #Nodejs

  24. Discover how Flowise helps you create and build custom AI agents and LLM workflows with a simple drag-and-drop interface.

    More details here: ostechnix.com/flowise-build-ai

    #Flowise #AI #LLM #RAG #Langchain #Langgraph #Llamaindex #Opensource #Nodejs

  25. 📢 Episode 2 of the AI Leader Series is live!

    We talk with Swami Chandrasekaran, Head of AI & Data Labs at @KPMG_US, about how the Big Four firm powers context-aware AI agents with LlamaIndex.

    👉 Watch now + subscribe: youtube.com/watch?v=qkpUo9RheOo

  26. 📢 Episode 2 of the AI Leader Series is live!

    We talk with Swami Chandrasekaran, Head of AI & Data Labs at @KPMG_US, about how the Big Four firm powers context-aware AI agents with LlamaIndex.

    👉 Watch now + subscribe: youtube.com/watch?v=qkpUo9RheOo

    #AILeaderSeries #KPMG #EnterpriseAI #LlamaIndex

  27. How @Jeppesen (a @Boeing company) went from 512h → 64h to build AI agents:

    ✅ Built a Unified Chatbot Framework on LlamaIndex
    ✅ 1,792h saved already
    ✅ Nearly 4,900h projected annually

    From chatbot to full agent orchestration system. 🚀
    Case study: llamaindex.ai/blog/jeppesen-a-

  28. How @Jeppesen (a @Boeing company) went from 512h → 64h to build AI agents:

    ✅ Built a Unified Chatbot Framework on LlamaIndex
    ✅ 1,792h saved already
    ✅ Nearly 4,900h projected annually

    From chatbot to full agent orchestration system. 🚀
    Case study: llamaindex.ai/blog/jeppesen-a-

    #GenAI #AIagents #LlamaIndex

  29. 🚀 Excited to co-sponsor Agentic AI in Action in SF with AWS, Elastic, and TwelveLabs on Aug 26 in SF!

    Catch our own Laurie Voss (VP Dev Rel) with a live tech talk: “Building Document Agents with LlamaIndex: Effective Design Patterns”.

    Expect food, demos, partner insights, and AI networking magic. See you at the AWS Loft!

    🔗 Register today: aicamp.ai/event/eventdetails/W

  30. 🚀 Excited to co-sponsor Agentic AI in Action in SF with AWS, Elastic, and TwelveLabs on Aug 26 in SF!

    Catch our own Laurie Voss (VP Dev Rel) with a live tech talk: “Building Document Agents with LlamaIndex: Effective Design Patterns”.

    Expect food, demos, partner insights, and AI networking magic. See you at the AWS Loft!

    🔗 Register today: aicamp.ai/event/eventdetails/W

    #AgenticAI #LlamaIndex #AWS #Elastic #AI

  31. 🚀 @SkySQL just cracked the code on hallucination-free SQL generation.

    Using @llamaindex, they built AI agents that turn natural language into accurate SQL queries across complex database schemas.

    Key wins:

    ✅ Zero hallucinated queries
    ✅ Faster development cycles
    ✅ Seamless MariaDB integration

    The future of database interactions is here 👇
    llamaindex.ai/blog/how-skysql-

  32. 🚀 @SkySQL just cracked the code on hallucination-free SQL generation.

    Using @llamaindex, they built AI agents that turn natural language into accurate SQL queries across complex database schemas.

    Key wins:

    ✅ Zero hallucinated queries
    ✅ Faster development cycles
    ✅ Seamless MariaDB integration

    The future of database interactions is here 👇
    llamaindex.ai/blog/how-skysql-

    #AI #Database #LlamaIndex

  33. How do you trust AI when it extracts data from documents?

    That’s been one of the biggest blockers to using AI in high-stakes business settings. If you can’t trace where the information came from… it’s hard to rely on it.

    💥 Enter LlamaExtract — a new tool from LlamaIndex that extracts data with citations.

    Now when AI pulls out key insights from a document, you can see exactly where it came from.

    Read more here: llamaindex.ai/blog/get-citatio

    #AI #GenAI #GenerativeAI #LlamaIndex

  34. How do you trust AI when it extracts data from documents?

    That’s been one of the biggest blockers to using AI in high-stakes business settings. If you can’t trace where the information came from… it’s hard to rely on it.

    💥 Enter LlamaExtract — a new tool from LlamaIndex that extracts data with citations.

    Now when AI pulls out key insights from a document, you can see exactly where it came from.

    Read more here: llamaindex.ai/blog/get-citatio

    #AI #GenAI #GenerativeAI #LlamaIndex

  35. 🚀 Dive into the world of multi-agent orchestration with LlamaIndex's AgentWorkflow! 🧠📈 Learn how it simplifies complex scenarios through an easy-to-understand example. Check out my latest article!
    #DataScience #AI #MachineLearning #DeepLearning #LlamaIndex
    dataleadsfuture.com/diving-int

  36. Ich will mal ein paar #GenAI #RAG Tests machen und habe überlegt, mit welchem mir bekannten Korpus ich das machen könnte. Nachdem ab Dienstag erstmal dystopische Zeiten bevorstehen, habe ich mich für "Jonas, Der letzte Detektiv" entschieden (de.wikipedia.org/wiki/Der_letz) entschieden, das habe ich in meiner Jugend immer Donnerstag Abend in Bayern 2 gehört 😎

    Prozess: Download > Transkript mit #Whisper -> Vorbereitung mit #Llamaindex

  37. 🔥 Docling: AI-powered document processing! 🔥
    🤯 PDFs & DOCXs in your AI workflow? Docling makes it easy! Converts to markdown & JSON for RAG and more. Blazing fast! 🚀

    youtu.be/zSCxbqgqeJ8?si=mede5e

    #AI #Docling #DocumentProcessing #OpenSource #RAG #LlamaIndex #Efficiency #Workflows