Initial commit: Brainy - Multi-Dimensional AI Database
Open source vector database with HNSW indexing, graph relationships, and metadata facets. Features CLI with professional augmentation registry integration for discovering extensions and capabilities.
This commit is contained in:
commit
f8c45f2d8d
448 changed files with 103294 additions and 0 deletions
7
dist/utils/textEncoding.d.ts
vendored
Normal file
7
dist/utils/textEncoding.d.ts
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Apply TextEncoder/TextDecoder patches for Node.js compatibility
|
||||
* Simplified version for Transformers.js/ONNX Runtime
|
||||
*/
|
||||
export declare function applyTensorFlowPatch(): Promise<void>;
|
||||
export declare function getTextEncoder(): TextEncoder;
|
||||
export declare function getTextDecoder(): TextDecoder;
|
||||
Loading…
Add table
Add a link
Reference in a new issue