Posts

Showing posts from August, 2024

Dev ops Board

  Epic: Enhance SharePoint Landing Page (General Users) Feature 1: Intelligent Question Answering User Story 1: User asks a question As a general user, I want to be able to ask a question related to the organization, so that I can get a quick and accurate answer. Acceptance Criteria: User can input a question in a text box. System displays a loading indicator while processing the query. System displays the answer generated by Azure OpenAI based on Azure Search results. System displays a notification if no answer is found. Tasks: Create a text input field for the user to enter their question. Implement a loading indicator to display while processing the query. Integrate Azure Search to retrieve relevant documents based on the question. Integrate Azure OpenAI to generate an answer based on the retrieved documents. Display the generated answer to the user. Implement a notification system to display when no answer is found. Handle potential errors during search, AI processing, or answer