Skip to content

Feature Request: Key-Only Storage Mode (Remote Text Retrieval) #71

@ntentes

Description

@ntentes

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions