FighterBay / YARI

Yet another RAG Implementation
GNU Affero General Public License v3.0
5 stars 0 forks source link

Error: File not queued #1

Open ayansengupta17 opened 5 months ago

ayansengupta17 commented 5 months ago

We get error that file not queued. logfile.log

FighterBay commented 5 months ago

Unable to reproduce even on a fresh VM. From the logs, it looks like celery-worker isn't running/logging to disk correctly.

Can you share your docker-compose logs after running the example, please? sudo docker-compose logs -f -t >> yari-logs.log

FighterBay commented 5 months ago

Celery's logs weren't written to disk properly because of path error in docker-compose.yaml. I have fixed it in this 6a28798f9d9759266dd658b51be93cd82e464351 commit. Please provide me logs from the disk or via docker-compose logs.

*I reckon that the error: File not queued is related to path error in the mock OCR functionality due to incorrect path being supplied. Logs from celery-worker should help.