TheScienceMuseum / heritage-connector

Heritage Connector: Transforming text into data to extract meaning and make connections
https://www.sciencemuseumgroup.org.uk/projects/heritage-connector
MIT License
21 stars 3 forks source link

demo: metadata search #319

Closed kdutia closed 3 years ago

kdutia commented 3 years ago

someone can open a multiselect search and view all the triples, in an understandable format, that contain entities they have selected.

~Could use one of these typeahead/multiselect Svelte widgets:~ ~- MultiSelect~ ~- svelte-typeahead-multiselect~

^ client-side search as above is too slow (see here for slow but working example)

Instead, we need: a) a server which return a list of results (quickly) for a given query (probably using fasttext) b) a client which talks to it