Skip to content

Commit 99f4aaf

Browse files
authored
Merge pull request #12 from objectql/copilot/add-ai-capabilities-documentation
2 parents f51cd2a + 451518d commit 99f4aaf

File tree

9 files changed

+3830
-0
lines changed

9 files changed

+3830
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,18 @@ graph TD
136136
* [ ] **Phase 2: Mongo Driver:** Implement full CRUD and Aggregation support.
137137
* [ ] **Phase 3: SQL Driver:** Implement the "Hybrid Storage" strategy (Relational Columns + JSONB).
138138
* [ ] **Phase 4: CLI Tools:** Schema synchronization and TypeScript type generation (`objectql generate`).
139+
* [ ] **Phase 5: AI Integration:** Natural language queries, schema generation, and AI-powered analytics.
140+
141+
## 🤖 AI Capabilities
142+
143+
ObjectQL is designed to be **AI-native** from the ground up:
144+
145+
* **Natural Language to Queries**: Convert plain English to database queries
146+
* **Schema Generation**: Generate object definitions from business requirements
147+
* **AI-Powered Analytics**: Automated insights and trend detection
148+
* **Safe AI Operations**: Built-in validation, sandboxing, and rate limiting
149+
150+
See our [AI Integration Guide](./docs/guide/ai-integration.md) and [AI Capabilities Roadmap](./docs/AI_CAPABILITIES_ROADMAP.md) for details.
139151

140152
## 🤝 Contributing
141153

0 commit comments

Comments
 (0)