- Updated GitHub URLs to github.com/soulcraftlabs/brainy - Updated git remote origin URL - Updated all documentation references |
||
|---|---|---|
| .. | ||
| installation.md | ||
| quick-start.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