CREDO23
8007597b50
add 'useGithubStarts' hook
2025-10-17 14:22:16 +02: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
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
70b547c9c9
chore: updated docs & refactored sst_service.py
2025-10-15 14:31:38 -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
cbe7f18a2b
biome checks
2025-10-13 14:04:38 -07:00
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
0f252573cf
feat(web): add SearxNG connector creation flow
2025-10-12 20:45:14 +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
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
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
samkul-swe
61ddf469ed
Not disabling dates anymore for any connector
2025-10-06 14:19:09 -07:00
DESKTOP-RTLN3BA\$punk
0eeb0356e2
refactor: renameed hooks
2025-10-05 13:53:22 -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
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
1a3faf03d5
feat: added contact and pricing
...
- Updated framer motion
2025-09-30 20:27:34 -07:00
DESKTOP-RTLN3BA\$punk
94367e4226
chore: linting and formatting
2025-09-28 22:26:26 -07:00
samkul-swe
9d2b808e66
Added Luma connector
2025-09-28 14:59:10 -07:00
DESKTOP-RTLN3BA\$punk
b33c2904a6
refactor: connector icon handling by centralizing icon retrieval in contracts.
2025-09-13 15:13:04 -07:00
CREDO23
6b8295c133
update ui icons /e enums / etc with airtable data
2025-08-26 19:18:53 +02:00
CREDO23
a9bd5ffdb7
add UI implementations
2025-08-26 14:00:22 +02:00
Rohan Verma
c6921a4083
Merge pull request #261 from CREDO23/feature-google-calendar-connector/allow-indexing-future-events
...
[Improvement] Google calendar connector | Allow indexing for future events (dates
2025-08-17 15:11:38 -07:00
CREDO23
869f848179
fix merge conflits
2025-08-15 09:12:40 +02:00
CREDO23
2655692db3
add UI implementations
2025-08-15 09:12:40 +02:00
CREDO23
d70ebf9669
allow future events indexing for google calendar connector
2025-08-13 21:17:16 +02:00
Utkarsh-Patel-13
2a47299cd0
Fixed erroneous 'use server' in ui component
2025-08-11 10:49:36 -07:00
Utkarsh-Patel-13
a9ad7bcb2c
Fixed erroneous 'use server' in ui component
2025-08-08 21:12:28 -07:00
Utkarsh-Patel-13
544c75d6ad
Added persistance to sidebar state
2025-08-08 11:17:43 -07:00
Utkarsh-Patel-13
658410d9e2
Refactored document page: decomposed into sub-components, replaced tanstack table with shadcn table, updated layout for mobile
2025-08-08 11:11:44 -07:00
Utkarsh-Patel-13
63ef9313f2
Merge branch 'main' into fix/UI-Improvements
2025-08-08 10:37:44 -07:00
CREDO23
ad0a1e5c97
check if a google calendar exixst before adding it , in the add page
2025-08-03 12:16:40 +02:00
CREDO23
edf46e4de1
update seach source connector schema
2025-08-03 12:16:40 +02:00
Utkarsh-Patel-13
c884502737
Added breadcrumbs
2025-08-02 22:46:15 -07:00
Utkarsh-Patel-13
49a5d048bf
Improved upload page
2025-08-02 22:19:33 -07:00
Utkarsh-Patel-13
a7c1fd49be
sticky top navigation & user data in user nav
2025-08-02 21:36:04 -07:00
Utkarsh-Patel-13
8bc369cd94
Improvements for sidebar
2025-08-02 21:20:36 -07:00
CREDO23
dabb30c043
fix issues in add clickup connector page
2025-08-01 00:25:24 +02:00