First Ingestion and Semantic Search
First Ingestion & Semantic Search
Overview
2
Step 2 — Run Document Ingestion
Standard profile:
docker compose run --rm document-ingestion-workerGPU profile (if configured):
docker compose -f docker-compose.yml -f docker-compose.gpu.yml run --rm document-ingestion-workerLow-memory profile:
docker compose -f docker-compose.yml -f docker-compose.low-memory.yml run --rm document-ingestion-worker4
What Happens During Ingestion
Advanced Processing Steps
Formula Recognition
Table Normalization
Metadata Enrichment
How Semantic Search Works
What Success Looks Like
What Comes Next
Was this helpful?