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
10
dist/universal/uuid.d.ts
vendored
Normal file
10
dist/universal/uuid.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Universal UUID implementation
|
||||
* Works in all environments: Browser, Node.js, Serverless
|
||||
*/
|
||||
export declare function v4(): string;
|
||||
export { v4 as uuidv4 };
|
||||
declare const _default: {
|
||||
v4: typeof v4;
|
||||
};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue