Open Player256 opened 4 weeks ago
Hey @Player256, excellent PR! Can you also add a cookbook to show the use of redis as a vector database?
@manthanguptaa I had a few doubts about the implementation.
@Player256 do you have any ideas on how to solve the issue you are running into?
I am stuck here. Can you help @manthanguptaa ?
PR for #1325 Pull Request Overview
Summary of Changes
phi/vectordb/redis/init.py: Initialization file for the Redis vector database module.
phi/vectordb/redis/redis.py: Contains the implementation of the Redis vector database, with methods for creating, inserting, searching, and managing the index.
phi/vectordb/redis/schema.py: Defines the Redis vector store schema and index information.