mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"SqlConnection": ""
|
||||
},
|
||||
"AzureOpenAI": {
|
||||
"ChatCompletion": {
|
||||
"Endpoint": "",
|
||||
"Deployment": "",
|
||||
"ApiKey": "",
|
||||
"MaxTokens": 32768
|
||||
},
|
||||
"Embedding": {
|
||||
"Endpoint": "",
|
||||
"Deployment": "",
|
||||
"ApiKey": "",
|
||||
"MaxTokens": 8191
|
||||
}
|
||||
},
|
||||
"AppSettings": {
|
||||
"MessageLimit": 20,
|
||||
"MessageExpiration": "00:05:00",
|
||||
"StoragePath": "",
|
||||
"VectorDbPath": "",
|
||||
"QueuePath": ""
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"https_port": 443,
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user