23 lines
452 B
JSON
Executable File
23 lines
452 B
JSON
Executable File
{
|
|
"ConnectionStrings": {
|
|
"RefactorIQ": "Data Source=refactoriq.db"
|
|
},
|
|
"RefactorIQ": {
|
|
"OpenAI": {
|
|
"ApiKey": "your-openai-api-key-here",
|
|
"Model": "text-embedding-3-small",
|
|
"MaxRetries": 3
|
|
},
|
|
"Embedding": {
|
|
"BatchSize": 10,
|
|
"EnableProgressSaving": true,
|
|
"ProgressSaveInterval": 10
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"RefactorIQ": "Debug"
|
|
}
|
|
}
|
|
} |