@@ -196,10 +196,6 @@ backend:
196196 RETRIEVER_TABLE_K_DOCUMENTS : 10
197197 RETRIEVER_IMAGE_THRESHOLD : 0.7
198198 RETRIEVER_IMAGE_K_DOCUMENTS : 10
199- vision :
200- VISION_IMAGE_LANE_ENABLED : false
201- VISION_EMBEDDING_ENABLED : false
202- VISION_IMAGE_RETRIEVER_ENABLED : false
203199 errorMessages :
204200 ERROR_MESSAGES_NO_DOCUMENTS_MESSAGE : " I'm sorry, my responses are limited. You must ask the right questions."
205201 ERROR_MESSAGES_NO_OR_EMPTY_COLLECTION : " No documents were provided for searching."
@@ -394,10 +390,6 @@ adminBackend:
394390 sourceUploader :
395391 # Large sitemap ingestions (per-page summaries) can take > 1 hour.
396392 SOURCE_UPLOADER_TIMEOUT : 3600
397- vision :
398- VISION_IMAGE_LANE_ENABLED : false
399- VISION_EMBEDDING_ENABLED : false
400- VISION_IMAGE_RETRIEVER_ENABLED : false
401393
402394extractor :
403395 replicaCount : 1
@@ -456,10 +448,6 @@ extractor:
456448 # Options: "docusaurus" (default), "astro", "generic"
457449 # Note: https://docs.stackit.cloud is built with Astro/Starlight -> use "astro".
458450 SITEMAP_PARSER : docusaurus
459- vision :
460- VISION_IMAGE_LANE_ENABLED : false
461- VISION_EMBEDDING_ENABLED : false
462- VISION_IMAGE_RETRIEVER_ENABLED : false
463451
464452adminFrontend :
465453 name : admin-frontend
@@ -551,6 +539,10 @@ shared:
551539 s3 :
552540 S3_ENDPOINT : http://rag-minio:9000
553541 S3_BUCKET : documents
542+ vision :
543+ VISION_IMAGE_LANE_ENABLED : false
544+ VISION_EMBEDDING_ENABLED : false
545+ VISION_IMAGE_RETRIEVER_ENABLED : false
554546 retryDecorator :
555547 RETRY_DECORATOR_MAX_RETRIES : " 5"
556548 RETRY_DECORATOR_RETRY_BASE_DELAY : " 0.5"
0 commit comments