mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat: Add url_required field to IngestionEntity (#2400)
This pull request adds a new field, `url_required`, to the `IngestionEntity` class. This field is required for the ingestion process and will be used to store the URL of the entity.
This commit is contained in:
parent
aa9a912cde
commit
5d4f5e4496
@ -8,3 +8,4 @@ class IngestionEntity(BaseModel):
|
||||
name: str
|
||||
brain_id_required: bool
|
||||
file_1_required: bool
|
||||
url_required: bool
|
||||
|
Loading…
Reference in New Issue
Block a user