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

Update VertexAI Vectorizer #132

Closed tylerhutcherson closed 3 months ago

tylerhutcherson commented 3 months ago

Update the VertexAITextVectorizer to be able to utilizer newer models and updates to the SDK. Also update the semantic caching imports.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.60%. Comparing base (540171a) to head (60cd1d3).

Files Patch % Lines
redisvl/extensions/llmcache/semantic.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ========================================== + Coverage 89.41% 89.60% +0.18% ========================================== Files 25 25 Lines 1483 1481 -2 ========================================== + Hits 1326 1327 +1 + Misses 157 154 -3 ```

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