Skip to content

outerbounds/document-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a production-grade document processing workflow with LLMs

Introduction

This repository shows document processing workflows on Outerbounds.

Examples

  • PDF app: Chat with a PDF, do batch workflows with PDFs, and more.
  • Sentiment review: Analyze sentiment of reviews using NVidia NIM.
    • NOTE: to access the @nim decorator in the example, you'll need to be running Metaflow on Outerbounds. Alternatively, you can use the regular OpenAI API and remove the @nim references.