My current task is to link a dropbox folder to a workflow, invoices and receipts, that need to be processed (ocr) and then manipulated into a form that can generate reports of stores, dates, items, costs. etc etc, the usual.
My first thought, was that I could use the OCR from Nates InvoiceAgent video, and then submit all the data to Pinecone Vector Store, so that I could ask an agent about the receipts. I modified the "Nike Sales agent" that used pinecone. But when I run my query i get no results. Does anyone have any ideas, or better suggestions?