mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-30 01:32:52 +03:00
b62297341f
This pull request adds PDF generation functionality and improves the
formatting of emails. It includes a new module for generating PDFs using
the fpdf2 library and updates the email templates to use markdown
formatting for better readability.
<!--
ELLIPSIS_HIDDEN
-->
----
| <a href="https://ellipsis.dev" target="_blank"><img
src="https://avatars.githubusercontent.com/u/80834858?s=400&u=31e596315b0d8f7465b3ee670f25cea677299c96&v=4"
alt="Ellipsis" width="30px" height="30px"/></a> | 🚀 This PR
description was created by [Ellipsis](https://www.ellipsis.dev) for
commit ccecff77a5
. |
|--------|--------|
### Summary:
This PR introduces PDF generation functionality, improves email
formatting, sanitizes filenames, updates various files and dependencies,
and updates `docker-compose.dev.yml`.
**Key points**:
- Added PDF generation functionality using the `fpdf2` library
- Improved email formatting
- Sanitized filenames using the `unidecode` library
- Updated `backend/modules/assistant/ito/ito.py` to generate PDFs and
sanitize filenames
- Added `pdf_generator.py` in `backend/modules/assistant/ito/utils/` for
PDF generation
- Updated `Pipfile` and `Pipfile.lock` in
`backend/modules/assistant/ito/utils/` to include `unidecode`
- Updated `requirements.txt` with new dependencies
- Updated `docker-compose.dev.yml`
----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
<!--
ELLIPSIS_HIDDEN
-->
87 lines
1.3 KiB
Plaintext
87 lines
1.3 KiB
Plaintext
docker-compose.override.yml
|
|
secondbrain/
|
|
.env
|
|
.streamlit/secrets.toml
|
|
**/*.pyc
|
|
toto.txt
|
|
*.ipynb
|
|
log.txt
|
|
|
|
backend/venv
|
|
backend/.env
|
|
backend/*.deb
|
|
backend/.python-version
|
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
**/node_modules
|
|
**/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
**/coverage
|
|
|
|
# next.js
|
|
**/.next/
|
|
**/out/
|
|
|
|
# production
|
|
**/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
quivr/*
|
|
streamlit-demo/.streamlit/secrets.toml
|
|
.backend_env
|
|
.frontend_env
|
|
backend/core/pandoc-*
|
|
**/.pandoc-*
|
|
backend/core/application_default_credentials.json
|
|
|
|
#local models
|
|
backend/core/local_models/*
|
|
|
|
## scripts
|
|
package-lock.json
|
|
backend/celerybeat-schedule
|
|
frontend/public/robots.txt
|
|
frontend/public/sitemap*
|
|
|
|
pyfiles/*
|
|
backend/bin/*
|
|
backend/lib/*
|
|
backend/pyvenv.cfg
|
|
backend/share/*
|
|
backend/slim.report.json
|
|
volumes/db/data/
|
|
volumes/storage/stub/stub/quivr/*
|
|
supabase/migrations/20240103191539_private.sql
|
|
supabase/20240103191539_private.sql
|
|
paulgraham.py
|
|
.env_test
|
|
supabase/seed-airwallex.sql
|
|
airwallexpayouts.py
|
|
application.log
|
|
backend/celerybeat-schedule.db
|
|
|
|
backend/application.log.*
|
|
backend/score.json
|
|
backend/modules/assistant/ito/utils/simple.pdf
|