Tags: innfactory-ci/rag_api
Tags
✨ chore: Enhance GitHub Actions Workflow with Disk Space Management * Added a step to free up disk space in the GitHub Actions workflow, utilizing the `jlumbroso/free-disk-space` action to optimize resource usage during builds. * Updated caching strategy for Docker images to improve build performance by specifying cache-from and cache-to options. These changes aim to streamline the CI/CD process and ensure efficient resource management.
📙 docs: More Info on `GOOGLE_APPLICATION_CREDENTIALS` (danny-avila#177)
📑 fix: quote variables in connection string and dsn (danny-avila#149)
🔧 fix: missing xlrd requirement for .xls files (danny-avila#72)
🛠️ fix: Handle File Edge Cases (danny-avila#27) * fix(get_loader): add `autodetected_incoding=True` to prevent text file encoding issues * chore: bump packages * chore: add required packages for PDF_EXTRACT_IMAGES * fix: clean pdf page_content (remove null bytes)