zgornel / Garamond.jl

A small, flexible neural and data search engine, written in Julia. Batteries not included.
MIT License
14 stars 1 forks source link

Ability to drop data after embedding #36

Open zgornel opened 4 years ago

zgornel commented 4 years ago

Data indexing (also online form) should allow for dropping an arbitrary number if fields, potentially all; this would allow for the engine not to store any data except indexes in the db and the search to employ only the searchers. A bit the reverse of the noop index where the search is done in the db only.