✨ RESTORED the 9th method - augment() for infinite extensibility! REMOVED (20 files): - All business strategy and revenue projection documents - Misleading Cortex CLI documentation - Outdated duplicate documentation - Internal technical analysis files FIXED: - ✅ Corrected to 9 unified methods (was incorrectly showing 8) - ✅ The 9th method `augment()` enables methods 10→∞ - ✅ Removed non-existent CLI commands (add-noun, add-verb) - ✅ Brain Cloud marked as "Early Access" with real pricing - ✅ Aligned with actual soulcraft.com offerings - ✅ All code examples now match actual implementation CONSOLIDATED: - Combined 3 augmentation docs into single AUGMENTATIONS.md - Removed duplicate quick-start guides ADDED: - cleanup-git-history.sh script for removing sensitive files from history - Clear Brain Cloud pricing tiers ($19 Cloud Sync, $99 Enterprise) - Transparency about optional services sustaining development All documentation is now accurate, honest, and appropriate for an MIT open source project with optional cloud services. |
||
|---|---|---|
| .. | ||
| installation.md | ||
| quick-start-1.0.md | ||
| README.md | ||
Getting Started with Brainy
Welcome to Brainy! This section provides everything you need to get up and running with the world's smartest vector database.
🚀 Quick Navigation
📦 Installation Guide
Learn how to install Brainy and set up your environment.
- Package installation options
- Environment requirements
- Verification steps
⚡ Quick Start Guide
Get your first Brainy application running in minutes.
- Zero-configuration setup
- Basic usage examples
- Auto-configuration features
🛠️ Environment Setup
Configure your development environment for optimal performance.
- Development vs production settings
- Environment-specific optimizations
- Storage configuration
👶 First Steps
A guided tutorial through Brainy's core features.
- Your first vector database
- Adding and searching data
- Understanding search results
- Graph relationships
🎯 What You'll Learn
By the end of this section, you'll understand:
- ✅ How to install and set up Brainy
- ✅ Brainy's zero-configuration auto-optimization
- ✅ Basic vector operations and search
- ✅ How to choose storage options
- ✅ Performance optimization basics
🏃♂️ I'm in a Hurry!
If you just want to get started immediately:
- Install:
npm install @soulcraft/brainy - Use:
import { createAutoBrainy } from '@soulcraft/brainy' const brainy = createAutoBrainy() - Done! Everything else is auto-configured.
See the Quick Start Guide for complete examples.
🔄 Next Steps
After completing the getting started guides:
- 📖 User Guides - Learn advanced features
- ⚡ Optimization Guides - Scale to millions
- 🔧 API Reference - Complete API documentation
- 💡 Examples - Real-world code examples