File size: 1,241 Bytes
5e76f6e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | FOIA_HF_Doc_Search/
βββ FOIA_HF_Doc_Search/
βββ app.py
βββ README.md
βββ requirements.txt
βββ file_structure.txt
βββ CODE_OF_CONDUCT.md
βββ ETHICS.md
βββ gitattributes.txt
βββ audit.py
βββ collaboration.py
βββ entity_graph.py
βββ export_utils.py
βββ foia_requests.py
βββ foia_pdf.py
βββ appeal_pdf.py
βββ schemas.py
βββ semantic.py
βββ core/
β βββ search.py
β βββ vector.py
β βββ redaction.py
βββ ingest/
β βββ loader.py
β βββ sources.py
β βββ agency_registry.py
β βββ cia_reading_room.py
β βββ fbi_vault.py
β βββ generic_public_foia.py
βββ search/
β βββ semantic.py
βββ data/
β βββ foia_sources.json
β βββ demo/
β βββ metadata.json
β βββ documents/
β βββ aatip_sample.txt
β βββ tencap_sample.txt
βββ tests/
βββ test_core.py
βββ test_schema.py |