Skip to main content

Module resources

Module resources 

Source
Expand description

qualia-cli resources — discover, inspect, download, and import catalog resources.

§Pipeline (download)

resources/llms.yaml
  └─ LLMResource::download_info.resolved_url()
       └─ reqwest stream → ~/.qualia/models/<filename>
            └─ GGufSharder::generate_bidx_pointer_map()   ← tensor pointer Quins
                 └─ WriteAheadLog::append_mutation()       ← pointer + provenance Quins
                      └─ LLMResource::to_capability_profile() → CapabilityProfile

§Pipeline (ontology import)

resources/ontologies.yaml
  └─ OntologyResource::download_info.resolved_url()
       └─ reqwest stream → /tmp/<filename>
            └─ qualia_core_db::ingest::streaming_import_rdf()   ← builds .q42
                 └─ WriteAheadLog::append_mutation()             ← provenance Quin

Functions§

cmd_download 🔒
cmd_import_ontology 🔒
cmd_list 🔒
cmd_show 🔒
default_storage_root 🔒
handle
list_llms 🔒
list_ontologies 🔒
list_sparql 🔒
load_catalog
Load the full ResourceCatalog from the YAML files under catalog_dir.
print_help 🔒