mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-30 03:10:45 +02:00
e3bb2935d0
Unify embedding config, build providers from system settings, and fail startup when index builds error or time out. Move Surreal assets under common/db so embeds exclude crate source, and read storage via streams.
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
[core]
|
|
path = "./"
|
|
schema = "less"
|
|
|
|
[db]
|
|
address = "ws://localhost:8000"
|
|
username = "root_user"
|
|
password = "root_password"
|
|
ns = "test"
|
|
db = "test"
|