We need to create a simple frontend to test our backend application. For sending a prompt to LLM we need to pass context and question from our frontend and display the answer given by LLM.
Conversation to resolve
[ ] Need to decide which frontend framework to use or use vanilla JS and HTML.
Acceptance Criteria
[ ] User can upload pdf documents or add text for context
[ ] User can enter question
[ ] Submit button should be present which sends REST API request to server
[ ] Webpage should display the error message if any sent by server
[ ] Answer received in response from the server should be displayed
Description
We need to create a simple frontend to test our backend application. For sending a prompt to LLM we need to pass context and question from our frontend and display the answer given by LLM.
Conversation to resolve
Acceptance Criteria