mirror of
https://github.com/ruvnet/RuView
synced 2026-07-27 18:11:43 +00:00
10 lines
402 B
TypeScript
10 lines
402 B
TypeScript
/**
|
|
* @ruvector/node/gnn - GNN-specific exports
|
|
*
|
|
* Import GNN capabilities directly:
|
|
* ```typescript
|
|
* import { RuvectorLayer, TensorCompress } from '@ruvector/node/gnn';
|
|
* ```
|
|
*/
|
|
export { RuvectorLayer, TensorCompress, differentiableSearch, hierarchicalForward, getCompressionLevel, init, type CompressionLevelConfig, type SearchResult } from '@ruvector/gnn';
|
|
//# sourceMappingURL=gnn.d.ts.map
|