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! 🚀