Skip to content

Commit

Permalink
fix: AI Search search
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 8, 2024
1 parent 1d7fdab commit 3209a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/persistence/ai_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ async def _use_client(self) -> SearchClient:
compressions=[
ScalarQuantizationCompression(
compression_name="compression-scalar",
rescomonitorring_options=RescoringOptions(
rescoring_options=RescoringOptions(
default_oversampling=10,
rescore_storage_method=VectorSearchCompressionRescoreStorageMethod.PRESERVE_ORIGINALS,
),
Expand Down

0 comments on commit 3209a0e

Please sign in to comment.