Hacker News new | ask | show | jobs
by killerstorm 1181 days ago
OpenAI uses redis to store pieces of text. Fetching pieces of text is not computationally intensive.
1 comments

Most likely they have them in an rdbms, so it's more like joining a forum thread together. Not expensive, but why not prebuild and store it instead?