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

moves extension field names into constants file #225

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

justin-cechmanek
Copy link
Collaborator

Currently our cache, session, and router classes and their corresponding schema have fields like “vector_field_name” and “timestamp” hard coded into them. Since they must match between class and schema and we don’t want users to modify them they should be moved to a separate constants.py file.

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.

Looks good! Just one small comment cleanup, then merge away!

@justin-cechmanek justin-cechmanek merged commit 51e58aa into main Sep 30, 2024
20 checks passed
@justin-cechmanek justin-cechmanek deleted the feat/RAAE-325/extension-constants branch September 30, 2024 20:10
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.

2 participants