Turn your Google Drive files into a fast AI chat that anyone on your team can use. The flow collects documents from a chosen folder, enriches them with helpful tags, and saves them in a vector database so answers come back quickly and with context.
The system starts from a manual button, a webhook call, or a chat message. It looks up file IDs in Google Drive, downloads content, and extracts key details like main themes and topics. Text is split into smart chunks and turned into embeddings with OpenAI. Those chunks and metadata are stored in Qdrant for hybrid search. A chat agent then uses Qdrant to find the right passages and forms a clear reply using OpenAI or Google Gemini. Chat history is saved to Google Docs. A Telegram approval step protects your data when deleting items from the vector store.
You only need to set your Google folder ID and the Qdrant collection name, connect your accounts, and run a test. Most teams see faster answers, less time hunting for files, and safer data updates. It fits knowledge search, policy lookup, onboarding guides, and draft support replies. Once live, it scales to many files and users with minimal upkeep.