Tag: LLamaIndex

  • LLM-Native Resume Matching Solution with LlamaParse

    LLM-Native Resume Matching Solution with LlamaParse

    LLM-Native Resume Matching Solution with LlamaParse and LlamaCloud. Traditional resume screening often depends on manual filtering and matching criteria, making it a slow and tedious process for recruiters. Thanks to @ravithejads, we now have an LLM-native solution that simplifies and speeds up the entire process: This complete end-to-end flow is powered by LlamaParse, LlamaCloud, and…

  • LLamaIndex Chat-UI

    LLamaIndex Chat-UI

    Build a chat UI for your LLM app in minutes with LlamaIndex chat-ui! This React component library offers: @vercel AI Key features: @llamaindex/chat-ui is a React component library that provides ready-to-use UI elements for building chat interfaces in LLM (Large Language Model) applications. This package is designed to streamline the development of chat-based user interfaces…

  • LLamaIndex Workflows

    LLamaIndex Workflows

    Today, the LLamaIndex Team introduced Workflows—a new event-driven way of building multi-agent applications. By modeling each agent as a component that subscribes to and emits events, you can build complex orchestration in a readable, Pythonic manner that leverages batching, async, and streaming. Limitations of the Graph/Pipeline-Based Approach The path to this innovation wasn’t immediate. Earlier…