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
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
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
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
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
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
Swayam
b7c68277f6
feat: add interface params
2025-10-07 04:59:01 +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
Swayam
9f99b09e0d
feat: feat: add interface params
2025-10-06 03:00:25 +05:30
DESKTOP-RTLN3BA\$punk
6ebad8936c
chore: updated litellm and langchain-litellm
...
- Fixed CometAPI map
2025-10-04 12:07:36 -07:00
TensorNull
d87773d0a6
feat: Added CometAPI to LLM providers list
2025-10-04 15:13:03 +08: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
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
Rohan Verma
3fec106c31
Merge pull request #335 from CREDO23/connector-airtable-refresh-token
...
[Feature] Airtable connector | Refresh access token when expired
2025-09-28 20:58:38 -07:00
samkul-swe
9d2b808e66
Added Luma connector
2025-09-28 14:59:10 -07:00
sandeeppainuly
7bb8e77ee1
Update transcript processing to use new API object attributes
2025-09-28 12:09:17 +02:00
sandeeppainuly
c08508c0c4
Fix YouTube transcript API: replace deprecated get_transcript with fetch method
2025-09-28 12:03:36 +02: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
Natsume Ryuhane
5c3ea68d8f
Added OpenRouter to provider list
2025-09-16 18:26:58 -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
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
DESKTOP-RTLN3BA\$punk
ebcfd97a0e
fix: added basic context window check for summarization
...
- Need to optimize. Better to have seperate class with long form summarization using chunking.
2025-08-28 22:58:55 -07:00
DESKTOP-RTLN3BA\$punk
4264c0248f
fix: moved chathistory in system promts
2025-08-27 18:43:33 -07:00
Rohan Verma
c2030cec48
Merge pull request #275 from CREDO23/improvement/persist-refreshed-token-in-google-related-connector
...
[Improvement] Google connectors | Update the connector config after refreshing the token
2025-08-26 18:47:36 -07:00
DESKTOP-RTLN3BA\$punk
74aff69a73
fix: azure litellm
2025-08-26 18:07:03 -07:00
CREDO23
45d2c18c16
update airtable indexer
2025-08-26 19:17:46 +02:00
CREDO23
1e0f3a1067
update researcher agent
2025-08-26 15:44:22 +02:00