mirror of
https://github.com/ruvnet/RuView
synced 2026-08-10 20:31:42 +00:00
Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @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
|
||||
Reference in New Issue
Block a user