This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: derekphilipau/museum-nextjs-search
Releases · derekphilipau/museum-nextjs-search
Various updates
Completely removed CLIP embeddings. They work well but my test Elasticsearch server struggles. See README for more details.
You can completely re-create indices to remove the unneeded embeddings field.
Various updates:
- Ability to augment documents with additional metadata
sortPriority
for ability to manipulate default sort order- UI refinements
- Add Classification to object page
Various UI refinements, embeddings
CLIP Embeddings are an experimental feature and not necessary for installing & running.
Improve color search
Merge pull request #24 from derekphilipau/dev Improve color search
Dominant Colors
Dominant color search in Lab color space. Must re-import collections data and populate dominant colors with the command: npx ts-node ./util/data/import/importDataCommand.ts
Initial release
Basic working version. Future releases may include other datasets as examples of how to adapt for other institutions.