[SOLVED]Help with Email Agent
I’m currently developing an email agent, but I’m encountering a problem retrieving data from my vector store (ChromDB). Specifically, I’m trying to use this data to generate draft emails, but the agent is repeatedly iterating and ultimately producing no output. I’ve replicated the prompts from the template, and I’m using ChromDB in my setup. Does anyone have any idea on a similar issue they have had? Thanks! ------- [update] My original issue began because I did not upload my pdf correctly to Chroma, i was only uploading json strings with nothing. So I had another issue with loading the data to Chroma Vector Store, I needed to add another node to convert binary to json and also load specific data instead of all of it.