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

Poetry for Dependency Management and TestContainers for Integration Testing #134

Closed bsbodden closed 5 months ago

bsbodden commented 6 months ago

In this PR:

bsbodden commented 6 months ago

@tylerhutcherson Test will likely fail in CI since we would need to configure Github Actions correctly to use TestContainers. I will look into that soon.

But please test locally and see if it all works for you!

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.43%. Comparing base (5fad799) to head (923272b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ======================================= Coverage 88.43% 88.43% ======================================= Files 26 26 Lines 1565 1565 ======================================= Hits 1384 1384 Misses 181 181 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.