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

VoyageAI vectorizer and reranker #152

Closed fzowl closed 1 week ago

bsbodden commented 3 months ago

@fzowl there are tests failing in our test matrix, can you address them before the branch goes stale?

fzowl commented 3 months ago

@bsbodden The failed tests seem to be related to GCP credentials, not during the code tests but during the Authenticate to GCP step, which is in your control, I believe. Can you please help me out with what the issue could be here?

Screenshot 2024-06-08 at 12 14 54
tylerhutcherson commented 2 weeks ago

Will take a look and see if we can get this wrapped up, thanks team!

fzowl commented 2 weeks ago

@tylerhutcherson Thank you!

fzowl commented 1 week ago

@tylerhutcherson Any progress on this? Is there anything i can help?

tylerhutcherson commented 1 week ago

FYI @fzowl im working on fixing tests over here: https://github.com/redis/redis-vl-python/pull/223 will merge when I have it all working. Needed to address the lockfile, formatting/linting, and one other thing.

fzowl commented 1 week ago

@tylerhutcherson Thank you very much! I was struggling a bit with the lockfile, i tried to update it but it was hanging every time for me. Thank you very much for your help!

tylerhutcherson commented 1 week ago

@tylerhutcherson Thank you very much! I was struggling a bit with the lockfile, i tried to update it but it was hanging every time for me. Thank you very much for your help!

No problem! We're happy to support more integrations, and sorry this took so long. We just had a slew of customer requests we needed to focus on first. @fzowl I will close this PR in favor of the other, and plan to release soon. Will VoyageAI do any kind of announcement about the new integration or maybe host an example in your docs? That would be rad.

fzowl commented 1 week ago

@tylerhutcherson Yes, i will add RedisVL to our integrations in our site. I have one more question, is the API documentation automatically generated or shall i extend with VoyageAI? (https://www.redisvl.com/api/vectorizer.html)