i want solution of whatever input i will give whether it is pdf or manual text search . i will upload knowledge data base, on which it will give the output. what should i do in the starting
To start in UiPath, create a new blank process in UiPath Studio and install the PDF and GenAI activity packages from the manage packages menu. Next, set up an integration service connection to an AI provider like OpenAI or Microsoft Azure so your bot can read and understand data. Build a simple workflow that uses an if condition to check whether your input is manual text or a PDF file. If it is a PDF, use a read pdf activity to turn the document into plain text. Finally, use a generative AI activity to pass both your input text and your uploaded knowledge base to the AI model, asking it to find and output the correct solution.
Could you tell me how large your knowledge database is and where you want the final solution to be saved?