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
14
dist/cortex.js
vendored
Normal file
14
dist/cortex.js
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* Cortex - The Brain's Central Orchestration System
|
||||
*
|
||||
* 🧠⚛️ The cerebral cortex that coordinates all augmentations
|
||||
*
|
||||
* This is the main export for the Cortex system. It provides the central
|
||||
* coordination for all augmentations, managing their registration, execution,
|
||||
* and pipeline orchestration.
|
||||
*/
|
||||
// Re-export from augmentationPipeline (which contains the Cortex class)
|
||||
export { Cortex, cortex, ExecutionMode,
|
||||
// Backward compatibility
|
||||
AugmentationPipeline, augmentationPipeline } from './augmentationPipeline.js';
|
||||
//# sourceMappingURL=cortex.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue