Commit Graph

62 Commits

Author SHA1 Message Date
Anish Sarkar 9215118bab feat: enhance documentation and fixed bug in `loading.tsx` 2026-01-24 22:43:04 +05:30
Anish Sarkar 200f8732f6 Merge remote-tracking branch 'upstream/dev' into feat/inbox 2026-01-22 02:13:42 +05:30
Anish Sarkar 93aa1dcf3c feat: implement inbox sidebar for enhanced user notifications
- Introduced a new InboxSidebar component to manage and display inbox items.
- Integrated real-time syncing of inbox items using Electric SQL for instant updates.
- Added functionality to mark items as read, archive/unarchive, and filter inbox content.
- Updated existing components to accommodate the new inbox feature, including layout adjustments and state management.
- Enhanced user experience with improved navigation and interaction for inbox items.
2026-01-21 19:43:20 +05:30
Anish Sarkar 6dd535c85a fix: Clean up GitHub connector UI and documentation
- Removed unnecessary period from the GitHub connect form alert description.
- Moved helper functions for string and array conversion outside the component to avoid useEffect dependency issues.
- Updated the GitHub connector documentation to provide detailed indexing information and troubleshooting tips for users.
2026-01-21 00:19:17 +05:30
DESKTOP-RTLN3BA\$punk 4595fd3d1f docs: updated docs 2026-01-20 02:03:05 -08:00
Anish Sarkar 3b54de6882 fix: update electric-sql docs 2026-01-16 18:53:57 +05:30
Anish Sarkar 802419502d fix: add env.example and docs 2026-01-15 21:59:59 +05:30
Anish Sarkar 52f2aac54e chore: update docker-compose and documentation for PostgreSQL configuration
- Added NEXT_FRONTEND_URL environment variable to docker-compose.yml for frontend integration.
- Updated hero-section.tsx to change the "Get Started" button link from "/login" to "/register".
- Enhanced electric-sql documentation with detailed instructions for locating and editing the postgresql.conf file.
2026-01-15 21:07:14 +05:30
Anish Sarkar 28aa4814bd refactor: improve chat UI and greeting logic
- Simplified chat document processing display by removing the book emoji for a cleaner look.
- Enhanced the greeting function to prioritize user display names over email for a more personalized experience.
- Adjusted the ChatShareButton component by removing unused imports and unnecessary elements for better clarity and performance.
- Updated the title in the Electric SQL documentation for conciseness.
2026-01-15 18:29:30 +05:30
Anish Sarkar 4cde2218b4 chore: ran linting 2026-01-15 17:19:09 +05:30
Anish Sarkar 9ddcd4f99b feat: added docs for electric-sql + pglite 2026-01-15 16:15:59 +05:30
DESKTOP-RTLN3BA\$punk 9e6a873400 docs: msft teams 2026-01-09 00:34:21 -08:00
DESKTOP-RTLN3BA\$punk 30401f50a5 docs: setup guides for Airtable and ClickUp OAuth integrations 2026-01-07 20:40:54 -08:00
DESKTOP-RTLN3BA\$punk c9a9d29c54 docs: update README 2026-01-07 19:43:31 -08:00
Rohan Verma 33ab74f698
Merge pull request #672 from manojag115/feat/teams-connector
Update installation documentation and fix pyproject file for pip install
2026-01-07 17:47:32 -08:00
Manoj Aggarwal 31383ad0d7 Minor modifications to documentation 2026-01-07 13:36:15 -08:00
Rohan Verma b53ea565db
Merge pull request #669 from CREDO23/sur-66-feature-support-multiple-connectors-of-the-same-type-per
[Feature] Support multiple connectors of the same type per search space
2026-01-07 12:38:37 -08:00
CREDO23 b664547178 style: format web codebase 2026-01-07 15:20:36 +02:00
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