We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab5bfe commit d2b2e9fCopy full SHA for d2b2e9f
app/backend/prepdocslib/searchmanager.py
@@ -218,6 +218,7 @@ async def create_index(self):
218
compressions=[
219
BinaryQuantizationCompression(
220
compression_name="binary-quantization",
221
+ truncation_dimension=1024,
222
rescoring_options=RescoringOptions(
223
enable_rescoring=True,
224
default_oversampling=10,
0 commit comments