feat: nb performance tweaks
This commit is contained in:
parent
356c049aaf
commit
cc15f27205
6 changed files with 32 additions and 2 deletions
|
|
@ -3,5 +3,9 @@
|
|||
{
|
||||
services.qdrant = {
|
||||
enable = true;
|
||||
settings = {
|
||||
storage.performance.max_search_threads = 8;
|
||||
storage.optimizers.default_segment_number = 4;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue