Skip to content

Commit 3b81f3b

Browse files
committed
docs: add Milvus AI workflow demo results and enhance documentation
Add comprehensive demo results for the Milvus vector database workflow, following the same documentation pattern as the recent MinIO support. This includes actual HTML benchmark reports and performance visualizations from real test runs. Changes: - Move demo results from external repository to docs/ai/vector-databases/ - Add Demo Results section to Milvus documentation with HTML reports - Include performance graphs showing filesystem comparisons - Update README.md with expanded AI workflow details and demo links - Enhance AI workflow documentation with references to demo results The demo results show: - XFS provides 15-20% better performance for Milvus workloads - 50K+ vectors/second ingestion on standard cloud VMs - Sub-10ms p95 latency for million-vector searches - Comprehensive filesystem impact analysis (XFS vs ext4 vs btrfs) Generated-by: Claude AI Signed-off-by: Luis Chamberlain <[email protected]>
1 parent fe79e6d commit 3b81f3b

17 files changed

+6891
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,18 @@ infrastructure with just a few commands:
293293
make defconfig-ai-milvus-docker
294294
make bringup
295295
make ai
296+
make ai-results
296297
```
297298

298-
The AI workflow supports A/B testing, filesystem performance impact analysis,
299-
and comprehensive benchmarking of vector similarity search workloads. For
300-
details, see the [kdevops AI workflow documentation](docs/ai/README.md).
299+
The AI workflow supports:
300+
- **Vector Database Benchmarking**: Milvus performance testing with real-world workloads
301+
- **A/B Testing**: Compare baseline vs development configurations
302+
- **Filesystem Impact Analysis**: Performance across XFS, ext4, btrfs
303+
- **Demo Results**: View actual benchmark HTML reports and performance visualizations
304+
305+
For details and demo results, see:
306+
- [kdevops AI workflow documentation](docs/ai/README.md)
307+
- [Milvus performance demo results](docs/ai/vector-databases/milvus.md#demo-results)
301308

302309
## kdevops chats
303310

docs/ai/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ The AI workflow generates comprehensive performance metrics:
7979

8080
Results are stored in the configured results directory (default: `/data/ai-results/`).
8181

82+
### Demo Results
83+
84+
View actual benchmark results from our testing:
85+
- [Milvus Performance Demo](vector-databases/milvus.md#demo-results) - Real-world performance across different filesystems
86+
8287
## Integration with CI/CD
8388

8489
The workflow includes CI-optimized configurations that use:

docs/ai/vector-databases/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,10 @@ make ai # Run benchmarks
7272
make ai-results # Check results
7373
```
7474

75+
## Demo Results
76+
77+
View actual benchmark results from our comprehensive testing:
78+
- **[Milvus Multi-Filesystem Performance](milvus.md#demo-results)** - XFS vs ext4 vs btrfs comparison with interactive HTML reports
79+
- **[Performance Visualizations](milvus-demo-results/)** - Graphs and analysis showing real-world throughput and latency
80+
7581
See individual database guides for detailed configuration and usage instructions.

0 commit comments

Comments
 (0)