feat: nb performance tweaks

This commit is contained in:
2025-10-16 21:48:21 +02:00
parent 356c049aaf
commit cc15f27205
6 changed files with 32 additions and 2 deletions

View File

@@ -3,5 +3,9 @@
{
services.qdrant = {
enable = true;
settings = {
storage.performance.max_search_threads = 8;
storage.optimizers.default_segment_number = 4;
};
};
}