Turn a folder of finance files into a fast Q&A helper. New, changed, or deleted files are kept in sync with a vector database so answers stay current. Teams can ask questions through a chat endpoint and get clear answers based on the latest documents.
The flow starts when the local folder changes. It reads the file, adds simple metadata like filename and month, splits the text into chunks, and creates embeddings with Mistral. Points are stored in Qdrant. If a file is updated or removed, matching points are found and deleted through the Qdrant API, then rebuilt when needed. A retriever pulls the best chunks for each question, and a Mistral chat model crafts the final reply. The chat trigger exposes a webhook so users can query the data.
Setup needs a folder path n8n can read, a Qdrant collection, and a Mistral API key. Expect faster research, fewer manual lookups, and better accuracy for finance reports and audits. Use it for month end close, expense reviews, compliance checks, and vendor inquiries. Follow the steps below to connect credentials, set the folder, and test the chat endpoint.