brainy/src
David Snelling 151aeb1e87 **chore: update tsconfig paths and bump version**
### Changes:
- **tsconfig.browser.json**:
  - Replaced `examples/**/*` with `demo/**/*` in the `include` paths.
- **src/utils/version.ts**:
  - Updated `VERSION` constant from `0.9.1` to `0.9.2`.

### Purpose:
Aligned the TypeScript configuration with the recent folder structure update for better organization. Incremented the version to `0.9.2` to reflect the latest improvements.
2025-06-23 10:58:29 -07:00
..
augmentations **feat: enhance WebStreams API compatibility and refactor BrainyData integration** 2025-06-19 15:03:17 -07:00
examples chore: remove examples/externalPlugins.js and pluginLoader.ts, update imports to .js 2025-05-29 09:52:30 -07:00
hnsw **feat: integrate optimized index functionality into BrainyData** 2025-06-19 15:02:25 -07:00
mcp **feat: implement Model Control Protocol (MCP) for Brainy with WebSocket and REST interfaces** 2025-06-20 10:56:21 -07:00
storage **feat: improve environment detection and storage logic in opfsStorage.ts** 2025-06-20 10:57:18 -07:00
types **feat(types): add new relationship types to VerbType** 2025-06-20 13:48:56 -07:00
utils **chore: update tsconfig paths and bump version** 2025-06-23 10:58:29 -07:00
augmentationFactory.ts **feat: introduce unified augmentation pipeline system** 2025-06-20 12:03:39 -07:00
augmentationPipeline.ts feat: implement SequentialPipeline with threading and WebSocket support 2025-06-04 10:01:46 -07:00
augmentationRegistry.ts **feat: introduce unified augmentation pipeline system** 2025-06-20 12:03:39 -07:00
augmentationRegistryLoader.ts chore: remove examples/externalPlugins.js and pluginLoader.ts, update imports to .js 2025-05-29 09:52:30 -07:00
brainyData.ts **feat: add findSimilar method for entity similarity search** 2025-06-20 12:28:21 -07:00
cli.ts **feat: add import-sparse command to CLI for importing sparse data** 2025-06-20 10:58:11 -07:00
coreTypes.ts **feat: introduce Optimized HNSW Index with product quantization and disk-based storage support** 2025-06-19 15:02:05 -07:00
global.d.ts **feat: add global type declarations for environment detection** 2025-06-20 10:56:37 -07:00
index.ts **feat: expand pipeline exports to include unified and augmentation factories** 2025-06-20 12:03:58 -07:00
pipeline.ts **feat: introduce unified augmentation pipeline system** 2025-06-20 12:03:39 -07:00
sequentialPipeline.ts **feat: enhance WebStreams API compatibility and refactor BrainyData integration** 2025-06-19 15:03:17 -07:00
unified.ts **feat: add MCP service integration and enhance environment detection** 2025-06-20 10:57:31 -07:00