1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "modules_bot_python_src_dataset_py", "label": "dataset.py", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L1"}, {"id": "dataset_get_datasets_dir", "label": "get_datasets_dir()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L12"}, {"id": "dataset_next_dataset_version", "label": "next_dataset_version()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L19"}, {"id": "dataset_list_datasets", "label": "list_datasets()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L35"}, {"id": "dataset_load_dataset_metadata", "label": "load_dataset_metadata()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L59"}, {"id": "dataset_save_dataset_metadata", "label": "save_dataset_metadata()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L75"}, {"id": "dataset_create_dataset", "label": "create_dataset()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L86"}, {"id": "dataset_extend_dataset", "label": "extend_dataset()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L146"}, {"id": "dataset_get_dataset_labeled_path", "label": "get_dataset_labeled_path()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L224"}, {"id": "dataset_delete_dataset", "label": "delete_dataset()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L238"}, {"id": "dataset_show_datasets_table", "label": "show_datasets_table()", "file_type": "code", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L258"}, {"id": "dataset_rationale_13", "label": "Get/create datasets directory.", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L13"}, {"id": "dataset_rationale_20", "label": "Find the next available dataset version number.", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L20"}, {"id": "dataset_rationale_36", "label": "List all datasets with their metadata. Returns: List of (version, m", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L36"}, {"id": "dataset_rationale_60", "label": "Load metadata for a specific dataset version. Returns: Metadata dic", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L60"}, {"id": "dataset_rationale_76", "label": "Save metadata for a dataset version.", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L76"}, {"id": "dataset_rationale_92", "label": "Create a new versioned dataset. Args: version: Dataset version numb", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L92"}, {"id": "dataset_rationale_151", "label": "Extend an existing dataset with new labeled positions (with deduplication).", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L151"}, {"id": "dataset_rationale_225", "label": "Get the path to a dataset's labeled.jsonl file. Returns: Path to la", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L225"}, {"id": "dataset_rationale_239", "label": "Delete a dataset (recursively removes directory). Args: version: Da", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L239"}, {"id": "dataset_rationale_259", "label": "Display all datasets in a Rich table.", "file_type": "rationale", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L259"}], "edges": [{"source": "modules_bot_python_src_dataset_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L4", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L5", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L6", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L7", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "rich_console", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L8", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "rich_table", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L9", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_get_datasets_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L12", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_next_dataset_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L19", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_list_datasets", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L35", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_load_dataset_metadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L59", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_save_dataset_metadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L75", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_create_dataset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L86", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_extend_dataset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L146", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_get_dataset_labeled_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L224", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_delete_dataset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L238", "weight": 1.0}, {"source": "modules_bot_python_src_dataset_py", "target": "dataset_show_datasets_table", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L258", "weight": 1.0}, {"source": "dataset_next_dataset_version", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L21", "weight": 1.0}, {"source": "dataset_list_datasets", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L41", "weight": 1.0}, {"source": "dataset_load_dataset_metadata", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L65", "weight": 1.0}, {"source": "dataset_save_dataset_metadata", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L77", "weight": 1.0}, {"source": "dataset_create_dataset", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L103", "weight": 1.0}, {"source": "dataset_create_dataset", "target": "dataset_save_dataset_metadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L142", "weight": 1.0}, {"source": "dataset_extend_dataset", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L161", "weight": 1.0}, {"source": "dataset_extend_dataset", "target": "dataset_load_dataset_metadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L208", "weight": 1.0}, {"source": "dataset_extend_dataset", "target": "dataset_save_dataset_metadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L219", "weight": 1.0}, {"source": "dataset_get_dataset_labeled_path", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L230", "weight": 1.0}, {"source": "dataset_delete_dataset", "target": "dataset_get_datasets_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L247", "weight": 1.0}, {"source": "dataset_show_datasets_table", "target": "dataset_list_datasets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L263", "weight": 1.0}, {"source": "dataset_rationale_13", "target": "dataset_get_datasets_dir", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L13", "weight": 1.0}, {"source": "dataset_rationale_20", "target": "dataset_next_dataset_version", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L20", "weight": 1.0}, {"source": "dataset_rationale_36", "target": "dataset_list_datasets", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L36", "weight": 1.0}, {"source": "dataset_rationale_60", "target": "dataset_load_dataset_metadata", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L60", "weight": 1.0}, {"source": "dataset_rationale_76", "target": "dataset_save_dataset_metadata", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L76", "weight": 1.0}, {"source": "dataset_rationale_92", "target": "dataset_create_dataset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L92", "weight": 1.0}, {"source": "dataset_rationale_151", "target": "dataset_extend_dataset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L151", "weight": 1.0}, {"source": "dataset_rationale_225", "target": "dataset_get_dataset_labeled_path", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L225", "weight": 1.0}, {"source": "dataset_rationale_239", "target": "dataset_delete_dataset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L239", "weight": 1.0}, {"source": "dataset_rationale_259", "target": "dataset_show_datasets_table", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/dataset.py", "source_location": "L259", "weight": 1.0}]} |