Files
Harrison Chase caff13b297 add examples (#1)
2023-03-31 16:20:49 -07:00
..
2023-03-31 16:20:49 -07:00
2023-03-31 16:20:49 -07:00
2023-03-31 16:20:49 -07:00
2023-03-31 16:20:49 -07:00
2023-03-31 16:20:49 -07:00
2023-03-31 16:20:49 -07:00
2023-03-31 16:20:49 -07:00

RetrievalQA

This example shows how to expose a RetrievalQA chain as a ChatGPTPlugin.

Step 1: Ingest documents. To run the example, run python ingest.py

Step 2: Make any modifications to chain.py as you see fit (changing prompts, etc.)

Step 3: Make any changes to constants.py as you see fit (this is where you control the descriptions used, etc)