UW-xDD / text2graph_llm

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

Improve build/download artifacts step #33

Closed JasonLo closed 5 months ago

JasonLo commented 5 months ago

The base text2graph package requires specific files to operate, including:

Currently, there's an issue with the macrostrat_stratname_data.json file. The program fails if the user lacks permission to write to the site-packages directory, which is a common scenario in environments like CHTC.

To address this, implementing a download or build step could improve the situation and prevent such issues.

JasonLo commented 5 months ago

31 depends on this

JasonLo commented 5 months ago

addressed in #37