Skip to content

Commit ab37bdd

Browse files
committed
use env variable in config
Signed-off-by: Arnesh Dadhich <arneshdadhich0011@gmail.com>
1 parent 9fe5ed5 commit ab37bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/api/go/configs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ artifact:
5454
maxUploadSizeBytes: ${ARTIFACT_MAX_UPLOAD_SIZE_BYTES} # Default 16MB (16 * 1024 * 1024 bytes)
5555

5656
embedding:
57-
taskVectorDim: 1536
57+
taskVectorDim: ${TASK_VECTOR_DIMENSION}

0 commit comments

Comments
 (0)