@@ -219,16 +219,10 @@ This project uses **Supabase** for authentication and **enterprise-grade securit
219219 SMTP_PORT=587
220220 SMTP_USER=your-email@gmail.com
221221 SMTP_PASSWORD=your-app-password
222-
223- # AI Configuration (Optional - see AI Tools section below)
224- # Option 1: Use local Ollama (privacy-first, no cost)
225- OLLAMA_URL=http://localhost:11434
226- OLLAMA_MODEL=deepseek-r1:7b
227-
228222 SMTP_FROM_EMAIL=your-email@gmail.com
229223 SMTP_FROM_NAME=Lab68 Dev Platform
230224
231- # AI Configuration
225+ # AI Configuration (RAG + Ollama)
232226 OLLAMA_URL=http://localhost:11434
233227 OLLAMA_MODEL=deepseek-r1:7b
234228 ```
@@ -269,16 +263,17 @@ The **AI Tools** feature (`/dashboard/ai-tools`) provides an intelligent develop
269263
270264### Features
271265
272- - ** π§ RAG-Enhanced AI** β AI powered by your documentation, features, and codebase
266+ - ** π§ RAG-Enhanced AI** β AI powered by your documentation, features, and codebase using vector embeddings
273267- ** π€ Smart AI Assistant** β Code generation, debugging, architecture decisions, and technical guidance
274- - ** π Context-Aware** β Answers based on your actual platform documentation
275- - ** π Complete Privacy** β All processing and data stays on your infrastructure
268+ - ** π Context-Aware** β Answers based on your actual platform documentation via RAG retrieval
269+ - ** π Complete Privacy** β All processing and data stays on your infrastructure (Ollama + Supabase pgvector)
276270- ** π° Zero Cost** β No API fees, unlimited usage with local Ollama
277271- ** π Offline Capable** β Works without internet connection
278272- ** π¬ Modern Chat UI** β User/AI avatars, message bubbles, copy-to-clipboard, typing indicators
279- - ** π Real-time Status** β Shows Ollama connection status and RAG usage
273+ - ** π Real-time Status** β Shows Ollama + RAG status
280274- ** π§Ή Clear Chat** β Reset conversation anytime
281275- ** π Message Counter** β Track conversation length and character count
276+ - ** β‘ Fast Retrieval** β Cosine similarity search with Supabase pgvector (sub-100ms)
282277
283278### What is RAG?
284279
@@ -369,6 +364,8 @@ For production, run Ollama on a separate server:
369364- β
Full control - choose any model, customize parameters
370365- β
Platform-specific knowledge - AI trained on YOUR docs
371366
367+ ---
368+
372369## Feature Overview
373370
374371| Area | Summary |
@@ -483,6 +480,7 @@ This project is licensed under the [Apache License 2.0](./LICENSE).
483480## Support & Feedback
484481
485482- GitHub Issues: [ lab68dev-platform/issues] ( https://github.com/lab68dev/lab68dev-platform/issues )
486- - Maintainer: [ @F4P1E ] ( https://github.com/F4P1E )
483+ - Founder / Maintainer: [ @F4P1E ] ( https://github.com/F4P1E )
484+ - Co-founder / Assistant: [ @mthutt ] ( https://github.com/mthutt )
487485
488486Let us know how you are using Lab68 Dev Platform or what you would like to see next!
0 commit comments