How properly store and load own embeddings in Redis vector db
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 from langchain.embeddings import OpenAIEmbeddings from langchain.vectorstores.redis import Redis…