Turn a Google Drive folder into a live HR knowledge base. Staff can ask questions in chat and get answers based on your latest policy files. Great for HR teams that want fast, consistent answers without repeating the same replies.
When a file is added or updated in the chosen Google Drive folder, the workflow downloads it, splits the text into chunks, creates embeddings with Google Gemini, and loads them into a Pinecone index. A chat trigger starts an AI Agent that uses the Gemini chat model, memory for context, and a Vector Store Tool connected to Pinecone to search your documents and answer questions. Updates are picked up within about a minute, so answers stay fresh.
To set it up, you will need Google Drive access, a Google AI API key, and a Pinecone index named company files. Point both Google Drive triggers to your folder and set the Pinecone nodes to the right index. Share the chat link with employees to start. Expect faster response times, fewer repeat tickets, and quick lookups for benefits, leave, and onboarding policies.