30 lines
532 B
JSON
30 lines
532 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Embeddingsearch": {
|
|
"BaseUri": "http://localhost:5146"
|
|
},
|
|
"EmbeddingsearchIndexer": {
|
|
"Worker":
|
|
[
|
|
{
|
|
"Name": "example",
|
|
"Searchdomains": [
|
|
"example"
|
|
],
|
|
"Script": "Scripts/example.py",
|
|
"Calls": [
|
|
{
|
|
"Type": "interval",
|
|
"Interval": 60000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|