quivr/backend
Stan Girard 8b0c55de5c
feat(llamaparse): Add Llama Parse integration for complex document parsing (#2517)
This pull request adds Llama Parse integration for complex document
parsing in Quivr. Llama Parse is a tool from Llama Index that allows you
to read complex documents in Quivr. It provides an API key that needs to
be added to the `.env` file as `LLAMA_CLOUD_API_KEY`. Once configured,
you can use the Llama Parse tool to read `pdf`, `docx`, and `doc` files
in Quivr.
2024-04-29 09:31:21 -07:00
..
.vscode feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
middlewares feat: new landing page (#2264) 2024-02-25 18:09:01 -08:00
models Update .env.example and backend/models/settings.py 2024-04-29 10:36:10 +02:00
modules feat(backend): use SQLAlchemy instead od supabase API (#2516) 2024-04-29 01:27:50 -07:00
packages feat(llamaparse): Add Llama Parse integration for complex document parsing (#2517) 2024-04-29 09:31:21 -07:00
routes refactor: Refacto code #1 (#2458) 2024-04-20 02:22:05 -07:00
supabase Add Supabase schema, migrations, and .gitignore file 2024-04-27 15:31:43 +02:00
tests feat: Add telemetry ping task to celery worker and main.py (#2494) 2024-04-25 07:22:13 -07:00
vectorstore feat(custom): big brain (#2198) 2024-02-16 17:14:30 -08:00
__init__.py refactor: Refacto code #1 (#2458) 2024-04-20 02:22:05 -07:00
.dockerignore feat(notion): added custom integration (#2268) 2024-02-27 21:30:25 -08:00
celery_config.py fix: Update Celery config to remove SSL certificate requirement 2024-02-20 19:56:14 -08:00
celery_worker.py feat: Add telemetry ping task to celery worker and main.py (#2494) 2024-04-25 07:22:13 -07:00
ci-migration.sh Remove debug flag from supabase db push command 2024-04-27 15:35:24 +02:00
Dockerfile Update Dockerfile dependencies 2024-04-28 14:34:44 +02:00
Dockerfile.dev fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
logger.py Refactor logging configuration and remove unused imports 2024-04-28 13:35:07 +02:00
main.py feat(profiler): Add pyinstrument package and update Makefile and backend code (#2512) 2024-04-28 06:10:21 -07:00
manage_services.sh feat(integration): implementation (#2191) 2024-02-14 20:07:53 -08:00
Porter.yaml feat(porter): Add Porter.yaml files for backend and frontend services 2024-04-25 10:51:10 +02:00
pyrightconfig.json feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
requirements.txt feat(profiler): Add pyinstrument package and update Makefile and backend code (#2512) 2024-04-28 06:10:21 -07:00