sanatan_ai / modules /config /bhagavata_purana.py
vikramvasudevan's picture
Upload folder using huggingface_hub
7be9035 verified
from modules.config.categories import ScriptureCategoryConstants
from modules.google_drive.google_drive_utils import convert_drive_url_to_direct
bhagavata_purana_config = {
"name": "bhagavata_purana",
"title": "Bhagavatha Puranam",
"banner_url": convert_drive_url_to_direct(
"https://drive.google.com/file/d/1APDzjcF-G4tn6qHHn0QFmA-odcrQS2-e/view?usp=drive_link"
),
"category" : ScriptureCategoryConstants.PURANAM,
"output_dir": "./output/bhagavata_purana",
"collection_name": "bhagavata_purana",
"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/bhagavata_purana.pdf",
"source": "https://dn790003.ca.archive.org/0/items/bhagavatapuranagitapress_201907/Bhagavata%20Purana%20-%20Gita%20Press_text.pdf",
"language": "san+eng",
"example_labels": ["Gajendra Moksham", "Prahalad"],
"examples": [
"State some verses that showcase the devotion of Gajendra the elephant",
"State some verses that showcase the devotion of Prahlada",
],
"llm_hints": [],
}