redis / redis-vl-python

Redis Vector Library (RedisVL) interfaces with Redis' vector database for realtime semantic search, RAG, and recommendation systems.
https://www.redisvl.com/
MIT License
176 stars 25 forks source link

adds custom vectorizer support #156

Closed justin-cechmanek closed 1 week ago

justin-cechmanek commented 3 weeks ago

This PR introduces a new CustomTextVectorizer class that allows for users to wrap their own embedding functions and methods to be compatible with RedisVL.

tylerhutcherson commented 1 week ago

@justin-cechmanek Can you work on rebasing these changes on top of main? Then we can get this in today.