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
|**noderag**| Node-based structured retrieval | Hierarchical data | β Production |
192
+
|**sql_rag**| Natural language to SQL conversion | Structured data queries | β Production |
76
193
77
194
*ColBERT: Includes experimental [Pylate integration](https://github.com/lightonai/pylate) with pluggable backend support (`native`/`pylate`).
78
195
@@ -110,7 +227,7 @@ rag = ConfigurableRAG(config)
110
227
111
228
## π MCP Integration
112
229
113
-
The Model Context Protocol (MCP) integration allows you to easily deploy and manage RAG services as "microservices". This design enables flexible deployment across various environments and seamless integration with existing enterprise systems.
230
+
The Multi-Cloud Platform (MCP) integration allows you to easily deploy and manage RAG services as microservices. This design enables flexible deployment across various environments and seamless integration with existing enterprise systems.
114
231
115
232
### Creating MCP Servers
116
233
@@ -137,14 +254,22 @@ For detailed setup and usage, refer to the [MCP Integration Guide](docs/MCP_INTE
137
254
138
255
| Guide | Description |
139
256
|-------|-------------|
257
+
|**[π Quick Start Guide](docs/QUICK_START_GUIDE.md)**|**NEW!** One-command setup with intelligent profiles |
140
258
|**[π User Guide](docs/USER_GUIDE.md)**| Complete usage guide and best practices |
259
+
|**[π¨βπ» Developer Guide](docs/DEVELOPER_GUIDE.md)**| Development setup, contribution guide, and best practices |
260
+
|**[π§ Pipeline Development Guide](docs/PIPELINE_DEVELOPMENT_GUIDE.md)**|**NEW!** How to create custom RAG pipelines with proper inheritance patterns |
141
261
|**[π MCP Integration Guide](docs/MCP_INTEGRATION_GUIDE.md)**| Multi-Cloud Platform integration, MCP server creation, and IRIS SQL tool usage |
142
262
|**[π Documentation](docs/README.md)**| Additional documentation and guides |
143
263
144
264
## β Verification
145
265
146
266
```bash
147
-
# Quick setup and validation
267
+
# Quick Start - One command setup and validation
268
+
make quick-start-minimal # Development setup with validation
269
+
make quick-start-standard # Production setup with validation
270
+
make quick-start-extended # Enterprise setup with validation
271
+
272
+
# Manual setup and validation
148
273
make setup-env && make install
149
274
make validate-iris-rag && make test-unit
150
275
@@ -153,13 +278,21 @@ make load-1000 && make test-1000
153
278
154
279
# Performance benchmarking
155
280
make test-ragas-1000-enhanced
281
+
282
+
# Quick Start system status
283
+
make quick-start-status # Check system health and configuration
156
284
```
157
285
158
286
## π Key Features
159
287
288
+
-**π One-Command Setup**: Complete RAG systems in minutes with intelligent profiles
289
+
-**π― Profile-Based Configuration**: Minimal, Standard, Extended - optimized for every use case
290
+
-**π§ Interactive CLI Wizard**: Guided setup with validation and intelligent defaults
291
+
-**π³ Docker Integration**: Containerized environments with health monitoring
292
+
-**π Real-Time Monitoring**: System health, performance metrics, and alerting
160
293
-**Zero Configuration**: Production-ready defaults, works immediately
0 commit comments