Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: derekphilipau/museum-nextjs-search

Various updates

20 Jul 22:51
9d80c79
Compare
Choose a tag to compare

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

09 Jul 03:28
d60e526
Compare
Choose a tag to compare

CLIP Embeddings are an experimental feature and not necessary for installing & running.

Improve color search

26 Jun 03:17
019182b
Compare
Choose a tag to compare
Merge pull request #24 from derekphilipau/dev

Improve color search

Dominant Colors

25 Jun 04:25
13617e5
Compare
Choose a tag to compare

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

18 Jun 22:55
812a50d
Compare
Choose a tag to compare

Basic working version. Future releases may include other datasets as examples of how to adapt for other institutions.