Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Add URI field to IngestorDocument and add new properties to…
… LocalIngestorSettings This commit adds a new field, `URI`, to the `IngestorDocument` class, allowing for the storage of document URIs. Additionally, it introduces new properties, `matches` and `recursive`, to the `LocalIngestorSettings` class. The `matches` property represents a string pattern for matching documents, while the `recursive` property indicates whether the document listing should be done recursively. These changes enhance the functionality and flexibility of the codebase.
- Loading branch information