Turn a Google Drive file into a searchable knowledge chat. Team members can ask questions and get clear answers that come from the file, which helps with training, support, and daily work. It suits teams that store guides, policies, or product docs in Drive and need quick answers.
Here is how it works. Click Test Workflow to load the data. The workflow reads a Google Drive file, breaks text into 3000 character chunks with 200 overlap, builds embeddings with OpenAI, and saves them into a Pinecone index. When you click Chat and type a question, the question is embedded, Pinecone returns the most relevant chunks, and the OpenAI chat model writes an answer using that context. The setup uses Google Drive for storage, Pinecone for fast search, and OpenAI for language understanding, which delivers faster answers at scale.
To set it up, you need a Google Drive account, an OpenAI API key, and a Pinecone index with 1536 dimensions selected in both Pinecone nodes. Paste your file link into the Set node, then run Test Workflow to index the content. Next, open Chat and ask questions. Expect shorter search times, fewer context switches, and better accuracy for internal knowledge, onboarding, SOPs, and product manuals.