Creating a domain and connecting with data source
Domains collect, transform, and transfer data from multiple data sources to a destination, enabling efficient data flow for analysis and AI models.
About this task
DocumentProcessorCR. The processor streamlines data flow for analysis, reporting,
and powering AI models effectively.Procedure
What to do next

Tip: To customize the metrics polling
interval, set the
METRICS_POLLING_INTERVAL_MS parameter in the
cas-config ConfigMap located in the CAS installation namespace: kind: ConfigMap
apiVersion: v1
metadata:
name: cas-config
namespace: ibm-cas
data:
ENABLE_FILE_LEVEL_SECURITY: 'true'
HF_ACCESS_TOKEN_SECRET_NAME: hf-access-token
METRICS_POLLING_INTERVAL_MS: '60000' ---> Metrics Polling interval in millisecond
NVMM_EMBED_SERVICE: 'http://nv-ingest-embedqa.nv-ingest.svc.cluster.local'
NVMM_NIM_SERVICE: 'http://nv-ingest.nv-ingest.svc.cluster.local'