brainy/src/types
David Snelling 75f81bc707 **feat(types): add new relationship types to VerbType**
### Changes:
- Introduced two new relationship types in `VerbType`:
  - `Follows`: Indicates a following relationship.
  - `Likes`: Indicates a liking relationship.

### Purpose:
Enhanced the `VerbType` to support additional relationship semantics, expanding its applicability for modeling complex graph structures and fostering richer data representation.
2025-06-20 13:48:56 -07:00
..
augmentations.ts **feat: introduce unified augmentation pipeline system** 2025-06-20 12:03:39 -07:00
brainyDataInterface.ts **feat: add findSimilar method for entity similarity search** 2025-06-20 12:28:21 -07:00
fileSystemTypes.ts **feat: introduce Optimized HNSW Index with product quantization and disk-based storage support** 2025-06-19 15:02:05 -07:00
graphTypes.ts **feat(types): add new relationship types to VerbType** 2025-06-20 13:48:56 -07:00
mcpTypes.ts **feat: implement Model Control Protocol (MCP) for Brainy with WebSocket and REST interfaces** 2025-06-20 10:56:21 -07:00
pipelineTypes.ts **feat: introduce unified augmentation pipeline system** 2025-06-20 12:03:39 -07:00
tensorflowTypes.ts Initial commit of Brainy vector database v0.1.0 2025-05-23 10:55:20 -07:00