docs: add missing comment

This commit is contained in:
Javier Martinez 2024-07-31 13:45:25 +02:00
parent f57f383428
commit cbddc54dcd
No known key found for this signature in database

View file

@ -62,7 +62,12 @@ class AuthSettings(BaseModel):
class IngestionSettings(BaseModel): class IngestionSettings(BaseModel):
"""Ingestion configuration. """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( enabled: bool = Field(