We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a0319 commit 8aad8c9Copy full SHA for 8aad8c9
README.md
@@ -4,7 +4,7 @@ A pure-PHP vector database implementing **HNSW** (Hierarchical Navigable Small W
4
5
## Requirements
6
7
-- PHP 8.1+
+- PHP 8.2+
8
- No external PHP extensions required for core functionality
9
- `ext-pcntl` (optional) — enables asynchronous document writes for lower insert latency
10
@@ -408,4 +408,4 @@ composer install
408
409
## Copyright
410
411
-(C) 2026 by [Enrico Zimuel](https://www.zimuel.it)
+(C) 2026 by [Enrico Zimuel](https://www.zimuel.it)
0 commit comments