Skip to content

Commit

Permalink
Update default analyzer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Feb 8, 2024
1 parent f9c1e29 commit 820685e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions freesound/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,15 +642,11 @@
FSDSINET_ANALYZER_NAME: {
'vector_property_name': 'embeddings',
'vector_size': 100,
},
FREESOUND_ESSENTIA_EXTRACTOR_NAME: {
'vector_property_name': 'sim_vector',
'vector_size': 100,
}
}
SEARCH_ENGINE_DEFAULT_SIMILARITY_ANALYZER = FREESOUND_ESSENTIA_EXTRACTOR_NAME
SEARCH_ENGINE_NUM_SIMILAR_SOUNDS_PER_QUERY = 500
USE_SEARCH_ENGINE_SIMILARITY = False # Does not currently apply to API
USE_SEARCH_ENGINE_SIMILARITY = False

# -------------------------------------------------------------------------------
# Similarity client settings
Expand Down

0 comments on commit 820685e

Please sign in to comment.