File size: 1,332 Bytes
d3787d1
 
 
3c0fb3e
 
 
0bdc135
3c0fb3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0bdc135
3c0fb3e
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
from modules.config.categories import ScriptureCategoryConstants


shukla_yajur_vedam_config = {
    "name": "shukla_yajur_vedam",
    "title": "Shukla Yajur Vedam",
    "category": ScriptureCategoryConstants.VEDAM,
    "output_dir": "./output/shukla_yajur_vedam",
    "collection_name": "shukla_yajur_vedam",
    "unit": "page",
    "metadata_fields": [
        {
            "name": "file",
            "label": "File Name",
            "datatype": "str",
            "description": "name of the file from which the information was extracted",
        },
        {
            "name": "page",
            "datatype": "int",
            "label": "Page Number",
            "description": "Page number from the source",
            "show_as_filter": True,
            "is_unique": True,
        },
    ],
    "pdf_path": "./data/shukla-yajur-veda.pdf",
    "source": "https://www.thearyasamaj.org/uploads/book/2014/04/R1sSjG_eLb_sub_406_yajurveda.pdf",
    "language": "san+eng",
    "example_labels": [
        "About Vedam",
        "About the five elements",
        "About Brahma",
    ],
    "examples": [
        "Gist of Shukla Yajur Vedam. Give me some sanskrit verses.",
        "What is the significance of fire and water. show some sanskrit verses",
        "Brahma",
    ],
    "llm_hints": [],
    "audio_modes": {},
}