UW-xDD / text2graph_llm

An experimental API endpoint to convert text to knowledge graph triplets.
MIT License
2 stars 1 forks source link

Ilm provenance #26

Closed ilmcconnell closed 5 months ago

ilmcconnell commented 5 months ago

@JasonLo basic internal provenance system, and ttl output conversion update to include that provenance.

ilmcconnell commented 5 months ago

Not in this PR, but in a future update, we should consider integrating a ProvenanceHandle with a PipelineRunner to simplify management. Currently, the widespread use of Provenance is becoming difficult to maintain.

I agree. I'd like a more maintainable yet still light weight approach here. This was always intended to be a stop gap.

All requested changes submitted, including SentenceTransformers forced to use CPU.