Skip to content

Latest commit

 

History

History

RFI-assistant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Automate Request for Information(RFI) using LLMs

Based on relevant company documents provided we can use LLMs to generate answers for questions in RFI documents.

Local Development

make clean
make setup
make run

Set Env Variables

export H2OGPTE_API_TOKEN="" 

export H2OGPTE_URL="https://**.h2ogpte.h2o.ai"

Deploy in the AI Cloud

App Secrets

h2o secret create h2o-rfi-qa -l h2ogpte-key="" -l h2ogpte-url="https://***.h2ogpte.h2o.ai"

App Defaults

App Workflow

Upload Sources

This feature enables users to view the current list of documents in a collection that LLMs use to answer RFI queries. Disabled for demo!

Upload RFI Questionnaire

This feature automates the RFI answering process. Users can upload an Excel file with a mandatory "Question" field. The LLM models use this to provide answers, which appear in an editable table for user review. Users can modify the answers in the table before downloading them.

Chat

This feature allows users to interact directly with LLM models.