The documents/upload/ endpoint allows an original pdf doc to be converted to markdown for easy vector store ingestion.
Currently this transformation job is being run in fastapi background task. This should be migrated to run in celery worker instead.
The documents/upload/ endpoint allows an original pdf doc to be converted to markdown for easy vector store ingestion.
Currently this transformation job is being run in fastapi background task. This should be migrated to run in celery worker instead.