summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-11-17 15:11:23 +0400
committerLain Soykaf <lain@lain.com>2023-11-17 15:11:23 +0400
commitdbcbe3967b6bc04c6318f2e1c04683c01440f975 (patch)
tree2aed89c8e90e9b5e6415d419301d7340f4b0435a
parentd996daec0ac4fab36060d609638d0230f5d4c61e (diff)
Don't quantizeembedding-search
-rw-r--r--lib/pleroma/search/qdrant_search.ex5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/pleroma/search/qdrant_search.ex b/lib/pleroma/search/qdrant_search.ex
index fc7688bc9..d30aaad70 100644
--- a/lib/pleroma/search/qdrant_search.ex
+++ b/lib/pleroma/search/qdrant_search.ex
@@ -22,11 +22,6 @@ defmodule Pleroma.Search.QdrantSearch do
},
optimizers_config: %{
memmap_threshold: 20000
- },
- quantization_config: %{
- binary: %{
- always_ram: false
- }
}
}