From cbddc54dcd3c08251e0605c0cfa1e867d8ccbf08 Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Wed, 31 Jul 2024 13:45:25 +0200 Subject: [PATCH] docs: add missing comment --- private_gpt/settings/settings.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/private_gpt/settings/settings.py b/private_gpt/settings/settings.py index 1e23bb9..cf4ec41 100644 --- a/private_gpt/settings/settings.py +++ b/private_gpt/settings/settings.py @@ -62,7 +62,12 @@ class AuthSettings(BaseModel): class IngestionSettings(BaseModel): """Ingestion configuration. - The implementation of the ingestion strategy must + This configuration is used to control the ingestion of data into the system + using non-server methods. This is useful for local development and testing; + or to ingest in bulk from a folder. + + Please note that this configuration is not secure and should be used in + a controlled environment only (setting right permissions, etc.). """ enabled: bool = Field(