Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 546 Bytes

File metadata and controls

18 lines (10 loc) · 546 Bytes

RAG API web server with source metadata

Similar to rag_api except it also returns information about the sources that were used to answer the query.

Overview

  • See rag_api
  • Uses the Utils.with_sources prompt modification to demand information about the data sources be included in responses.

Setup

See parent README

ℹ️ Make sure you have set the OPENAI_API_KEY environment variable.

Usage