Turn a folder of finance files into a simple chat assistant. New, changed, or deleted files are synced to a vector database so your team can ask questions and get clear answers fast. It fits teams that need quick insight from bank statements and other finance documents.
The system watches a local folder for adds, changes, and removals. When a file appears or changes, the flow reads the content, splits it into chunks, and creates embeddings with Mistral AI. Points are stored in Qdrant with helpful metadata like file name and month. If a file is removed, matched points are cleared through the Qdrant API. A chat endpoint then uses Retrieval QA with a Mistral chat model and the Qdrant retriever to answer questions from the latest files.
Setup needs a folder that n8n can access, a reachable Qdrant collection, and a Mistral API key. Expect faster close cycles and fewer manual lookups, with answers in minutes instead of hours. Useful for month end reviews, audits, and vendor checks where people need quick facts from many documents.