Commit Graph

89 Commits

Author SHA1 Message Date
86828bc343 Merge pull request #1 from aljazceru/redoing-things
Redoing things
2025-10-02 14:16:33 +02:00
072c28d67f Merge branch 'main' into redoing-things 2025-10-02 10:54:36 +02:00
8391dd5170 vector size test 2025-10-01 17:05:04 +02:00
f3f5cca50b fixing rag 2025-10-01 15:50:34 +02:00
755ea4c585 rag debug view 2025-09-23 16:19:00 +02:00
d4d420a03a rag improvements 2 2025-09-23 15:47:33 +02:00
f8d127ff42 rag improvements 2025-09-23 15:26:54 +02:00
354b43494d Add verification script for security middleware removal
Script verifies:
- Environment settings are correct
- Python syntax is valid
- Docker configuration exists
- No security import errors

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 11:49:13 +02:00
95d5b3a443 Remove security and rate limiting middleware from backend
- Removed security middleware setup from main.py
- Disabled security middleware functionality
- Removed rate limiting middleware setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 11:48:11 +02:00
a8fe7d6d29 Backup before security middleware removal
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 11:47:09 +02:00
361c016da4 chatbot rag testing 2025-09-22 11:42:40 +02:00
a2ee959ec9 rag improvements 2025-09-21 18:44:02 +02:00
f58a76ac59 ratelimiting and rag 2025-09-21 06:49:55 +02:00
0c20de4ca1 working chatbot, rag weird 2025-09-19 20:34:51 +02:00
25778ab94e fix 2025-09-18 15:37:00 +02:00
745a72aedb cleanup hot path 2025-09-18 14:45:59 +02:00
e8742e1948 repo cleanup 2025-09-18 13:34:25 +02:00
0a08690c7a more logging 2025-09-18 13:17:18 +02:00
3c30d55df9 fix auth front 2025-09-18 12:25:43 +02:00
73503eb42f debug 2025-09-18 12:00:16 +02:00
9d3da20401 debugging 2025-09-18 11:42:18 +02:00
3a3c932ee6 nginx proxy 2025-09-18 11:12:00 +02:00
9db8499a56 fix 2025-09-18 09:03:11 +02:00
b2b240c16a auth consolidation 2025-09-18 08:32:08 +02:00
901e60c21b auth consolidation 2025-09-18 08:10:20 +02:00
8ef0f234e4 tshoot 2025-09-18 07:54:56 +02:00
994fcdc4bf gitignore issues 2025-09-18 07:08:07 +02:00
f088ed5bc9 moar files for debugging 2025-09-17 20:01:28 +02:00
3bd78b5251 debug testing 2025-09-17 18:37:14 +02:00
26070da235 debugging 2025-09-17 18:11:43 +02:00
7e17f0e0b2 autofixer 2025-09-17 16:54:51 +02:00
7488adc39e dependencies sync 2025-09-17 16:37:48 +02:00
af0fc27089 chatbot fix 2025-09-17 14:44:23 +02:00
c5dc889837 remove security blocking 2025-09-17 13:32:18 +02:00
02228fe734 chatbot internal endpoint fix 2025-09-17 12:53:31 +02:00
49a2b9f09b errors 2025-09-17 12:33:50 +02:00
bd7b2348ce toast fix 2025-09-17 11:58:23 +02:00
3e55dc50c4 rag fix 2025-09-17 10:57:44 +02:00
2912b99aa1 cleaup env 2025-09-17 09:52:47 +02:00
be3a9002b3 potential fix 2025-09-16 17:50:51 +02:00
19dd1f07cb fixing qdrant config mount 2025-09-16 11:43:12 +02:00
d0535a07d6 lib 2025-09-16 11:31:36 +02:00
965002687b gh build 2025-09-16 11:23:24 +02:00
e18a652d7a prod build fixing 2025-09-16 10:54:41 +02:00
c7d1251ad3 node version bump in container 2025-09-16 09:14:02 +02:00
8841bbf13a simplify 2025-09-16 09:11:23 +02:00
cbf2e3c738 prod build fix 2025-09-16 08:49:25 +02:00
56a88f0a68 build fix 2025-09-16 08:06:27 +02:00
c4c6643fd1 Replace @/lib imports in app pages with relative paths
- Updated main page components to use relative imports instead of @ aliases
- Replaced @/lib/api-client with ../lib/api-client
- Replaced @/lib/file-download with ../lib/file-download
- This fixes Docker build module resolution issues
2025-09-16 07:22:15 +02:00
407e14faa6 Fix Docker build with Next.js standalone output
- Enable outputStandalone in next.config.js for better Docker compatibility
- Update Dockerfile to properly copy standalone output files
- Change CMD to use node server.js for standalone builds
- This should resolve the @/lib module resolution issues in Docker builds
2025-09-15 20:10:29 +02:00