Hey Shruti_Pathak, thanks for the overview. I have been mashing up something pretty similar setup for PaperCut. Essentially an azure function connected to an azure openai instance and a app cache enterprise tier database. Works great locally with redistack on my local machine. But while trying to replicate this in azure in a more production way i have been experiencing some odd behaviour with redisearch. Returning blank context to azure which doesnt know what to do without it. While debugging i noticed in rediinsight that my app cache instance is running redisearch 2.4.16. You have suggested your can use redisearch to search through vector embeddings which is true. But from what i can tell from the release notes thats a lot of the features from redisearch are in version 2.6. So my more direct question is: a. I was just wondering what version of redisearch was running inside your app cache from the example above b. and if you were running version 2.6 how you were able to set that up inside azure? Thanks, Grayson