Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a default for the dtype field of BaseVectorizer #261

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

abrookins
Copy link
Collaborator

In 0.3.8, we introduced a new field to BaseVectorizer, dtype, but did not give it a default value. This broke downstream software written against previous versions of redisvl that lacked this field.

Fixes langchain/langchain-redis#48.

In 0.3.8, we introduced a new field to `BaseVectorizer`, `dtype`, but
did not give it a default value. This broke downstream software written
against previous versions of redisvl that lacked this field.
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>
@abrookins abrookins marked this pull request as ready for review January 23, 2025 21:31
@tylerhutcherson tylerhutcherson self-requested a review January 24, 2025 13:31
Copy link
Collaborator

@tylerhutcherson tylerhutcherson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dtype param expected in BaseVectorizer class but missing from EmbeddingsVectorizer
2 participants