quivr/backend
Stan Girard 1b60f59ad7
feat: Update ChatLiteLLM model and add RLS optimization for notifications (#2591)
This pull request updates the ChatLiteLLM model to "gpt-4o" and adds a
row-level security (RLS) optimization for notifications. It also
includes a new SQL script to drop and create a policy for allowing user
access to all notifications.
2024-05-14 01:43:01 -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 fix: Update import statements for OllamaEmbeddings (#2584) 2024-05-11 11:50:13 -07:00
modules feat: Update ChatLiteLLM model and add RLS optimization for notifications (#2591) 2024-05-14 01:43:01 -07:00
packages feat(brave-search): Update GPT4Brain tools and add WebSearchTool (#2576) 2024-05-10 03:22:15 -07:00
routes feat(crawler): Add Playwright for web crawling (#2562) 2024-05-08 07:20:35 -07:00
supabase feat: Update ChatLiteLLM model and add RLS optimization for notifications (#2591) 2024-05-14 01:43:01 -07:00
tests feat: Add support for gpt-4o model (#2589) 2024-05-13 14:07:41 -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 Revert "feat(celery): moved assistant summary to celery" (#2558) 2024-05-07 09:20:42 -07:00
celery_worker.py ci(ecr): added build to public ecr (#2564) 2024-05-08 07:42:31 -07:00
ci-migration.sh Update supabase token setting in ci-migration.sh 2024-05-02 00:04:01 +02:00
Dockerfile feat(crawler): Add Playwright for web crawling (#2562) 2024-05-08 07:20:35 -07:00
Dockerfile.dev feat(crawler): Add Playwright for web crawling (#2562) 2024-05-08 07:20:35 -07:00
logger.py Refactor logging configuration and remove unused imports 2024-04-28 13:35:07 +02:00
main.py feat(notifications): implemented notifications with RLS and realtime (#2525) 2024-05-01 11:11:12 -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: Add support for gpt-4o model (#2589) 2024-05-13 14:07:41 -07:00