graphai.api.ontology.router module
- async graphai.api.ontology.router.tree()
- async graphai.api.ontology.router.cat_info(category_id)
- async graphai.api.ontology.router.cluster_info(cluster_id)
- async graphai.api.ontology.router.concept_info(concept_id: List[str])
- async graphai.api.ontology.router.openalex_category_nearest_topics(category_id)
- async graphai.api.ontology.router.openalex_topic_nearest_categories(topic_id)
- async graphai.api.ontology.router.recompute_clusters(data: RecomputeClustersRequest)
- async graphai.api.ontology.router.recompute_clusters_status(task_id)
- async graphai.api.ontology.router.compute_graph_distance(data: GraphDistanceRequest)
- async graphai.api.ontology.router.compute_graph_concept_nearest_category(data: GraphConceptNearestCategoryRequest)
- async graphai.api.ontology.router.compute_graph_cluster_nearest_category(data: GraphClusterNearestCategoryRequest)
- async graphai.api.ontology.router.compute_graph_nearest_concept(data: GraphNearestConceptRequest)
- async graphai.api.ontology.router.break_up_cluster(data: BreakUpClusterRequest)