thierryverse
5a887e9243
add documents api service
2025-12-08 11:02:00 +00:00
thierryverse
6378d27bcb
add delete document request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
dd652e36fc
add update document request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
0fa969925a
add get document request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
557e736a53
add get document by chunks request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
6f3b34f38c
add getdocuments types counts request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
e7693bd19f
add seach documents request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
e237caf91a
add upload document request / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
02ea730ab8
createdocuments reques / response zod schema
2025-12-08 11:02:00 +00:00
thierryverse
fc915fec13
getdocuments reques / response zod schema
2025-12-08 11:02:00 +00:00
Differ
6b1b8d0f2e
feat: add BookStack connector for wiki documentation indexing
2025-12-04 14:08:44 +08:00
samkul-swe
121e2f0c0e
Renaming resources
2025-11-22 19:19:00 -08:00
samkul-swe
896e410e2a
Webcrawler connector draft
2025-11-21 23:27:21 -08:00
thierryverse
373bd668f7
add update chat mutation atom
2025-11-20 08:17:57 +02:00
thierryverse
910130873a
Add create chat mutation
2025-11-20 08:17:57 +02:00
thierryverse
1cf36c6e6c
Add create chat mutation
2025-11-20 08:17:57 +02:00
thierryverse
d2fddd5ea5
add getPodcasts query atom
2025-11-20 08:17:57 +02:00
thierryverse
db58571751
update chat api service
2025-11-20 08:17:57 +02:00
thierryverse
68e4d9b23e
improve ge chat by search cpace request type
2025-11-20 08:17:57 +02:00
thierryverse
1a954bc184
Add delete podcast api service
2025-11-20 08:17:57 +02:00
thierryverse
20cd1951b5
add podcast api service
2025-11-20 08:17:56 +02:00
thierryverse
5361290315
refactor podcast api calls
2025-11-20 08:17:56 +02:00
thierryverse
e3af39bdbd
add podcast types
2025-11-20 08:17:56 +02:00
thierryverse
b35a5aa589
update login form
2025-11-17 08:10:12 +02:00
thierryverse
41a938cec0
Refactor register page
2025-11-17 08:10:12 +02:00
thierryverse
82fea0ceee
refactor auth types
2025-11-17 08:10:12 +02:00
thierryverse
81ee04c2a5
format with biome
2025-11-17 08:10:12 +02:00
thierryverse
77d49ca11c
add zod schemas & inferences
2025-11-17 08:09:17 +02:00
DESKTOP-RTLN3BA\$punk
38dffaffa3
feat(llm): expand LLM provider options and improve model selection UI
...
- Added new LLM providers including Google, Azure OpenAI, Bedrock, and others to the backend.
- Updated the model selection UI to dynamically display available models based on the selected provider.
- Enhanced the provider change handling to reset the model selection when the provider is changed.
- Improved the overall user experience by providing contextual information for model selection.
2025-11-13 02:41:30 -08:00
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
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
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
Aki-07
467da1e345
feat(web): add SearxNG connector metadata
2025-10-12 20:44:43 +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
Anish Sarkar
55d752e3c8
feat: added elasticsearch connector
2025-10-12 09:39:04 +05:30
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
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
a9bd5ffdb7
add UI implementations
2025-08-26 14:00:22 +02:00
CREDO23
4e37a92f64
remove empty folders
2025-08-17 23:43:10 +02:00
CREDO23
07f42270a5
add connector name enum
2025-08-13 21:15:07 +02:00