Skip to main content

Crate graphify_ingest

Crate graphify_ingest 

Source
Expand description

URL fetching and content ingestion for graphify.

Downloads web content, extracts text, and saves it locally as markdown for further graph extraction. Port of Python ingest.py.

Enums§

IngestError
Errors from the ingest layer.

Functions§

ingest_url
Ingest content from a URL and save locally.
save_query_result
Save a query result (question + answer) to the memory directory.