brainy/src
David Snelling 056add09fb **chore: update README, add image to package files, bump version to 0.9.3**
### Changes:
- **README.md**:
  - Updated `Brainy Logo` image URL to reference a specific commit for consistent display.
  - Simplified the description by removing "lightweight" for a more concise statement.

- **package.json**:
  - Added `brainy.png` to the `files` array to include it in published packages.

- **src/utils/version.ts**:
  - Updated `VERSION` constant from `0.9.2` to `0.9.3`.

### Purpose:
Aligned the documentation with a specific asset version for consistent display. Improved package completeness by including the project logo. Incremented the version to `0.9.3` to reflect the latest changes.
2025-06-23 11:11:31 -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 README, add image to package files, bump version to 0.9.3** 2025-06-23 11:11:31 -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 **refactor(cli): reformat logging and descriptions for improved readability** 2025-06-23 10:59:37 -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