|
7 | 7 | ### Self-hosted RAG search engine. Production-ready in 3 minutes. |
8 | 8 |
|
9 | 9 | [](LICENSE) |
10 | | -[](CHANGELOG.md) |
| 10 | +[](CHANGELOG.md) |
11 | 11 | [](https://www.python.org/) |
12 | 12 | [](https://hub.docker.com/r/flamehaven/filesearch) |
13 | 13 |
|
@@ -60,6 +60,12 @@ Open source & MIT licensed</p> |
60 | 60 | - **⚡ Ultra-Fast Vectors** - DSP v2.0 algorithm generates embeddings in <1ms without ML frameworks |
61 | 61 | - **🎯 Source Attribution** - Every answer includes links back to source documents |
62 | 62 |
|
| 63 | +### What's New in v1.5.1 (patch) |
| 64 | + |
| 65 | +- **Dead code removed** — `embedding_generator_legacy.py` deleted (306-line duplicate, unused) |
| 66 | +- **Code quality** — Critical nested_complexity eliminated in 6 files; avg slop-detector score 13.46 → 11.25 |
| 67 | +- **Test suite expanded** — 360 tests (was 331); AI-Slop-Detector critical deficits 7 → 0 |
| 68 | + |
63 | 69 | ### What's New in v1.5.0 |
64 | 70 |
|
65 | 71 | - **Universal Document Parser** — 34 file formats, zero external document-AI dependency |
@@ -290,7 +296,7 @@ security: |
290 | 296 | </tr> |
291 | 297 | <tr> |
292 | 298 | <td>Test Suite</td> |
293 | | -<td><code>331 tests</code></td> |
| 299 | +<td><code>360 tests</code></td> |
294 | 300 | <td>All passing (pytest)</td> |
295 | 301 | </tr> |
296 | 302 | <tr> |
@@ -479,7 +485,7 @@ Use the links below to jump to the most relevant guide. |
479 | 485 | | [Document Parsing](docs/wiki/Document_Parsing.md) | Supported formats, internal parsers, RAG chunking | |
480 | 486 | | [Framework Integrations](docs/wiki/Framework_Integrations.md) | LangChain, LlamaIndex, Haystack, CrewAI adapters | |
481 | 487 | | [API Reference](docs/wiki/API_Reference.md) | REST endpoints, payloads, rate limits | |
482 | | -| [Architecture](docs/wiki/Architecture.md) | How all layers fit together (v1.5.0) | |
| 488 | +| [Architecture](docs/wiki/Architecture.md) | How all layers fit together (v1.5.1) | |
483 | 489 | | [Configuration Reference](docs/wiki/Configuration.md) | Full list of environment variables and config fields | |
484 | 490 | | [Production Deployment](docs/wiki/Production_Deployment.md) | Docker, systemd, reverse proxy, scaling tips | |
485 | 491 | | [Troubleshooting](docs/wiki/Troubleshooting.md) | Step-by-step debugging playbook | |
|
0 commit comments