Skip to main content
This guide covers the zero-dependency OSS library (flexorch-audit) for loading local files. To query FlexOrch datasets directly from LangChain using FlexOrchRetriever, see LangChain — Platform SDK.

Overview

flexorch-audit ships a LangChain-compatible document loader that audits each document before it enters your chain.

AuditedLoader


Parameters


In a RAG pipeline

Documents with grades below min_grade are silently skipped. Check loader.skipped for a list of excluded files and their grades.

As a pre-processing step