App seems to be running for the first time. Can store an embedding, and can search.

This commit is contained in:
2026-01-13 22:59:38 -05:00
parent 98ea050bd8
commit 4dac36605b
9 changed files with 589 additions and 20 deletions

View File

@@ -7,7 +7,9 @@
},
"Embedding": {
"ModelName": "sentence-transformers/all-MiniLM-L6-v2",
"Dimension": 384
"Dimension": 384,
"ApiToken": "",
"UseLocalInference": true
},
"App": {
"BatchSize": 10