Encryption At Rest for privateGPT #481
johnbrisbin
started this conversation in
Ideas
Replies: 1 comment
-
I'm using ecrypted local volumes for documents and data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If it is not encrypted, how private can it be?
Unfortunately, it won't be easy.
Just so you know,
privateGPT uses the Chroma vector database to manage embeddings.
Chroma uses DuckDB to handle the storage internally.
DuckDB makes things persistent on disk using the Parquet Format.
The Parquet format does support encryption. This is the best part of the story because,
DuckDB says they have no plans to adopt the encryption supported in parquet.
Chroma has nothing in their roadmap about encryption.
And this is the only comment about encryption here.
In short, you probably won't see it very soon.
Beta Was this translation helpful? Give feedback.
All reactions