superinsight / open-practice

The purpose of this repository is to allow create an open source application for legal practitioners to leverage AI
Apache License 2.0
0 stars 0 forks source link

Script to ingest CFR 38 for VA #1

Closed csnelsonchu closed 1 month ago

csnelsonchu commented 3 months ago
  1. Modify the main script to accept a set of environment variables which will be but not limited to the following CFR_TITLE=38 CFR_CHAPTER=I CFR_PART=4 CFR_SUBPART=B PRACTICE=va

  2. Call the ECRF API to get all xml contents within Title 38, Chapter I, Part 4, subpart A,B

  3. Store the xml files in https://github.com/superinsight/open-practice/tree/main/src/data/va/cfr/title-38/chapter-I/part-4

See readme for more instructions https://github.com/superinsight/open-practice/blob/main/src/pipeline/ecfr/README.md

csnelsonchu commented 3 months ago

Create a branch call feature-ecfr-ingest-va and modify the code from there.