I am honestly a little confused if i even need a vector store or even an assistant for that.
My goal is to create a model that can answer any question about the provided data (in this case its e-mails)…
Example question: “What is the Subject of my newest e-mail?”
I am unsure if a vector store is the solution for that case as i can’t really imagine that the keyword “newest” is correctly interpreted in such a way that only the latest e-mail is actually being searched for.
Another factor is data protection… In practice, I would work with sensitive data. If I upload these files to openai, I honestly don’t know how secure the data is there