Files
wehub-resource-sync 86db9aae8e
Documentation / build (push) Waiting to run
Documentation / deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:34:55 +08:00

3.2 KiB

layout, title, parent, nav_order, description, permalink
layout title parent nav_order description permalink
default Parsing Examples 4 overview of the major modules and classes of LLMWare /examples/parsing

Parsing - Introduction by Examples

We introduce llmware through self-contained examples.

🚀 Parsing Examples 🚀

Parsing is the Humble Hero of Good RAG Pipelines

LLMWare supports parsing of a wide range of unstructured content types, and views parsing, text chunking and indexing as the first step in the pipeline, and like any pipeline, care and attention to getting "great input" is usually the key to "great output."

In this repository, we show several key features of parsing with llmware:

Parsing PDFs like a Pro

Parsing Office Documents (Powerpoints, Word, Excel)

Parsing without a Database

Other Content Types

For more examples, see the [parsing examples]((https://www.github.com/llmware-ai/llmware/tree/main/examples/Parsing/) in the main repo.

Check back often - we are updating these examples regularly - and many of these examples have companion videos as well.

Let's get started! 🚀