Commit graph

206 commits

Author SHA1 Message Date
thierryverse
bd4e5d627d improve naming 2025-11-17 08:09:17 +02:00
thierryverse
b2887543a2 refactor search cpace chats fetching - with tanstack query 2025-11-17 08:09:17 +02:00
thierryverse
93f6056a91 add active search space chats atom with query 2025-11-17 08:00:54 +02:00
DESKTOP-RTLN3BA\$punk
cc73e8e565 feat: improved onboarding 2025-11-16 15:54:54 -08:00
DESKTOP-RTLN3BA\$punk
d4345f75e5 feat: added global llm configurations 2025-11-14 21:53:46 -08:00
DESKTOP-RTLN3BA\$punk
1020dc8885 refactor(layout): simplify layout structure and improve scroll handling in Navbar 2025-11-13 15:28:53 -08:00
DESKTOP-RTLN3BA\$punk
f50ee6e8c7 chore(footer): added contact us 2025-11-13 14:10:13 -08:00
DESKTOP-RTLN3BA\$punk
4610c33362 feat(model-config): enhance model selection UI 2025-11-13 12:46:48 -08:00
DESKTOP-RTLN3BA\$punk
38dffaffa3 feat(llm): expand LLM provider options and improve model selection UI
- Added new LLM providers including Google, Azure OpenAI, Bedrock, and others to the backend.
- Updated the model selection UI to dynamically display available models based on the selected provider.
- Enhanced the provider change handling to reset the model selection when the provider is changed.
- Improved the overall user experience by providing contextual information for model selection.
2025-11-13 02:41:30 -08:00
DESKTOP-RTLN3BA\$punk
6298d631e4 refactor(chats): streamline podcast generation and enhance chat selection UI
- Removed podcast generation state and related functions from the ChatsPageClient component.
- Simplified chat selection UI by removing unnecessary elements and improving layout.
- Updated the AnnouncementBanner component to use Jotai for state management, allowing for persistent dismissal of the announcement.
2025-11-11 23:51:26 -08:00
DESKTOP-RTLN3BA\$punk
3ccb0bc7bb refactor(ux): Enhance podcast and chat panel features
- Updated the welcome dialog in podcast generation to reflect the correct podcast title.
- Improved the Dashboard layout by adding an indicator for active chats on the researcher page.
- Enhanced the breadcrumb component to fetch and display chat details dynamically.
- Adjusted the chat panel width for better visibility.
- Introduced animations and improved user interactions in the chat panel and podcast player components.
- Updated the ConfigModal to provide clearer instructions for user input.
2025-11-11 18:07:32 -08:00
Rohan Verma
0835a192a2
Merge pull request #430 from CREDO23/feat/chat-pannel
[Feature] Add the chat panel
2025-11-11 17:04:39 -08:00
thierryverse
87c5d24f29 fix key down events 2025-11-11 22:06:57 +02:00
thierryverse
55e5b45a42 fix podcast generation 2025-11-11 04:02:04 +02:00
DESKTOP-RTLN3BA\$punk
8c54ca27d7 refactor(ux): combined sources to one section
- Renamed "Documents" section to "Sources" in the dashboard layout.
- Updated routing for adding sources and managing documents.
- Refactored the connectors and documents upload pages to redirect to the new sources section.
- Added localization support for the new "Sources" terminology in English and Chinese.
2025-11-07 14:28:30 -08:00
DESKTOP-RTLN3BA\$punk
7ed159b395 feat: added top_k in chat Interface. 2025-11-06 13:25:05 -08:00
thierryverse
678d8fbbcd fix podcast re-generation 2025-11-06 21:52:45 +02:00
thierryverse
06f541d600 add a compoacted podcast player in the chat pannel 2025-11-06 21:52:45 +02:00
thierryverse
ee139a4be8 fix hydration issue in podcast config modal 2025-11-06 21:52:45 +02:00
CREDO23
ce4bb7e1b7 clean up 2025-11-06 21:52:45 +02:00
CREDO23
84ac44e3b1 Add ai bot suggestions 2025-11-06 21:52:45 +02:00
CREDO23
13342eb823 Add use podcasts 2025-11-06 21:52:45 +02:00
CREDO23
b02b094a24 show podcast staleness and suggest user to re-generate 2025-11-06 21:52:45 +02:00
CREDO23
e47b1cb4c5 stop propagation in the chat panelcl 2025-11-06 21:52:45 +02:00
CREDO23
9007436ff6 fix typo 2025-11-06 21:52:45 +02:00
CREDO23
58fed46567 updae chat config madal 2025-11-06 21:52:45 +02:00
CREDO23
f16562685e update chat panel view 2025-11-06 21:52:45 +02:00
CREDO23
caae2bcfc0 implement generate podcast handler 2025-11-06 21:52:45 +02:00
CREDO23
4f36b230bd get chat details on chat interface mount 2025-11-06 21:52:45 +02:00
CREDO23
05a8bd1be3 add generate podcast action 2025-11-06 21:52:45 +02:00
CREDO23
ce658b91ea Add sserver actions 2025-11-06 21:52:45 +02:00
CREDO23
4c22f4a953 add the config modal 2025-11-06 21:52:45 +02:00
CREDO23
6d34007a26 add white mode 2025-11-06 21:52:45 +02:00
CREDO23
34c07d3699 add accessibilty 2025-11-06 21:52:45 +02:00
CREDO23
24e366d326 add 'generate podcast component' 2025-11-06 21:52:45 +02:00
CREDO23
37bf3445b0 add chat pannel view 2025-11-06 21:52:45 +02:00
CREDO23
70dd7f1cd7 add chat pannel container 2025-11-06 21:52:45 +02:00
CREDO23
9085cb2d27 add transition on interaction 2025-11-06 21:52:45 +02:00
CREDO23
bc512ec089 Add chat pannel 2025-11-06 21:52:45 +02:00
DESKTOP-RTLN3BA\$punk
9466bf595c feat: Implement LLM configuration validation in create and update routes
- Added `validate_llm_config` function to `llm_service.py` for validating LLM configurations via test API calls.
- Integrated validation in `create_llm_config` and `update_llm_config` routes in `llm_config_routes.py`, raising HTTP exceptions for invalid configurations.
- Enhanced error handling to provide detailed feedback on configuration issues.
2025-11-05 12:15:05 -08:00
samkul-swe
b03365cded Add web crawling 2025-11-04 13:05:09 -08:00
DESKTOP-RTLN3BA\$punk
4dd7e8fc1f chore: Updated UserRead schema to include pages_limit and pages_used fields
- Expanded installation options in README to include SurfSense Cloud as a new method.
- Updated UserRead schema to include pages_limit and pages_used fields.
- Added AnnouncementBanner component to the dashboard layout for improved user notifications.
- Refactored DashboardPage to utilize useUser hook for user state management.
- Integrated page usage display in AppSidebar to show user-specific page limits and usage.
- Removed deprecated apiClient code and replaced it with hooks for better API interaction.
2025-11-03 22:34:37 -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
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
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
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