Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-07 14:45:19 +03:00
parent 5f647b4561
commit ae1db5e9a7
3 changed files with 39 additions and 15 deletions
+30
View File
@@ -31,6 +31,36 @@ Ai__Ollama__ChatModel=llama2
Ai__Ollama__EmbeddingModel=embedding-model
Ai__Ollama__TimeoutSeconds=30
# Database (shared) - maps to Database:Host etc. used by apps
Database__Host=sqlserver
Database__Port=1433
Database__Name=MyAiDb
Database__User=sa
Database__Password=
Database__TrustServerCertificate=true
# Internal API protection
InternalApi__ApiKey=
InternalApi__RequireApiKey=false
# RAG settings
Rag__MaxFileSizeMb=8
Rag__ChunkSize=900
Rag__ChunkOverlap=150
Rag__MaxTextChars=60000
Rag__DefaultTopK=20
Rag__MaxTopK=50
Rag__ClassifyWithAi=false
# Matcher settings (cv-matcher)
Matcher__TopK=10
Matcher__DeepScoreTopN=5
Matcher__MaxJobTextChars=60000
# RagApi used by cv-matcher
RagApi__BaseUrl=http://rag-api:8082
RagApi__InternalApiKey=
# Captcha
Captcha__Provider=Recaptcha
Captcha__SecretKey=