Commit graph

1242 commits

Author SHA1 Message Date
Rohan Verma
b79befdef6
Merge pull request #448 from MODSetter/dev
chore: update configuration for rerankers
2025-10-29 23:53:28 -07:00
DESKTOP-RTLN3BA\$punk
0987440893 chore: update configuration for rerankers
- Added RERANKERS_ENABLED option to control reranking functionality.
- Updated rerank_documents function to handle cases when reranking is disabled.
- Enhanced documentation for environment variables related to rerankers in installation guides.
2025-10-29 23:23:08 -07:00
Rohan Verma
b71e1546b8
Merge pull request #447 from MODSetter/dev
chore: updated chonkie and temp fix for azure embeddings registry
2025-10-29 15:08:46 -07:00
DESKTOP-RTLN3BA\$punk
32360a85c8 Merge commit 'c06a4bd12a' into dev 2025-10-29 14:46:33 -07:00
DESKTOP-RTLN3BA\$punk
71e4860495 chore: updated chonkie and temp fix for azure embeddings registry
- TODO: Raise PR in upstream for fix in next version
2025-10-29 14:42:05 -07:00
Rohan Verma
c06a4bd12a
Merge pull request #444 from MODSetter/dev
fix: docker backend entrypoint issues
2025-10-28 23:45:16 -07:00
DESKTOP-RTLN3BA\$punk
5addc317f0 Merge commit 'fcd15c59df' into dev 2025-10-28 23:36:39 -07:00
DESKTOP-RTLN3BA\$punk
133e2639ec fix: docker backend entrpoint issues 2025-10-28 23:35:53 -07:00
Rohan Verma
fcd15c59df
Merge pull request #443 from msinha569/fix/nav-main-expand-collapse
Fix: expand/collapse on full button click
2025-10-28 01:15:56 -07:00
Rohan Verma
1ea99bc8f6
Merge pull request #442 from MODSetter/dev
feat(removed): sub_section_writer agent
2025-10-27 23:19:23 -07:00
msinha569
61edefa7b2 Fix: expand/collapse on full button click 2025-10-28 09:49:59 +05:30
DESKTOP-RTLN3BA\$punk
81ddc81026 feat(removed): sub_section_writer
- Its bad and not needed.
2025-10-27 20:30:10 -07:00
Rohan Verma
5ac6ebf199
Merge pull request #441 from MODSetter/dev
chore: suggested changes
2025-10-27 08:41:31 -07:00
DESKTOP-RTLN3BA\$punk
45f306d890 chore: suggested changes 2025-10-27 08:37:08 -07:00
Rohan Verma
6b88c920c3
Merge pull request #436 from MODSetter/dev
chore: update pnpm-lock.yaml
2025-10-26 02:55:03 -07:00
DESKTOP-RTLN3BA\$punk
aaf5271b52 chore: update pnpm-lock.yaml 2025-10-26 02:54:40 -07:00
Rohan Verma
965ef5429b
Merge pull request #435 from msinha569/main
Header button illumination persists after hover leave #433
2025-10-26 02:46:43 -07:00
Rohan Verma
91c5292bb7
Merge pull request #434 from unitagain/feature/i18n-clean
feat(i18n): Add next-intl framework with full bilingual support (EN/ZH)
2025-10-26 02:45:33 -07:00
Differ
f58c7e4602 feat(i18n): Add next-intl framework with full bilingual support (EN/ZH)
- Implement next-intl framework for scalable i18n
- Add complete Chinese (Simplified) localization
- Support 400+ translated strings across all pages
- Add language switcher with persistent preference
- Zero breaking changes to existing functionality

Framework additions:
- i18n routing and middleware
- LocaleContext for client-side state
- LanguageSwitcher component
- Translation files (en.json, zh.json)

Translated components:
- Homepage: Hero, features, CTA, navbar
- Auth: Login, register
- Dashboard: Main page, layout
- Connectors: Management, add page (all categories)
- Documents: Upload, manage, filters
- Settings: LLM configs, role assignments
- Onboarding: Add provider, assign roles
- Logs: Task logs viewer

Adding a new language now requires only:
1. Create messages/<locale>.json
2. Add locale to i18n/routing.ts
2025-10-26 17:18:57 +08:00
msinha569
8484fb2ad8 Header button illumination persists after hover leave #433 2025-10-26 14:15:02 +05:30
Rohan Verma
8aeaf419d0
Merge pull request #432 from MODSetter/dev
fix: docker
2025-10-23 21:05:10 -07:00
DESKTOP-RTLN3BA\$punk
c0e47d63f8 fix: docker 2025-10-23 21:04:14 -07:00
Rohan Verma
1be9c34719
Merge pull request #431 from MODSetter/dev
feat: frontend docker to use nextjs production build
2025-10-23 20:42:44 -07:00
DESKTOP-RTLN3BA\$punk
99ab6af733 for package check 2025-10-23 20:39:42 -07:00
DESKTOP-RTLN3BA\$punk
a95c97b770 Merge commit 'dc4fe71e77' into dev 2025-10-23 20:37:46 -07:00
DESKTOP-RTLN3BA\$punk
d5ccced6b9 feat: frontend docker to use nextjs production build
- Damn this made things fast af.
2025-10-23 20:37:01 -07:00
Rohan Verma
dc4fe71e77
Merge pull request #429 from MODSetter/dev
fix: reduced docker size by 67%
2025-10-23 15:54:07 -07:00
DESKTOP-RTLN3BA\$punk
420e2b62eb Merge commit 'a44deb7635' into dev 2025-10-23 15:49:47 -07:00
DESKTOP-RTLN3BA\$punk
590baff093 fix: reduced docker size by 67% 2025-10-23 15:49:16 -07:00
Rohan Verma
a44deb7635
Merge pull request #428 from MODSetter/dev
feat: added periodic indexing for indexable search source connectors
2025-10-23 01:04:28 -07:00
DESKTOP-RTLN3BA\$punk
aed8163aee feat: added celery beat to docker 2025-10-23 00:56:28 -07:00
MSI\ModSetter
8706df6716 feat: added meta-scheduler for running periodic tasks 2025-10-22 19:49:44 -07:00
MSI\ModSetter
a90767a478 feat: added meta-scheduler for running periodic tasks 2025-10-22 19:49:30 -07:00
DESKTOP-RTLN3BA\$punk
182f815bb7 feat: added periodic tasks in backend db and frontend hooks
- TODO: Add celery redbeat and create tasks dinamically in our redis
2025-10-22 16:14:25 -07:00
Rohan Verma
70808eb08b
Merge pull request #427 from MODSetter/dev
feat: fixed chat Documents table
2025-10-21 22:59:09 -07:00
DESKTOP-RTLN3BA\$punk
c4b9ce6ce8 feat: fixed chat Documents table 2025-10-21 22:55:39 -07:00
DESKTOP-RTLN3BA\$punk
4f6105ba32 Merge commit '6750c47f9d' into dev 2025-10-21 22:55:12 -07:00
Rohan Verma
6750c47f9d
Merge pull request #426 from MODSetter/dev
feat(fix): document type filtering
2025-10-21 21:59:47 -07:00
DESKTOP-RTLN3BA\$punk
18adf79649 feat(fix): document type filtering 2025-10-21 21:53:55 -07:00
Rohan Verma
fec8deabcc
Merge pull request #425 from MODSetter/dev
fix: celery_app path and gmail indexing
2025-10-21 21:15:23 -07:00
DESKTOP-RTLN3BA\$punk
0e6669ac4e fix: celery_app path and gmail indexing 2025-10-21 21:11:41 -07:00
Rohan Verma
4fc12c0653
Merge pull request #424 from MODSetter/dev
fix pricing
2025-10-21 08:14:41 -07:00
DESKTOP-RTLN3BA\$punk
9408957052 fix pricing 2025-10-21 08:14:06 -07:00
Rohan Verma
87ca3886c8
Merge pull request #421 from AnishSarkar22/feature/disable-user-registration
feat: Disable public user registration via environment flag
2025-10-20 17:54:24 -07:00
Rohan Verma
4bcc8d2a13
Merge pull request #422 from elonpart2/dev-sanwal
Add eye toggle button for API Key and Password fields on Sign In page…
2025-10-20 17:44:05 -07:00
Rohan Verma
5fee1cce25
Merge pull request #423 from MODSetter/dev
announcement: vercel outage
2025-10-20 11:38:18 -07:00
DESKTOP-RTLN3BA\$punk
3ada6422cd announcement: vercel outage 2025-10-20 11:37:46 -07:00
sanwalsulehri
084e773663 Add eye toggle button for API Key and Password fields on Sign In page #415 2025-10-20 16:20:03 +05:00
Anish Sarkar
fd94193fd5 fix: ran linting for both backend and frontend 2025-10-20 16:25:14 +05:30
Anish Sarkar
19ed0becce feat: implement registration toggle in backend and handle disabled state in frontend 2025-10-20 15:54:52 +05:30