I have a potential use case where I am augmenting ChatGPT with strategies. Just a long list of strategies with a title, associated keywords, description & steps to implement. Right now this is in a simple vector file but likely needs to be some kind of JSON setup.
Question: How do I accomplish retrieving 3 of these strategies to be presented to the user in a single prompt? Right now no matter my prompt, it only returns 1 strategy. Is there some kind of recursive function I need to look at?