Feature/metadata and remote expansion #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I made three changes, all specifically to the photograph part of the app. These were:
Motivation and Context
The first of these changes allows the app to scale to larger datasets of photographs. For use cases where there are over a million photos, it will be helpful to be able to run the app without having to store all of the photos locally.
The next two are to enable more specific photograph searching. This is particularly useful for contexts where a user might know about a specific photo they're looking for, but not know where to find it. By filtering based on date or file name they can get closer to finding the photo they want, and then layer the embedding search on top of that.
Type of Change
Component(s) Affected
Changes Made
Testing
How Has This Been Tested?
I ran manual tests on each aspect that I described above.
Screenshots (if applicable)
Checklist
Code Quality
black .andisort .on Python codenpm run linton frontend code (if applicable)Testing
I didn't see unit tests.
I didn't see unit tests.
Documentation
config.jsondocumentation if config changes were madeDependencies
requirements.txt(if Python dependencies changed)package.json(if Node dependencies changed)Research (if applicable)
Breaking Changes
None / (describe breaking changes)
Additional Notes
Reviewers Checklist (for maintainers)