Unstructured-IO / Unstructured-IO/unstructured-ingest
Support source connectors reading content into memory
Open
@rbiseck3 is already working on this.
Since Oct 16, 2023.
enhancement
- Dominant language
- HTML
- Stars
- 109
- Forks
- 58
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 12
Description
Currently, connectors assume access to the local file system. To support workflows that don't have access to the local file system, or general abstractions on how data is shared across ingest steps, the BaseIngestDoc needs to support reading a file into memory rather than to a local file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.