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
17
dist/utils/version.d.ts
vendored
Normal file
17
dist/utils/version.d.ts
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* Version utilities for Brainy
|
||||
*/
|
||||
/**
|
||||
* Get the current Brainy package version
|
||||
* @returns The current version string
|
||||
*/
|
||||
export declare function getBrainyVersion(): string;
|
||||
/**
|
||||
* Get version information for augmentation metadata
|
||||
* @param service The service/augmentation name
|
||||
* @returns Version metadata object
|
||||
*/
|
||||
export declare function getAugmentationVersion(service: string): {
|
||||
augmentation: string;
|
||||
version: string;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue