mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-04 20:11:42 +02:00
dev: toolchain harmonization, additional checks and formatters
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
surreal = {
|
||||
host = "127.0.0.1";
|
||||
port = 8000;
|
||||
user = "root_user";
|
||||
pass = "root_password";
|
||||
namespace = "minne_ns";
|
||||
database = "minne_db";
|
||||
};
|
||||
|
||||
minio = {
|
||||
endpoint = "http://127.0.0.1:19000";
|
||||
accessKey = "minioadmin";
|
||||
secretKey = "minioadmin";
|
||||
bucket = "minne-tests";
|
||||
region = "us-east-1";
|
||||
};
|
||||
|
||||
app = {
|
||||
httpPort = 3009;
|
||||
dataDir = "./data";
|
||||
# Replace in `.env.local` for real LLM use.
|
||||
openaiApiKey = "local-dev-placeholder";
|
||||
embeddingBackend = "fastembed";
|
||||
pdfIngestMode = "classic";
|
||||
storage = "local";
|
||||
rustLog = "info";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user