Using Redis for embeddings

Thanks for the outline of how you did this. I’m not using Python for this project, but the ideas map directly across for me.

I have the long term need to have sets for individual clients, so I cant spool them up into memory in advance. But for the MVP, I will try your ideas and consider Pinecone etc when I go to production.

I’ll wrap the it into saving, recall, and searching functions so I can swap them out later