Skip to content

Gllm Docproc

A library for orchestrating the processing of document. Typically in a Gen AI applications (but not limited to just Gen AI).

API Reference

The following modules are available in this library:

  • Chunker: Package containing Chunker modules.
  • Converter: Document Processing Orchestrator Converter Package.
  • Data Generator: Document Processing Orchestrator Data Generator Package.
  • Downloader: Document Processing Orchestrator Downloader Package.
  • Dpo Router: Defines a router to route the input into different processing pipelines based on certain criteria.
  • Housekeeping: Document Processing Orchestrator Housekeeping Package.
  • Indexer: Document Processing Orchestrator Indexer Package.
  • Loader: Document Processing Orchestrator Loader Package.
  • Model: Document Processing Orchestrator Model Package.
  • Parser: Document Processing Orchestrator Parser Package.
  • Request Handler: Document Processing Orchestrator Request Handler Package.
  • Response Handler: Document Processing Orchestrator Response Handler Package.
  • Utils: Package containing utility modules for Document Processing Orchestrator.