qbiocode.apps.quvine.api package#

QuVINE programmatic embedding API.

from qbiocode.apps.quvine.api import embed, load_config, list_methods, resolve_method

Submodules:

Summary#

__all__ Exceptions:

QuvineMethodError

Raised when a requested method cannot be run or fails during execution.

__all__ Classes:

EmbedResult

Result of embed().

__all__ Functions:

build_quantum_targets

DEPRECATED — use build_walk_targets().This builds a walk-AGNOSTIC placeholder (pQ from node-index distance), so it cannot distinguish ctqw/dtqw/rwr.Kept only for backward compatibility; embed() no longer calls it..

embed

Extract a single QuVINE embedding from graph using method.

list_methods

List all callable method names.

load_config

Build the OmegaConf config the API operates on.

resolve_method

Resolve a method name to (kind, key).

run_sgns

One-shot SGNS embedding: build_corpora -> train_embeddings.