got an error message: redis.exceptions.ResponseError: Property vector_score not loaded nor in schema
the local Redis database is up and running.
First I tried my own implementation with my own database, then I received this error. I read a bunch of codes from other projects using OpenAI+Redis, couldn't figure out how are they any different from my own code.
At last I tried just running the example code with Wikipedia data base, but I still got the same error code.
Am I missing something here?