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
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
Rohan Verma
38a4ae1879
Merge pull request #378 from MODSetter/dev
...
feat: Moved searchconnectors association from user to searchspace
2025-10-08 21:18:59 -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
Swayam
46e921846b
fix: PR changes
2025-10-08 15:11:48 +05:30
Aditya Vaish
20ac726a37
cleanup issue resolved
2025-10-08 12:22:28 +05:30
Aditya Vaish
3d52a5e9d6
attribute error fixed
2025-10-08 12:13:26 +05:30
Aditya Vaish
c1975091ce
minor changes added
2025-10-08 12:06:49 +05:30
Aditya Vaish
a13a0594b8
fix trim mode values before validating
2025-10-08 01:07:32 +05:30
Aditya Vaish
d1f21a8dc6
pending issues resolved
2025-10-08 00:29:09 +05:30
Rohan Verma
b3d8279931
Merge pull request #373 from MODSetter/dev
...
[Fix] Not disabling any dates for connectors when indexing
2025-10-06 18:40:15 -07:00
Rohan Verma
499c09d2c9
Merge pull request #371 from samkul-swe/feature/date-connector-fix
...
[Fix] Not disabling any dates for connectors when indexing
2025-10-06 18:38:04 -07:00
Swayam
b7c68277f6
feat: add interface params
2025-10-07 04:59:01 +05:30
samkul-swe
61ddf469ed
Not disabling dates anymore for any connector
2025-10-06 14:19:09 -07:00
Swayam
22de2f2045
branch update
2025-10-07 01:20:07 +05:30
Swayam
fc76e268a0
revert changes
2025-10-07 01:11:00 +05:30
Aditya Vaish
aab2f2dfef
chat-routes vulnerability fixed
2025-10-06 16:47:02 +05:30
Rohan Verma
aff8fe6afb
Merge pull request #368 from MODSetter/dev
...
refactor: move LLM_PROVIDERS to enums and clean up provider definitions
2025-10-05 23:06:53 -07:00
DESKTOP-RTLN3BA\$punk
5bcf7b525a
refactor: move LLM_PROVIDERS to enums and clean up provider definitions
2025-10-05 23:02:54 -07:00
Rohan Verma
731e8bbee5
Merge pull request #367 from MODSetter/dev
...
refactor: added chunk id reference for sources
2025-10-05 21:55:32 -07:00
DESKTOP-RTLN3BA\$punk
c257235cc3
refactor: added chunk id reference for sources
2025-10-05 21:47:22 -07:00
Swayam
9f99b09e0d
feat: feat: add interface params
2025-10-06 03:00:25 +05:30
Rohan Verma
3d9937b5b4
Merge pull request #364 from MODSetter/dev
...
refactor: renamed hooks
2025-10-05 13:53:55 -07:00
DESKTOP-RTLN3BA\$punk
0eeb0356e2
refactor: renameed hooks
2025-10-05 13:53:22 -07:00
Rohan Verma
6b7ce53c58
Merge pull request #362 from MODSetter/dev
...
chore: updated litellm and langchain-litellm
2025-10-04 12:24:29 -07:00
DESKTOP-RTLN3BA\$punk
4a835b5a07
biome
2025-10-04 12:22:33 -07:00
DESKTOP-RTLN3BA\$punk
811a9ad061
biome checks
2025-10-04 12:20:28 -07:00
DESKTOP-RTLN3BA\$punk
750d828f2b
biome checks
2025-10-04 12:14:14 -07:00
DESKTOP-RTLN3BA\$punk
6ebad8936c
chore: updated litellm and langchain-litellm
...
- Fixed CometAPI map
2025-10-04 12:07:36 -07:00
Rohan Verma
eafa837320
Merge pull request #361 from TensorNull/feat/cometapi
...
feat: Added CometAPI to LLM providers list
2025-10-04 12:01:09 -07:00
TensorNull
d87773d0a6
feat: Added CometAPI to LLM providers list
2025-10-04 15:13:03 +08:00
Rohan Verma
cd4103861b
Merge pull request #358 from MODSetter/dev
...
fix: navbar overflow
2025-10-03 01:23:03 -07:00
DESKTOP-RTLN3BA\$punk
a27bbf971d
fix: navbar overflow
2025-10-03 01:22:26 -07:00
Rohan Verma
bb47cdb270
Merge pull request #357 from MODSetter/dev
...
suggested fixes
2025-10-02 18:36:38 -07:00
DESKTOP-RTLN3BA\$punk
042e1a45dd
suggested fixes
2025-10-02 18:36:01 -07:00