You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanded the AI Tools section to highlight RAG (Retrieval-Augmented Generation) features, including context-aware answers and document embeddings. Added setup instructions for enabling RAG, quick start steps, and new documentation links. Clarified production deployment steps to include Supabase and knowledge base indexing. Enhanced feature lists to reflect RAG capabilities and updated environment variable configuration.
Copy file name to clipboardExpand all lines: README.md
+53-8Lines changed: 53 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,20 +270,32 @@ The build step runs Next.js static analysis, type-checking, and route bundling.
270
270
271
271
## AI Tools
272
272
273
-
The **AI Tools** feature (`/dashboard/ai-tools`) provides an intelligent development assistant running 100% locally with Ollama.
273
+
The **AI Tools** feature (`/dashboard/ai-tools`) provides an intelligent development assistant with **RAG (Retrieval-Augmented Generation)** - AI that knows your platform inside-out!
274
274
275
275
### Features
276
276
277
+
-**🧠 RAG-Enhanced AI** – AI powered by your documentation, features, and codebase
277
278
-**🤖 Smart AI Assistant** – Code generation, debugging, architecture decisions, and technical guidance
278
-
-**🔒 Complete Privacy** – All processing happens on your machine, zero data sent to cloud
279
-
-**💰 Zero Cost** – No API fees, unlimited usage
279
+
-**📚 Context-Aware** – Answers based on your actual platform documentation
280
+
-**🔒 Complete Privacy** – All processing and data stays on your infrastructure
281
+
-**💰 Zero Cost** – No API fees, unlimited usage with local Ollama
280
282
-**🌐 Offline Capable** – Works without internet connection
0 commit comments