brainy/src
David Snelling 7b51829418 **chore(version, docs): bump version to 0.9.14 and update build documentation**
- Updated `npm` badge in `README.md` to reflect version `0.9.14`.
- Updated `VERSION` constant in `src/utils/version.ts` to `0.9.14`.
- Replaced `build:all` script references in documentation with separate `build` and `build:browser` commands for better clarity.
- Adjusted `demo` script to build both Node.js and browser versions before running the demo.
- Updated prerequisites in `README.demo.md` to align with the new build workflow.
- Refined `package.json` `files` field to clean up package distribution artifacts.

These changes ensure version consistency, clarify build processes, and improve documentation to streamline the developer experience.
2025-07-02 10:20:58 -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.14 and update build documentation** 2025-07-02 10:20:58 -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