Commit graph

1325 commits

Author SHA1 Message Date
Rohan Verma
e31d61d6e6
Merge pull request #464 from MODSetter/dev
refactor: added batch commits and Increased task time limits in celery_app.py
2025-11-03 16:05:11 -08:00
DESKTOP-RTLN3BA\$punk
a3a5b13f48 chore: linting 2025-11-03 16:00:58 -08:00
DESKTOP-RTLN3BA\$punk
050581ba6a Merge commit '57fd82f17f' into dev 2025-11-03 15:58:17 -08:00
DESKTOP-RTLN3BA\$punk
e65d74f2e2 refactor: added batch commits and Increased task time limits in celery_app.py
- Increased task time limits in celery_app.py for longer processing times.
- Enhanced pagination logic in NotionHistoryConnector to handle large result sets.
- Implemented batch commits every 10 documents across various indexers (Airtable, ClickUp, Confluence, Discord, GitHub, Google Calendar, Gmail, JIRA, Linear, Luma, Notion, Slack) to improve performance and reduce database load.
- Updated final commit logging for clarity on total documents processed.
2025-11-03 15:57:19 -08:00
Chirag
b3026e4412 fix: resolve ruff F823 error by importing getLogger and ERROR directly 2025-11-02 12:03:03 +05:30
Chirag
094bdfad45 fix: suppress pdfminer warnings to prevent upload halting
- Added warning suppression for pdfminer warnings during Docling PDF processing
- Suppresses 'Cannot set gray non-stroke color' warnings that cause uploads to halt
- Temporarily sets pdfminer logger to ERROR level during document processing
- Fixes issue where files ~34MB would fail due to pdfminer warning spam

Resolves issue where PDF uploads would halt with repeated pdfminer warnings
2025-11-01 17:42:23 +05:30
Rohan Verma
57fd82f17f
Merge pull request #462 from msinha569/fix/searchspacecontainer
Search Space container not fully clickable on dashboard #453
2025-10-31 14:15:03 -07:00
Rohan Verma
a8e40920ff
Merge pull request #458 from msinha569/fix/agentprocessterminal-clean
Fix: add smooth expand/collapse animation for Agent Process Terminal (#452)
2025-10-31 14:14:21 -07:00
Rohan Verma
7ef20ed8c4
Merge pull request #451 from msinha569/fix/duplicate-tick-clean
Fix: remove duplicate tick and overflow issue in Fast LLM Selection (#446)
2025-10-31 14:14:03 -07:00
Rohan Verma
deeae5e62d
Merge pull request #449 from msinha569/fix/sidebar-issue
Fix: make entire sidebar button clickable (#445)
2025-10-31 14:13:38 -07:00
msinha569
d59478e23b Search Space container not fully clickable on dashboard #453 2025-10-31 18:55:26 +05:30
Rohan Verma
49b7cb9ad5
Merge pull request #461 from MODSetter/dev
Dev
2025-10-31 02:40:46 -07:00
DESKTOP-RTLN3BA\$punk
e86c818c45 Merge commit '9ce00caf13' into dev 2025-10-31 02:39:31 -07:00
DESKTOP-RTLN3BA\$punk
1f4e15ce38 fix: update GoogleLoginButton and HeroSection components
- Commented out err msg.
- Changed the link in HeroSection from "/contact" to "/login" to direct users to the login page.
2025-10-31 02:39:01 -07:00
Rohan Verma
9ce00caf13
Merge pull request #460 from MODSetter/dev
feat: add ProxyHeadersMiddleware and refactored  API endpoint paths to prevent redirects
2025-10-31 01:38:51 -07:00
DESKTOP-RTLN3BA\$punk
ecd07d6155 refactor: update API endpoint paths to remove trailing slashes
- Modified various FastAPI route definitions to remove trailing slashes for consistency across the application.
- Updated corresponding fetch calls in the frontend to align with the new endpoint structure.
- Ensured that all affected routes maintain their functionality without trailing slashes.
2025-10-31 01:33:01 -07:00
DESKTOP-RTLN3BA\$punk
170b3cb167 Merge commit '7a0dc0efdc' into dev 2025-10-31 00:25:14 -07:00
DESKTOP-RTLN3BA\$punk
6062bf63d7 feat: add ProxyHeadersMiddleware to support HTTPS redirects behind proxies
- Integrated ProxyHeadersMiddleware to ensure FastAPI correctly handles HTTPS in redirects when deployed behind a proxy, such as Cloudflare.
- This addition enhances security and proper URL handling in the application.
2025-10-31 00:24:53 -07:00
Rohan Verma
7a0dc0efdc
Merge pull request #459 from MODSetter/dev
feat: add BACKEND_URL configuration for OAuth redirect
2025-10-30 23:54:33 -07:00
DESKTOP-RTLN3BA\$punk
4a3f6813f7 Merge commit '5174f21b71' into dev 2025-10-30 23:52:40 -07:00
DESKTOP-RTLN3BA\$punk
a0f9c3aad8 feat: add BACKEND_URL configuration for OAuth redirect
- Introduced BACKEND_URL in the configuration to allow overriding the HTTP to HTTPS in the OAuth redirect URI.
- Updated the Google OAuth router to conditionally use the BACKEND_URL for the redirect URI when specified.
2025-10-30 23:52:14 -07:00
Rohan Verma
5174f21b71
Merge pull request #457 from MODSetter/dev
feat: enhance Azure OpenAI embeddings and add voice support for Azure provider
2025-10-30 22:35:01 -07:00
DESKTOP-RTLN3BA\$punk
a2fb9faad6 feat: enhance Azure OpenAI embeddings and add voice support for Azure provider
- Introduced a fixed parameter order for AzureOpenAIEmbeddings to resolve compatibility issues.
- Updated the voice selection logic to include Azure voices in the podcaster utility.
- Modified the page limit service to use a more efficient method for retrieving users.
2025-10-30 22:33:47 -07:00
msinha569
33f31b8292 No animation on expanding or collapsing Agent Process Terminal 2025-10-31 08:38:44 +05:30
Rohan Verma
34353078fe
Merge pull request #456 from MODSetter/dev
refactor: update Document and Connector selection components
2025-10-30 16:07:03 -07:00
DESKTOP-RTLN3BA\$punk
430249366c refactor: update Document and Connector selection components
- Replaced the use of search source connectors with document types for improved clarity and functionality.
- Enhanced UI elements for document type selection, including better styling and loading states.
- Updated selection logic to handle document types and their counts effectively.
- Improved accessibility and user experience in the document and connector selection dialogs.
2025-10-30 16:04:00 -07:00
Rohan Verma
a09309af2a
Merge pull request #455 from MODSetter/dev
feat: added file limit tracking for a user
2025-10-30 15:23:01 -07:00
DESKTOP-RTLN3BA\$punk
4be9d099bf feat: added file limit tracking for a user 2025-10-30 14:58:08 -07:00
Rohan Verma
5654f6c78f
Merge pull request #454 from MODSetter/dev
fix: podcast tasks for Windows compatibility
2025-10-30 12:06:40 -07:00
DESKTOP-RTLN3BA\$punk
d76da8a59d fix: podcast tasks for Windows compatibility
- Added WindowsProactorEventLoopPolicy for better async subprocess support on Windows.
- Ensured proper cleanup of the event loop after task execution.
- Removed redundant asyncio import from the generate_chat_podcast_task function.
2025-10-30 12:05:06 -07:00
msinha569
732dace9b2 Duplicate tick icon visible on selected Fast LLM option 2025-10-30 20:34:25 +05:30
msinha569
1cee0bc312 chore: fix import order as per Biome rules and removed nested links to avoid invalid HTML 2025-10-30 15:12:06 +05:30
msinha569
04514d2189 Fix: make entire sidebar button clickable 2025-10-30 14:42:53 +05:30
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