mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
docs: add missing comment
This commit is contained in:
parent
f57f383428
commit
cbddc54dcd
1 changed files with 6 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue