DESKTOP-RTLN3BA\$punk
c4b9ce6ce8
feat: fixed chat Documents table
2025-10-21 22:55:39 -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
9408957052
fix pricing
2025-10-21 08:14:06 -07:00
Rohan Verma
87ca3886c8
Merge pull request #421 from AnishSarkar22/feature/disable-user-registration
...
feat: Disable public user registration via environment flag
2025-10-20 17:54:24 -07:00
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
Anish Sarkar
fd94193fd5
fix: ran linting for both backend and frontend
2025-10-20 16:25:14 +05:30
Anish Sarkar
19ed0becce
feat: implement registration toggle in backend and handle disabled state in frontend
2025-10-20 15:54:52 +05:30
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