Storing raw document text in the local DuckDB file is a blocker for data-sensitive environments. Teams subject to data controls may not be able to store plaintext content locally, even privately.
A "reference key mode" that persists only a reference key alongside each index entry but never writes the raw text to disk would be useful here. At query time, the caller resolves keys to content via a provided callback or some other way.
Thank you!
Storing raw document text in the local DuckDB file is a blocker for data-sensitive environments. Teams subject to data controls may not be able to store plaintext content locally, even privately.
A "reference key mode" that persists only a reference key alongside each index entry but never writes the raw text to disk would be useful here. At query time, the caller resolves keys to content via a provided callback or some other way.
Thank you!