@@ -29,7 +29,7 @@ services:
|
||||
- InternalApi__ApiKey=${InternalApi__ApiKey:-change-this-internal-key}
|
||||
- InternalApi__RequireApiKey=${InternalApi__RequireApiKey:-false}
|
||||
|
||||
# Rag: matches rag-api appsettings Rag section 1
|
||||
# Rag: matches rag-api appsettings Rag section
|
||||
- Rag__MaxFileSizeMb=${Rag__MaxFileSizeMb:-8}
|
||||
- Rag__ChunkSize=${Rag__ChunkSize:-900}
|
||||
- Rag__ChunkOverlap=${Rag__ChunkOverlap:-150}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src/web
|
||||
|
||||
COPY web.csproj ./
|
||||
COPY web/web.csproj ./
|
||||
RUN dotnet restore web.csproj
|
||||
|
||||
# Copy only the web project files to avoid bringing other projects into the build context
|
||||
|
||||
Reference in New Issue
Block a user