App seems to be running for the first time. Can store an embedding, and can search.
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
},
|
||||
"Embedding": {
|
||||
"ModelName": "sentence-transformers/all-MiniLM-L6-v2",
|
||||
"Dimension": 384
|
||||
"Dimension": 384,
|
||||
"ApiToken": "",
|
||||
"UseLocalInference": true
|
||||
},
|
||||
"App": {
|
||||
"BatchSize": 10
|
||||
|
||||
Reference in New Issue
Block a user