Commit graph

104 commits

Author SHA1 Message Date
thierryverse
839453dc8d fix return type of getPodcastByChat handler 2025-11-06 21:52:45 +02:00
CREDO23
cc3e04031e update the chat state version with messages 2025-11-06 21:52:45 +02:00
CREDO23
666ea87a9d reference the chat in the podcast 2025-11-06 21:52:45 +02:00
CREDO23
aaa6ee22ed implement chat/podcast staleness 2025-11-06 21:52:45 +02:00
DESKTOP-RTLN3BA\$punk
5585cdf411 fix: recurse 2025-11-05 12:51:21 -08: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
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
MSI\ModSetter
8706df6716 feat: added meta-scheduler for running periodic tasks 2025-10-22 19:49:44 -07:00
MSI\ModSetter
a90767a478 feat: added meta-scheduler for running periodic tasks 2025-10-22 19:49:30 -07:00
DESKTOP-RTLN3BA\$punk
182f815bb7 feat: added periodic tasks in backend db and frontend hooks
- TODO: Add celery redbeat and create tasks dinamically in our redis
2025-10-22 16:14:25 -07:00
DESKTOP-RTLN3BA\$punk
18adf79649 feat(fix): document type filtering 2025-10-21 21:53:55 -07:00
DESKTOP-RTLN3BA\$punk
0e6669ac4e fix: celery_app path and gmail indexing 2025-10-21 21:11:41 -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
Anish Sarkar
929035f802 Merge remote-tracking branch 'upstream/main' into feature/elasticsearch-connector 2025-10-16 16:24:37 +05:30
DESKTOP-RTLN3BA\$punk
70b547c9c9 chore: updated docs & refactored sst_service.py 2025-10-15 14:31:38 -07:00
Rohan Verma
5ed9aa2b0b
Merge pull request #387 from nabthebest135/local-stt
local STT implementation with Faster-Whisper
2025-10-15 14:08:09 -07:00
Rohan Verma
c99469bfdf
Merge pull request #391 from unitagain/feature/chinese-llm-support
feat: add Chinese LLM providers support with auto-fill API Base URL
2025-10-13 19:52:21 -07:00
Nabhan
9b72ec65b5 fix: address code review feedback for STT implementation
- Add header to local STT transcription for consistency
- Add empty text validation for external STT path
- Refactor external STT to eliminate duplication in atranscription calls
- Ensure both local and external paths have consistent error handling
2025-10-13 14:26:36 +05:00
DESKTOP-RTLN3BA\$punk
a3f50ebc4d feat: added missed migration 2025-10-12 20:15:27 -07:00
Tarun
120d60465e refactor: streamline language instruction handling across prompts 2025-10-12 23:40:46 +05:30
Differ
917cf4f398 feat: add Chinese LLM providers support with auto-fill API Base URL
- Add support for DeepSeek, Qwen (Alibaba), Kimi (Moonshot), and GLM (Zhipu)
- Implement auto-fill API Base URL when selecting Chinese LLM providers
- Add smart validation and warnings for missing API endpoints
- Fix session state management in task logging service
- Add comprehensive Chinese setup documentation
- Add database migration for new LLM provider enums

Closes #383
2025-10-12 19:10:46 +08:00
Tarun
045537aa79 feat: add language support across configurations and prompts 2025-10-12 13:13:42 +05:30
Nabhan
15ba2b86f6 fix: add defensive dictionary access and error handling for local STT
- Use .get() for safe dictionary access instead of direct key access
- Add explicit try-catch for local STT transcription failures
- Validate transcription result is not empty
- Provide clear error messages for corrupted audio files
- Match error handling pattern with external STT service
2025-10-12 11:14:12 +05:00
Nabhan
504399ad01 refactor: eliminate duplicated STT service condition check
- Compute stt_service_type once and reuse
- Follow DRY principles
- Improve code maintainability
2025-10-12 11:13:30 +05:00
Nabhan
cf0e265107 refactor: integrate local STT with existing upload flow
- Simplify STT_SERVICE config to local/MODEL_SIZE format
- Remove separate STT routes, integrate with document upload
- Add local STT support to audio file processing pipeline
- Remove React component, use existing upload interface
- Support both local Faster-Whisper and external STT services
- Tested with real speech: 99% accuracy, 2.87s processing
2025-10-12 10:50:55 +05:00
Anish Sarkar
55d752e3c8 feat: added elasticsearch connector 2025-10-12 09:39:04 +05:30
Nabhan
dad79674c8 Added local Speech-to-Text (STT) support using Faster-Whisper 2025-10-11 23:56:12 +05:00
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
Rohan Verma
6d53b0c8f7
Merge pull request #370 from vaishcodescape/aditya/features
fix:chat-routes backend security vulnerability fixed
2025-10-08 21:28:39 -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
Aditya Vaish
d1f21a8dc6 pending issues resolved 2025-10-08 00:29:09 +05:30
Aditya Vaish
aab2f2dfef chat-routes vulnerability fixed 2025-10-06 16:47:02 +05:30
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
94367e4226 chore: linting and formatting 2025-09-28 22:26:26 -07:00
Rohan Verma
ef361e16b4
Merge pull request #337 from samkul-swe/feature/add-luma-connector
[Feature] Add Luma connector
2025-09-28 22:14:15 -07:00
samkul-swe
9d2b808e66 Added Luma connector 2025-09-28 14:59:10 -07:00
CREDO23
8f9f66b7f8 handle token token refreshing when expired 2025-09-21 21:14:03 +02:00
DESKTOP-RTLN3BA\$punk
c2897d7fbe fix: linting and document limit 2025-09-18 17:46:51 -07:00
CREDO23
4873d0d486 fix the expiration time 2025-08-29 23:03:43 +02:00
CREDO23
4c8522fcfc update frontend redirection for airtable connector 2025-08-29 22:24:30 +02:00
CREDO23
45d2c18c16 update airtable indexer 2025-08-26 19:17:46 +02:00
CREDO23
27b914f822 Add airtable connector auth flow routes 2025-08-26 13:56:31 +02:00
DESKTOP-RTLN3BA\$punk
76732c36ba feat: added jump to source referencing of citations 2025-08-23 18:48:18 -07:00
DESKTOP-RTLN3BA\$punk
1c4c61eb04 feat: Fixed Document Summary Content across connectors and processors 2025-08-18 20:51:48 -07:00
CREDO23
d840113bff add relelvant bot suggestions 2025-08-15 09:12:40 +02:00
CREDO23
308b96af8b update the gmail connector add route 2025-08-15 09:12:40 +02:00
CREDO23
69f6a0a278 fix scopes issues for google services 2025-08-15 09:12:40 +02:00
CREDO23
08f0a34ef5 add gmail connector add route 2025-08-15 09:07:22 +02:00
DESKTOP-RTLN3BA\$punk
5aa52375c3 refactor: refactored background_tasks & indexing_tasks 2025-08-12 15:28:13 -07:00