Create a block diagram for the process that I used: Setup: 1. Scrape FAQs from the official webpage. 2. Store it into a google docs file into google drive. 3. Store it into a Vector database and embed it. 4. Split the file into chunks for easier understanding Actual User flow: 1. User inputs a message in web chat. 2. Goes to AI agent where the context window length is set to 7 chats. 3. Use a vector store to retrieve the file and embed it. 4. Use the AI model to compute a response. 5. User can continue asking questions See more