Enable Semantic Search for Beancount transactions

This commit is contained in:
Debanjum Singh Solanky
2021-08-22 03:16:57 -07:00
parent 97263b8209
commit fd217fe8b7
5 changed files with 358 additions and 3 deletions

View File

@@ -48,6 +48,11 @@ default_config = {
{
'compressed-jsonl': '.notes.jsonl.gz',
'embeddings-file': '.note_embeddings.pt'
},
'ledger':
{
'compressed-jsonl': '.transactions.jsonl.gz',
'embeddings-file': '.transaction_embeddings.pt'
}
},
'search-type':