brainy/docs/guides
David Snelling e311a149df docs: add deprecation warnings for addNoun and addVerb methods
- Add @deprecated JSDoc tags to TypeScript definitions
- Update all documentation examples to use modern add() and relate() API
- Preserve batch operations (addNouns, addVerbs) as they remain current
- Mark deprecated methods in both source and compiled definitions

Migration guide:
- addNoun(data, type, metadata) → add(data, { nounType: type, ...metadata })
- addVerb(source, target, type, metadata) → relate(source, target, type, metadata)
2025-09-17 10:48:41 -07:00
..
distributed-system.md feat: Brainy 3.0 - Production-ready Triple Intelligence database 2025-09-11 16:23:32 -07:00
enterprise-for-everyone.md docs: add deprecation warnings for addNoun and addVerb methods 2025-09-17 10:48:41 -07:00
framework-integration.md feat: enhance framework integration and simplify codebase 2025-09-15 14:54:13 -07:00
getting-started.md docs: add deprecation warnings for addNoun and addVerb methods 2025-09-17 10:48:41 -07:00
import-anything.md feat: Universal Import with intelligent type matching (v2.1.0) 2025-08-27 12:14:05 -07:00
model-loading.md docs: add deprecation warnings for addNoun and addVerb methods 2025-09-17 10:48:41 -07:00
natural-language.md 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
neural-api.md docs: add deprecation warnings for addNoun and addVerb methods 2025-09-17 10:48:41 -07:00
nextjs-integration.md feat: enhance framework integration and simplify codebase 2025-09-15 14:54:13 -07:00
vue-integration.md feat: enhance framework integration and simplify codebase 2025-09-15 14:54:13 -07:00