sanwalsulehri
084e773663
Add eye toggle button for API Key and Password fields on Sign In page #415
2025-10-20 16:20:03 +05: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
CREDO23
516cb2589d
add theme toggler in the navbar
2025-10-19 23:38:46 +02:00
CREDO23
9af7ea51f6
hard code the repo name and repo owner
2025-10-19 23:27:14 +02:00
CREDO23
14dd57815e
remove github repo & owner env variables
2025-10-19 23:25:23 +02:00
CREDO23
f82764d186
Add ai bot suggestions
2025-10-17 17:00:00 +02:00
CREDO23
2339a156c2
Add ai bot suggestions
2025-10-17 16:48:10 +02:00
CREDO23
525564bd82
display github starts on header and hamburger menu
2025-10-17 14:55:19 +02:00
CREDO23
8f4ccba59a
add compact formatting eg : 2.3k
2025-10-17 14:31:10 +02:00
CREDO23
8007597b50
add 'useGithubStarts' hook
2025-10-17 14:22:16 +02:00
DESKTOP-RTLN3BA\$punk
5b957ec21c
feat: bumped version to v0.0.8
2025-10-16 22:44:12 -07:00
Anish Sarkar
0ff1b586a2
feat: update Elasticsearch integration and logging
...
- revised Elasticsearch connector enum revision IDs
- added `TaskLoggingService` to elasticsearch_indexer
- integrated Elasticsearch into prompts.py as requested
2025-10-17 02:21:56 +05:30
Anish Sarkar
8e1e81ebae
Merge remote-tracking branch 'upstream/main' into feature/elasticsearch-connector
2025-10-17 01:02:29 +05:30
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
Differ
beaf8f89a6
feat: add Baidu AI Search integration
...
- Add BAIDU_SEARCH_API connector type to support Chinese web search
- Implement search_baidu() method in connector_service.py
- Add frontend configuration page for Baidu Search API
- Create Alembic migration for new enum values
- Add validation rules and agent integration
- Support configurable model, search source, and deep search options
- Update .gitignore to exclude .env.local and other env files
Addresses integration with Chinese search ecosystem for better local market support.
Baidu AI Search provides intelligent search with automatic summarization.
2025-10-16 19:30:42 +08: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
3022b25541
chore: biome checks
2025-10-15 14:38:26 -07:00
DESKTOP-RTLN3BA\$punk
70b547c9c9
chore: updated docs & refactored sst_service.py
2025-10-15 14:31:38 -07:00
MSI\ModSetter
031dc714eb
chore: fixed validators
2025-10-14 17:03:38 -07:00
DESKTOP-RTLN3BA\$punk
31982cea9a
chore: removed content trunking for better UI
2025-10-14 14:19:48 -07:00
Rohan Verma
d86aaea125
Merge pull request #396 from AnishSarkar22/fix/ui-log-message-overlap
...
[Fix] Show full message via modal to prevent column overlap & align cells
2025-10-13 21:36:14 -07:00
DESKTOP-RTLN3BA\$punk
a8a3ad2b42
biome fixes
2025-10-13 20:11:11 -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
DESKTOP-RTLN3BA\$punk
cbe7f18a2b
biome checks
2025-10-13 14:04:38 -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
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
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
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
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
DESKTOP-RTLN3BA\$punk
bee6b7c2cc
fix: error handling and validation in LumaConnectorPage
2025-10-10 01:24:27 -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
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
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
DESKTOP-RTLN3BA\$punk
5bcf7b525a
refactor: move LLM_PROVIDERS to enums and clean up provider definitions
2025-10-05 23:02:54 -07:00
DESKTOP-RTLN3BA\$punk
c257235cc3
refactor: added chunk id reference for sources
2025-10-05 21:47:22 -07:00