first implementation - image/drawing integration
This commit is contained in:
@@ -47,6 +47,16 @@ spring:
|
||||
max-size: 8
|
||||
queue-capacity: 50
|
||||
|
||||
logging:
|
||||
level:
|
||||
"[org.apache.pdfbox]": ERROR
|
||||
|
||||
app:
|
||||
auth:
|
||||
password: ${APP_PASSWORD:changeme}
|
||||
figure-storage:
|
||||
base-path: ${FIGURE_STORAGE_PATH:./uploads}
|
||||
min-image-size-px: 100
|
||||
embedding:
|
||||
batch-size: 20
|
||||
batch-delay-ms: 2000
|
||||
|
||||
Reference in New Issue
Block a user