This commit is contained in:
2026-05-06 10:56:02 +03:00
parent 661bf461f9
commit 17266730fc
11 changed files with 562 additions and 1024 deletions
+3 -13
View File
@@ -76,18 +76,8 @@
"FromEmail": "",
"SubjectPrefix": "[File Download]"
},
"OpenAI": {
"ApiKey": "",
"ChatModel": "gpt-4o-mini",
"EmbeddingModel": "text-embedding-3-small",
"TimeoutSeconds": 60
},
"Rag": {
"MaxPdfSizeMb": 5,
"ChunkSize": 900,
"ChunkOverlap": 150,
"CvTtlMinutes": 60,
"MaxJobTextChars": 20000,
"TopK": 6
"CvMatcherApi": {
"BaseUrl": "",
"InternalApiKey": ""
}
}