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
210 stars 32 forks source link

Switch to poetry for package management #130

Closed tylerhutcherson closed 4 months ago

bsbodden commented 6 months ago

@tylerhutcherson I can take a stab at this one if you haven't done it already

tylerhutcherson commented 6 months ago

@bsbodden if you're game that would be awesome. I want to simplify the packaging a good bit, with an emphasis on the dependencies... specifically, we should have the required deps, the development/docs deps, and then some extras for the different integrations. Also want to get linting integrated into the pytest+poetry flow!

tylerhutcherson commented 6 months ago

For example, want to be able to do :

poetry install --with dev,docs
tylerhutcherson commented 4 months ago

Completed and now released as part of 0.2.0 https://github.com/RedisVentures/redisvl