Turn your files into a simple chat experience. Team members can ask a question and get a clear answer with citations to the exact parts of the document. It is great for policies, product docs, or long PDFs that are hard to scan.
Here is how it works. You click run to pull a file from Google Drive. The flow adds basic metadata, splits the text into small chunks, creates vector embeddings with an AI model, and saves them in Pinecone for fast search. A chat input then turns each question into an embedding, finds the top matching chunks in Pinecone, and sends only a set number of chunks to the AI model. The model is guided to return a structured result with an answer and citation indices. The flow then maps those indices back to the source text and builds a clean response with citations.
To set it up, you need Google Drive access, an OpenAI API key, and a Pinecone index with 1536 dimensions. Expect faster answers and fewer back and forth messages since each reply cites the source. This is useful for onboarding, compliance, and support teams that need quick, trusted answers from large documents.