Here is a simple code to use Redis and embeddings but It's not clear how can I build and load own embeddings and then pull it from Redis and use in search
But I want to load a text from e.g. text file, create embedings and load into Redis for later use. Something like this:
Does anyone have good example to implement this approach?
from How properly store and load own embeddings in Redis vector db
No comments:
Post a Comment