|
5 | 5 | # MAESTRO: Your Self-Hosted AI Research Assistant |
6 | 6 |
|
7 | 7 | [](https://www.gnu.org/licenses/agpl-3.0) |
8 | | -[](https://github.com/murtaza-nasir/maestro.git) |
| 8 | +[](https://github.com/murtaza-nasir/maestro.git) |
9 | 9 | [](https://hub.docker.com/r/yourusername/maestro) |
| 10 | +[](https://yourusername.github.io/maestro/) |
10 | 11 |
|
11 | | -> **Version 0.1.4 Update (08/20/2025)** |
| 12 | +> **Version 0.1.5-alpha (January 2025) - Major Update** |
12 | 13 | > |
13 | | -> - **New**: Jina.ai integration for web search and content fetching |
14 | | -> - **Improved**: Search queries now expand vague references automatically |
15 | | -> - **Enhanced**: Better handling of JavaScript-heavy sites with Jina fetcher but will be slower |
| 14 | +> - **Performance**: Complete async backend migration (2-3x faster) |
| 15 | +> - **Stability**: 50+ bug fixes and mission recovery improvements |
| 16 | +> - **Documentation**: Complete overhaul with example reports and guides |
| 17 | +> - **UI/UX**: Enhanced interface with LaTeX support and better navigation |
| 18 | +> - **[Full Release Notes](RELEASE_NOTES_v0.1.5-alpha.md)** | **[Documentation](https://yourusername.github.io/maestro/)** |
16 | 19 | > |
17 | | -> **⚠️ Version 0.1.3 - BREAKING CHANGE (08/15/2025)** |
18 | | -> |
19 | | -> Complete migration from SQLite/ChromaDB to PostgreSQL with pgvector. |
20 | | -> - **Action Required**: If upgrading, you must rebuild from scratch with `docker compose down -v` |
21 | | -> - **New Requirements**: PostgreSQL with pgvector extension (included in Docker setup) |
22 | | -> - **Security**: All credentials now configurable via environment variables |
| 20 | +> **Breaking Change**: PostgreSQL with pgvector is required (SQLite no longer supported) |
| 21 | +
|
| 22 | +MAESTRO is an AI-powered research platform you can host on your own hardware. It's designed to manage complex research tasks from start to finish in a collaborative research environment. Plan your research, let AI agents carry it out, and watch as they generate detailed reports based on your documents and sources from the web. |
| 23 | + |
| 24 | +## Documentation |
| 25 | + |
| 26 | +**[View Full Documentation](https://yourusername.github.io/maestro/)** |
23 | 27 |
|
24 | | -MAESTRO is an AI-powered research platform you can host on your own hardware. It's designed to manage complex research tasks from start to finish in a collaborative, multi-user environment. Plan your research, let AI agents carry it out, and watch as they generate detailed reports based on your documents and sources from the web. |
| 28 | +### Quick Links |
| 29 | +- **[Quick Start Guide](https://yourusername.github.io/maestro/getting-started/quickstart/)** - Get up and running in minutes |
| 30 | +- **[Installation Guide](https://yourusername.github.io/maestro/getting-started/installation/)** - Detailed setup instructions |
| 31 | +- **[User Guide](https://yourusername.github.io/maestro/user-guide/)** - Learn all features |
| 32 | +- **[Configuration](https://yourusername.github.io/maestro/getting-started/configuration/overview/)** - Set up AI providers |
| 33 | +- **[Example Reports](https://yourusername.github.io/maestro/example-reports/)** - See what MAESTRO can do |
| 34 | +- **[Troubleshooting](https://yourusername.github.io/maestro/troubleshooting/)** - Common issues and solutions |
25 | 35 |
|
26 | 36 | <p align="center"> |
27 | 37 | <img src="images/10-research-draft.png" alt="Final Draft" width="700"/> |
@@ -242,7 +252,7 @@ docker compose up -d |
242 | 252 | **⚠️ First Run:** Initial startup takes 5-10 minutes to download AI models. Monitor progress with: |
243 | 253 | ```bash |
244 | 254 | docker compose logs -f maestro-backend |
245 | | -# Wait for: "Application startup complete" |
| 255 | +# Wait for: "MAESTRO Backend Started Successfully!" |
246 | 256 | ``` |
247 | 257 |
|
248 | 258 | Access MAESTRO at **http://localhost** |
@@ -291,7 +301,7 @@ Access MAESTRO at **http://localhost** |
291 | 301 | docker compose logs -f maestro-backend |
292 | 302 | |
293 | 303 | # Wait for this message: |
294 | | - # "INFO: Application startup complete." |
| 304 | + # "MAESTRO Backend Started Successfully!" |
295 | 305 | # or "Uvicorn running on http://0.0.0.0:8000" |
296 | 306 | ``` |
297 | 307 |
|
@@ -343,7 +353,7 @@ Access MAESTRO at **http://localhost** |
343 | 353 | docker compose logs -f maestro-backend |
344 | 354 | |
345 | 355 | # Wait for this message: |
346 | | - # "INFO: Application startup complete." |
| 356 | + # "MAESTRO Backend Started Successfully!" |
347 | 357 | # or "Uvicorn running on http://0.0.0.0:8000" |
348 | 358 | ``` |
349 | 359 |
|
|
0 commit comments