thierryverse
55e5b45a42
fix podcast generation
2025-11-11 04:02:04 +02: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
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
msinha569
33f31b8292
No animation on expanding or collapsing Agent Process Terminal
2025-10-31 08:38:44 +05:30
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
msinha569
732dace9b2
Duplicate tick icon visible on selected Fast LLM option
2025-10-30 20:34:25 +05:30
DESKTOP-RTLN3BA\$punk
81ddc81026
feat(removed): sub_section_writer
...
- Its bad and not needed.
2025-10-27 20:30:10 -07:00
DESKTOP-RTLN3BA\$punk
c4b9ce6ce8
feat: fixed chat Documents table
2025-10-21 22:55:39 -07:00
CREDO23
8007597b50
add 'useGithubStarts' hook
2025-10-17 14:22:16 +02:00
Differ
a479fea588
fix: Baidu search UI rendering and clean debug code
...
- Fix: Add BAIDU_SEARCH_API to direct render sources
- Fix: Remove API key exposure in debug logs
- Resolves 404 error when clicking Baidu search results
2025-10-16 22:45:35 +08:00
DESKTOP-RTLN3BA\$punk
3022b25541
chore: biome checks
2025-10-15 14:38:26 -07:00
Aki-07
467da1e345
feat(web): add SearxNG connector metadata
2025-10-12 20:44:43 +05:30
DESKTOP-RTLN3BA\$punk
633ea3ac0f
feat: moved LLMConfigs from User to SearchSpaces
...
- RBAC soon??
- Updated various services and routes to handle search space-specific LLM preferences.
- Modified frontend components to pass search space ID for LLM configuration management.
- Removed onboarding page and settings page as part of the refactor.
2025-10-10 00:50:29 -07:00
DESKTOP-RTLN3BA\$punk
aea09a5dad
feat: Moved searchconnectors association from user to searchspace
...
- Need to move llm configs to searchspace
2025-10-08 21:13:01 -07:00
DESKTOP-RTLN3BA\$punk
c257235cc3
refactor: added chunk id reference for sources
2025-10-05 21:47:22 -07:00
DESKTOP-RTLN3BA\$punk
0eeb0356e2
refactor: renameed hooks
2025-10-05 13:53:22 -07:00
MSI\ModSetter
898fc884a9
chore: biome & ruff checks
2025-10-01 18:50:36 -07:00
Ryuhane
9973d51245
Merge branch 'dev' into dev
2025-10-01 14:00:06 -07:00
Natsume Ryuhane
797fe26f53
Implemented serverside pagination;
...
Enabled searchspace file mgmt panel to use serverside pagination;
2025-10-01 13:05:22 -07:00
DESKTOP-RTLN3BA\$punk
e305bc4796
feat: contact to frontpage and biome
2025-09-30 21:53:10 -07:00
DESKTOP-RTLN3BA\$punk
1a3faf03d5
feat: added contact and pricing
...
- Updated framer motion
2025-09-30 20:27:34 -07:00
DESKTOP-RTLN3BA\$punk
b33c2904a6
refactor: connector icon handling by centralizing icon retrieval in contracts.
2025-09-13 15:13:04 -07:00
Rohan Verma
662212d4e2
Merge pull request #295 from CREDO23/feature/airtable-connector
...
[Feature] Add Airtable connector
2025-09-03 12:49:14 -07:00