Skip to content

Tags: innfactory-ci/rag_api

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
danny-avila Danny Avila
✨ 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.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📙 docs: More Info on `GOOGLE_APPLICATION_CREDENTIALS` (danny-avila#177)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📑 fix: quote variables in connection string and dsn (danny-avila#149)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📁 fix: add yml, yaml and eml to the list of known file extensions (da…

…nny-avila#120)

Co-authored-by: Peter Rothlaender <peter.rothlaender@ginkgo.com>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔧 fix: missing xlrd requirement for .xls files (danny-avila#72)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
danny-avila Danny Avila
🐋 ci: Update Docker build workflow to use dynamic image tags

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🛠️ 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)