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

redis[patch]: fix initialization of RedisConfig.index_schema #19

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

ccurme
Copy link
Contributor

@ccurme ccurme commented Sep 16, 2024

index_schema is getting initialized to None following #14 because it's failing validation. The issue stems from IndexSchema being a Pydantic V1 BaseModel in redisvl. Here we skip validation on index_schema.

@ccurme ccurme merged commit 8eba944 into main Sep 16, 2024
12 checks passed
@tylerhutcherson tylerhutcherson deleted the cc/fix branch October 11, 2024 15:26
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.

1 participant