### What problem does this PR solve? #4126 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.15.1
| bin = REDIS_CONN.get(k) | bin = REDIS_CONN.get(k) | ||||
| if not bin: | if not bin: | ||||
| return | return | ||||
| return np.array(json.loads(bin.decode("utf-8"))) | |||||
| return np.array(json.loads(bin)) | |||||
| def set_embed_cache(llmnm, txt, arr): | def set_embed_cache(llmnm, txt, arr): |