MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / python_bridge.rs

File python_bridge.rs

core/src/embeddings/python_bridge.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Python bridge provider for calling Python embedding implementations
2//!
3//! This provider wraps a Python object that implements the embedding interface
4//! and forwards requests to it, converting between Rust and Python types.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected