Skip to content

Latest commit

 

History

History

rag_with_sources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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