brainy/src
David Snelling c73562bbaa **chore(version, docs): bump version to 0.9.15 in README and utils**
- Updated `npm` badge in `README.md` to reflect version `0.9.15`.
- Updated `VERSION` constant in `src/utils/version.ts` to `0.9.15`.

These changes ensure version consistency in preparation for the new release.
2025-07-02 10:21:53 -07:00
..
augmentations fix(src/augmentations): enforce consistent formatting and improve code readability 2025-06-26 10:48:49 -07:00
examples Initial commit 2025-06-24 11:41:30 -07:00
hnsw feat(src/brainyData, src/utils): enhance embedding efficiency with batch processing and initialize safeguards 2025-06-27 14:06:59 -07:00
mcp Initial commit 2025-06-24 11:41:30 -07:00
storage fix(src/storage): enforce consistent formatting and improve code readability 2025-06-26 10:49:07 -07:00
types Initial commit 2025-06-24 11:41:30 -07:00
utils **chore(version, docs): bump version to 0.9.15 in README and utils** 2025-07-02 10:21:53 -07:00
augmentationFactory.ts Initial commit 2025-06-24 11:41:30 -07:00
augmentationPipeline.ts fix(src/augmentationPipeline): remove unnecessary whitespace for formatting consistency 2025-06-30 09:39:25 -07:00
augmentationRegistry.ts Initial commit 2025-06-24 11:41:30 -07:00
augmentationRegistryLoader.ts Initial commit 2025-06-24 11:41:30 -07:00
brainyData.ts fix(src/brainyData): enforce consistent formatting and improve fallback mechanisms 2025-06-30 09:39:06 -07:00
cli.ts Initial commit 2025-06-24 11:41:30 -07:00
coreTypes.ts Initial commit 2025-06-24 11:41:30 -07:00
global.d.ts feat(src/brainyData, src/utils): enhance embedding efficiency with batch processing and initialize safeguards 2025-06-27 14:06:59 -07:00
index.ts feat(demo, docs): introduce threading test demos for browser and fallback, enhance threading documentation 2025-07-01 10:39:12 -07:00
pipeline.ts Initial commit 2025-06-24 11:41:30 -07:00
sequentialPipeline.ts Initial commit 2025-06-24 11:41:30 -07:00
unified.ts Initial commit 2025-06-24 11:41:30 -07:00