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

Added AWS bedrock vectorizer #144

Open neeraj-mahapatra opened 5 months ago

neeraj-mahapatra commented 5 months ago

Description

Changes

Features / major changes

tylerhutcherson commented 5 months ago

Thanks for submitting! We need this to also have proper docs, tests, and sample added to the user guide notebook. Checkout the recent PRs for Azure OpenAI and see the updates that were made to support the new vectorizer

https://github.com/RedisVentures/redisvl/pull/131 https://github.com/RedisVentures/redisvl/pull/142

tylerhutcherson commented 3 months ago

Hey @neeraj-mahapatra Are you willing/able to add docs/tests/sample?