@Karan,
The scenario here is, I have set of PDF files that contains information about different companies. User asks for specific information like CEO of a particular company, say ‘Tell me the CEO of Tesla’. The chatbot should take CEO and Tesla as input and should pass to UIpath Process. The process should trigger and return the required information(i.e perform an OCR and find the CEO from the PDF file).
Now my question is should I preprocess these information(since its static data and wont change over time) and store in Database or excel? Or should i use queues to temporarily store the output and get the data from ‘get transaction item activity’, whenever there is a request from chatbot?