CREDO23
ac667efde8
feat: add delete LLM config request/response schemas
2025-12-14 20:17:27 +02:00
CREDO23
1c5fba952d
feat: add update LLM config request/response schemas
2025-12-14 20:17:27 +02:00
CREDO23
a8b994241d
feat: add get LLM config by ID request/response schemas
2025-12-14 20:17:27 +02:00
CREDO23
c065824d02
feat: add get LLM configs request/response schemas
2025-12-14 20:17:27 +02:00
CREDO23
a4f0b21529
feat: add create LLM config request/response schemas
2025-12-14 20:17:27 +02:00
CREDO23
47efd9c45d
feat: add global LLM config schemas with proper structure
2025-12-14 20:17:27 +02:00
CREDO23
1d2d8d8b74
feat: add LLM config types with zod schema
2025-12-14 20:17:27 +02:00
DESKTOP-RTLN3BA\$punk
e6775625ff
chore: linting
2025-12-10 14:41:32 -08:00
Rohan Verma
194292a641
Merge pull request #529 from CREDO23/feat/add-jotai-tanstack
...
[Feat] Documents | Add Jotai & Tanstack
2025-12-10 14:38:00 -08:00
DESKTOP-RTLN3BA\$punk
a27cd2b966
fix(ux): : update onboarding and form components for improved user experience and clarity
2025-12-09 01:49:27 -08:00
CREDO23
55502579e1
fix: minor type adjustments and cleanup
...
- Added missing Document type export
- Fixed typeCounts usage in DocumentsTable
- Minor formatting adjustments in DocumentsDataTable
2025-12-08 11:02:01 +00:00
CREDO23
42e10bbe55
feat: add useQuery implementation for document fetching in DocumentsDataTable with 3-minute stale time
2025-12-08 11:02:01 +00:00
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