craiyon logo

A flowchart showing a two-part process: Setup involves scraping FAQs, storing in Google Docs and a vector database, and splitting into chunks. Actual User Flow shows input in web chat, going to an AI agent with a 7-chat context window, using a vector store, and computing a response.

A flowchart showing a two-part process: Setup involves scraping FAQs, storing in Google Docs and a vector database, and splitting into chunks. Actual User Flow shows input in web chat, going to an AI agent with a 7-chat context window, using a vector store, and computing a response.

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