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