Enable semantic search for songs in org-music

Org-Music: https://github.com/debanjum/org-music
This commit is contained in:
Debanjum Singh Solanky
2021-08-29 03:07:36 -07:00
parent fd7888f3d4
commit 0263d4d068
3 changed files with 47 additions and 2 deletions

View File

@@ -57,7 +57,12 @@ default_config = {
'image':
{
'embeddings-file': '.image_embeddings.pt'
}
},
'music':
{
'compressed-jsonl': '.songs.jsonl.gz',
'embeddings-file': '.song_embeddings.pt'
},
},
'search-type':
{