Commit graph

2700 commits

Author SHA1 Message Date
Rohan Verma
e78b517114
Merge pull request #399 from MODSetter/dev
Update external sources in README.md
2025-10-13 20:49:22 -07:00
Rohan Verma
a528a0d816
Update external sources in README.md 2025-10-13 20:49:02 -07:00
Rohan Verma
cbabc2bb4d
Merge pull request #398 from MODSetter/dev
chore: removed chinese comments to pass ruff checks and updated migration nos
2025-10-13 20:12:50 -07:00
DESKTOP-RTLN3BA\$punk
a8a3ad2b42 biome fixes 2025-10-13 20:11:11 -07:00
DESKTOP-RTLN3BA\$punk
ba5bb91a7b chore: removed chinese comments to pass ruff checks and updated migration nos 2025-10-13 20:07:32 -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
Rohan Verma
30b8852ba7
Merge pull request #397 from MODSetter/dev
refactor: updated SearxNG connector migration and fixed validation for SearxNG host URL
2025-10-13 14:06:42 -07:00
DESKTOP-RTLN3BA\$punk
cbe7f18a2b biome checks 2025-10-13 14:04:38 -07:00
DESKTOP-RTLN3BA\$punk
acd900c41d ruff fix 2025-10-13 14:01:55 -07:00
DESKTOP-RTLN3BA\$punk
576dc19260 refactor: updated SearxNG connector migration and fixed validation for SearxNG host URL 2025-10-13 13:57:58 -07:00
Rohan Verma
08661e686c
Merge pull request #392 from Aki-07/feature/add-searxng-connector
Add Searxng connector
2025-10-13 13:41:37 -07:00
Anish Sarkar
f3e1cf640d Merge remote-tracking branch 'upstream/main' into fix/ui-log-message-overlap
Merge remote-tracking branch 'upstream/main' into fix/ui-log-message-overlap

- Bring upstream fixes and dependency updates
- Resolve UI overlap for long log messages in dashboard table
- Keep current feature branch changes (fix/ui-log-message-overlap)
2025-10-13 21:21:04 +05:30
Anish Sarkar
ea509b7d57 refactor: clean up formatting and indentation in MessageDetails component 2025-10-13 21:20:33 +05:30
Anish Sarkar
19c748bf97 feat: implement MessageDetails component for displaying log details in a dialog 2025-10-13 21:11:16 +05:30
Nabhan
39685b19da Remove package-lock.json as requested in PR review 2025-10-13 15:17:55 +05: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
Rohan Verma
ffd861b7f2
Merge pull request #394 from MODSetter/dev
feat: added missed migration
2025-10-12 20:16:27 -07:00
DESKTOP-RTLN3BA\$punk
a3f50ebc4d feat: added missed migration 2025-10-12 20:15:27 -07:00
Rohan Verma
9429c2b06b
Merge pull request #390 from Tarun2605/feature/305-selectable-output-language
feat: add language support across configurations and prompts
2025-10-12 20:12:39 -07:00
Anish Sarkar
b9fc41fd19 feat: add expandable message rows in LogsTable for better readability 2025-10-13 04:30:26 +05:30
Anish Sarkar
6f7e8e003f fix: improve table layout and prevent content overflow in LogsTable. 2025-10-13 03:17:28 +05:30
Tarun
120d60465e refactor: streamline language instruction handling across prompts 2025-10-12 23:40:46 +05:30
Aki-07
ff08daccb1 fix: restore Tavily search and tighten SearxNG config 2025-10-12 21:29:12 +05:30
Aki-07
0f252573cf feat(web): add SearxNG connector creation flow 2025-10-12 20:45:14 +05:30
Aki-07
3f82ad6cf1 feat(web): support editing SearxNG connector settings 2025-10-12 20:44:59 +05:30
Aki-07
467da1e345 feat(web): add SearxNG connector metadata 2025-10-12 20:44:43 +05:30
Aki-07
0f56de340d docs: mention SearxNG integration 2025-10-12 20:44:30 +05:30
Aki-07
ec3e4888d8 feat(back): surface SearxNG results in researcher workflow 2025-10-12 20:44:14 +05:30
Aki-07
020c5ed04e feat(back): add SearxNG search integration 2025-10-12 20:44:00 +05:30
Aki-07
d2ffd12480 feat(back): add SearxNG connector type 2025-10-12 20:43:45 +05:30
Anish Sarkar
9cc5cdcb2d fix: edited docummentation for adding elasticsearch connector and removed reduntant stringToArray call 2025-10-12 18:00:47 +05:30
Anish Sarkar
97e0ea439b feat: add index selection feature with tips for Elasticsearch connector 2025-10-12 17:45:15 +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
807f4055f9 Spelling mistake 2025-10-12 13:44:45 +05:30
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
72e8d98f40 feat: enhance Elasticsearch connector to handle missing index configuration 2025-10-12 10:10:19 +05:30
Anish Sarkar
c3d249682f feat: update Elasticsearch connector handling and display name 2025-10-12 09:56:52 +05:30
Anish Sarkar
55d752e3c8 feat: added elasticsearch connector 2025-10-12 09:39:04 +05:30
Nabhan
bd6b198e20 feat: implement local STT with Faster-Whisper
- Add STT service with CPU-optimized Faster-Whisper
- Add API endpoints for transcription and model management
- Add React audio recorder component
- Support multiple Whisper models (tiny to large-v3)
- Include error handling for corrupted/invalid files
- Tested with real speech audio (99% accuracy)
- No external API dependencies, fully offline
2025-10-12 01:11:04 +05:00
Nabhan
dad79674c8 Added local Speech-to-Text (STT) support using Faster-Whisper 2025-10-11 23:56:12 +05:00
Rohan Verma
402039f02f
Merge pull request #385 from MODSetter/dev
fix: error handling and validation in LumaConnectorPage
2025-10-10 01:25:14 -07:00
DESKTOP-RTLN3BA\$punk
bee6b7c2cc fix: error handling and validation in LumaConnectorPage 2025-10-10 01:24:27 -07:00
Rohan Verma
9ee9a683be
Merge pull request #384 from MODSetter/dev
feat: moved LLMConfigs from User to SearchSpaces
2025-10-10 00:55:30 -07: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
a1b1db3895
Merge pull request #372 from iamsyg/add-inference-params-1
feat: add interface params
2025-10-09 00:34:25 -07:00
Rohan Verma
a4103702dc
Merge pull request #379 from MODSetter/dev
fix: removed checks that were not checked
2025-10-08 21:46:39 -07:00
DESKTOP-RTLN3BA\$punk
b5c1157468 fix: removed checks that were not checked
- fuck this hacktoberfest
2025-10-08 21:45:21 -07:00