No description
Find a file
Vadym Samoilenko fc430cc10a fix: add local document extraction fallback when LLAMACLOUD_API_KEY is absent
When LLAMACLOUD_API_KEY is empty the LlamaParse client constructed a Bearer
token with an empty secret, causing Python's HTTP stack to raise
"Illegal header value b'Bearer '" and fail every upload job.

Changes:
- _extract_document_content_local(): new method using PyMuPDF (PDF),
  python-pptx (PPTX), python-docx (DOCX), openpyxl (XLSX) — all already
  in requirements.txt
- _extract_document_content(): skip LlamaParser entirely if key is not set;
  on LlamaParser exception, fall back to local extraction instead of raising

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 15:08:23 +00:00
backend fix: add local document extraction fallback when LLAMACLOUD_API_KEY is absent 2026-03-23 15:08:23 +00:00
frontend fix: repair brief upload and real-time job progress 2026-03-23 15:05:23 +00:00
.env.example feat: add full AI provider config to .env.example and docker-compose 2026-03-23 14:30:16 +00:00
.gitignore Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
deploy.sh fix: run git pull as SUDO_USER to use correct SSH keys 2026-03-23 14:25:44 +00:00
docker-compose.yml feat: add full AI provider config to .env.example and docker-compose 2026-03-23 14:30:16 +00:00
Dockerfile Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_dev.sh Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00