Skip to content

Commit

Permalink
Fix default similarity analyzer name
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Feb 9, 2024
1 parent 9f41681 commit 486476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freesound/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
'vector_size': 100,
}
}
SEARCH_ENGINE_DEFAULT_SIMILARITY_ANALYZER = FREESOUND_ESSENTIA_EXTRACTOR_NAME
SEARCH_ENGINE_DEFAULT_SIMILARITY_ANALYZER = FSDSINET_ANALYZER_NAME
SEARCH_ENGINE_NUM_SIMILAR_SOUNDS_PER_QUERY = 500
USE_SEARCH_ENGINE_SIMILARITY = False

Expand Down

0 comments on commit 486476b

Please sign in to comment.