Skip to content

Commit 1c3bcb7

Browse files
committed
Update README with enhanced AI and team info
Clarified AI configuration instructions, expanded feature descriptions to highlight RAG, vector embeddings, and Supabase pgvector integration, and updated the support section to include co-founder information.
1 parent 1bada62 commit 1c3bcb7

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

488486
Let us know how you are using Lab68 Dev Platform or what you would like to see next!

0 commit comments

Comments
Β (0)