Commit graph

44 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
1b4ec2daa7 feat: added google based connectors docs 2026-01-06 23:20:44 -08:00
DESKTOP-RTLN3BA\$punk
761fa9162b feat: added atlassian docs 2026-01-06 22:18:52 -08:00
DESKTOP-RTLN3BA\$punk
bd8821c489 feat: updated docs and fixed docker runtime vars injection
- Modified Dockerfile to use placeholder values for frontend environment variables, allowing for runtime substitution.
- Enhanced entrypoint script to apply runtime environment variable configuration, replacing placeholders in JavaScript files with actual values.
- Updated documentation paths in MDX files for Google OAuth images and added detailed setup guides for Discord, Linear, Notion, and Slack OAuth integrations.
2026-01-06 17:41:50 -08:00
DESKTOP-RTLN3BA\$punk
ba54e1da06 feat: update documentation structure and remove 'full' property from MDX files
- Enhanced the DocsPage component by adding table of content and popover configurations.
- Removed the 'full' property from multiple MDX files to streamline documentation structure.
- Updated meta.json to reflect new documentation organization and added a 'connectors' page.
2026-01-06 03:39:25 -08:00
DESKTOP-RTLN3BA\$punk
8f37170217 chore: update documentation and environment configuration
- Added GOOGLE_DRIVE_REDIRECT_URI to .env.example for Google Drive connector OAuth.
- Updated docker-installation.mdx and manual-installation.mdx to include GOOGLE_DRIVE_REDIRECT_URI in installation instructions.
2026-01-01 22:50:29 -08:00
DESKTOP-RTLN3BA\$punk
3f2b915cd0 feat: fixed OAUTH issues
- Added BACKEND_URL to .env.example for optional OAuth callback configuration when behind a reverse proxy with HTTPS.
- Updated fastapi-users dependency to version 15.0.3 in pyproject.toml.
- Updated argon2-cffi and email-validator versions in uv.lock.
- Enhanced Google OAuth integration in app.py to handle secure contexts for CSRF cookies.
- Updated GoogleLoginButton component to include credentials in fetch requests.
- Updated documentation to reflect the new BACKEND_URL variable in both docker and manual installation guides.
2025-12-19 14:19:30 -08:00
DESKTOP-RTLN3BA\$punk
3207fbf9ea feat(fix): add PAGES_LIMIT configuration for ETL services 2025-12-11 00:29:56 -08:00
DESKTOP-RTLN3BA\$punk
b8478f2ec0 chore: improved configuration management and logging 2025-12-09 00:53:55 -08:00
DESKTOP-RTLN3BA\$punk
5b0d2f82e6 try: docker all in one image 2025-12-08 20:45:20 -08:00
samkul-swe
ad75f8114e Cleaning up files 2025-11-22 19:28:13 -08:00
samkul-swe
121e2f0c0e Renaming resources 2025-11-22 19:19:00 -08: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
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
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
DESKTOP-RTLN3BA\$punk
aed8163aee feat: added celery beat to docker 2025-10-23 00:56:28 -07:00
DESKTOP-RTLN3BA\$punk
c80bbfa867 feat: added celery and removed background_tasks for MQ's
- removed pre commit hooks
- updated docker setup
- updated github docker actions
- updated docs
2025-10-20 00:30:00 -07:00
DESKTOP-RTLN3BA\$punk
70b547c9c9 chore: updated docs & refactored sst_service.py 2025-10-15 14:31:38 -07:00
DESKTOP-RTLN3BA\$punk
c4ce0a802b chore: updated docs 2025-08-22 21:38:49 -07:00
DESKTOP-RTLN3BA\$punk
f47a41e3af docs: updated info for kokoro 2025-08-13 17:57:33 -07:00
Utkarsh-Patel-13
758603b275 Initial formatting using biome 2025-07-27 10:05:37 -07:00
MSI\ModSetter
a0aa29eeb0 chore: updated docs for docling 2025-07-21 12:14:11 -07:00
Muhamad Aji Wibisono
d23541ee44 docs: added documentation about uvicorn environment variables 2025-06-11 10:09:43 +07:00
DESKTOP-RTLN3BA\$punk
71e9ba4652 chore updated docs 2025-06-09 16:33:24 -07:00
DESKTOP-RTLN3BA\$punk
051580d145 chore: updated docs 2025-06-05 14:23:37 -07:00
DESKTOP-RTLN3BA\$punk
4d3655f977 relax claude 2025-06-03 13:44:08 -07:00
DESKTOP-RTLN3BA\$punk
aebe85c190 lol: Forgotten Docs update so unstructured sales teams can relax xD 2025-06-03 13:39:11 -07:00
DESKTOP-RTLN3BA\$punk
73751c0eb1 feat: Removed Hard Dependency on Unstructured.io
- Added Llamaparse Support :)
2025-05-30 19:17:19 -07:00
DESKTOP-RTLN3BA\$punk
521ee4a1c4 feat: Removed Hard Dependecy on Google Auth
- Introduced LOCAL auth mode
2025-05-21 20:56:23 -07:00
Rohan Verma
f291f441c0
Merge pull request #96 from cubxxw/feat/optimize-docker-compose
refactor: remove frontend and backend services
2025-05-13 23:19:12 -07:00
Xinwei Xiong
e8eac2deb0 docs: update deployment guide and Docker setup documentation to use 'docker compose' syntax 2025-05-14 14:00:30 +08:00
Xinwei Xiong
6d591094cc docs: update Docker setup documentation with deployment options and configuration details 2025-05-14 13:18:51 +08:00
DESKTOP-RTLN3BA\$punk
a8080d2dc7 feat: Added Speech to Text support.
- Supports audio & video files.
- Will be useful for Youtube vids which dont have transcripts.
2025-05-13 21:13:53 -07:00
Xinwei Xiong
7a21282064 enhance Docker installation documentation with environment variable details and pgAdmin usage instructions 2025-05-10 13:19:18 +08:00
DESKTOP-RTLN3BA\$punk
66c92129b1 fix docs 2025-05-08 19:53:15 -07:00
DESKTOP-RTLN3BA\$punk
451a1f4a95 fix: docs alignment 2025-05-08 19:49:11 -07:00
DESKTOP-RTLN3BA\$punk
4a2be4b98e fix: Added API_BASE param for LiteLLM. 2025-05-08 19:31:47 -07:00
DESKTOP-RTLN3BA\$punk
1bd0f8a885 chore: docs update for tts 2025-05-06 00:04:37 -07:00
DESKTOP-RTLN3BA\$punk
dc97072145 chore: updated docs 2025-04-30 23:52:58 -07:00
DESKTOP-RTLN3BA\$punk
6669b16d87 fix: docs 2025-04-24 19:51:31 -07:00
DESKTOP-RTLN3BA\$punk
bfbe270031 chore: update ModernHeroWithGradients to link to documentation and modify installation instructions 2025-04-24 13:40:30 -07:00
DESKTOP-RTLN3BA\$punk
da2d606a43 feat: new docs 2025-04-24 01:39:56 -07:00
Exceeds_Lenovo\rohan
f445a2b130 chore: docs 2025-04-23 15:22:43 -07:00
DESKTOP-RTLN3BA\$punk
7044eae027 docs stuff 2025-04-23 15:22:43 -07:00
DESKTOP-RTLN3BA\$punk
0436d2ab64 feat: Added FumaDocs 2025-04-22 02:24:13 -07:00