This n8n workflow demonstrates how to automate oftern time-consuming form filling tasks in the early stages of the tendering process; the Request for Proposal document or "RFP".
It does this by utilising a company's knowledgebase to generating question-and-answer pairs using Large Language Models.
curl --location 'https://<n8n_webhook_url>' \
--form 'id="RFP001"' \
--form 'title="BlueChip Travel and StarBus Web Services"' \
--form 'reply_to="jim@example.com"' \
--form 'data=@"k9pnbALxX/RFP Questionnaire.pdf"'
OpenAI assistants is only one approach to hosting a company knowledgebase for AI to use. Exploring different solutions such as building your own RAG-powered database can sometimes yield better results in terms of control of how the data is managed and cost.
Implement complex processes faster with n8n