Commit graph

3935 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
8f30cfd69a chore(lint): ruff checks 2025-11-26 13:22:31 -08:00
DESKTOP-RTLN3BA\$punk
34fbee0c28 fix(refactor): Alembic migrations 2025-11-26 13:22:01 -08:00
Rohan Verma
6374fc2ec4
Merge pull request #499 from samkul-swe/feat/webcrawler
Adding web crawler connector
2025-11-26 13:19:57 -08:00
Anish Sarkar
289b4de52d refactor: comment out unused blocknote converter imports in editor_routes.py 2025-11-23 16:47:09 +05:30
Anish Sarkar
3fac196c35 code quality issues fixed 2025-11-23 16:39:23 +05:30
Anish Sarkar
abbaa848f3 changed UI for the blocknote editor with dark/light mode 2025-11-23 16:24:11 +05:30
Anish Sarkar
e68286f22e introduced blocknote editor 2025-11-23 15:23:31 +05:30
samkul-swe
ebea98cfc8 Linting fixed 2025-11-22 19:49:28 -08:00
samkul-swe
5afb421d6f Fix issues 2025-11-22 19:40:13 -08:00
samkul-swe
ad75f8114e Cleaning up files 2025-11-22 19:28:13 -08:00
samkul-swe
121e2f0c0e Renaming resources 2025-11-22 19:19:00 -08:00
samkul-swe
6d19e0fad8 Fixing search logic 2025-11-22 13:33:16 -08:00
samkul-swe
1480f85431 Fixed indexing issue 2025-11-22 12:16:30 -08:00
samkul-swe
8333697598 Removed the CRAWLED_URL document processors 2025-11-21 23:27:21 -08:00
samkul-swe
896e410e2a Webcrawler connector draft 2025-11-21 23:27:21 -08:00
Rohan Verma
419f94e8ee
Merge pull request #498 from MODSetter/dev
feat: Implement community prompts feature
2025-11-21 16:29:28 -08:00
DESKTOP-RTLN3BA\$punk
70f3381d7e feat: Implement community prompts feature
- Added a new endpoint to fetch community-curated prompts in `search_spaces_routes.py`.
- Enhanced `SetupPromptStep` and `PromptConfigManager` components to display and utilize community prompts.
- Introduced UI elements for selecting and applying prompts, including categories and expandable views.
- Improved state management for selected prompts and custom instructions.
2025-11-21 16:28:00 -08:00
Rohan Verma
782f626240
Merge pull request #496 from MODSetter/dev
feat: Add jotai & tanstack for podcast and chats
2025-11-20 00:22:50 -08:00
Rohan Verma
5b99785b68
Merge pull request #493 from thierryverse/feat/add-jotai-tanstack
[Feat] Add jotai & tanstack for podcast and chats
2025-11-20 00:19:01 -08:00
thierryverse
dff4b7ad6b fix auth/register endpoint bug 2025-11-20 08:20:47 +02:00
thierryverse
0ea974316b update generate podcast mutation 2025-11-20 08:17:57 +02:00
thierryverse
ff73272da5 replace imperative fetch with tanstak 2025-11-20 08:17:57 +02:00
thierryverse
373bd668f7 add update chat mutation atom 2025-11-20 08:17:57 +02:00
thierryverse
684589fc19 replace imperative fetch with tanstack query 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
666b797772 replace imperativ fetch with tanstack query 2025-11-20 08:17:57 +02:00
thierryverse
d2fddd5ea5 add getPodcasts query atom 2025-11-20 08:17:57 +02:00
thierryverse
eca4580f76 Add get podcasts api service 2025-11-20 08:17:57 +02:00
thierryverse
e7f3bfcd1f update git ignore file 2025-11-20 08:17:57 +02:00
thierryverse
7560ea1426 replace imperative fetch in the reseacher page 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
bf94903459 fix hot reloads issue in dev mode 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
7223a7b04d update api services 2025-11-20 08:17:56 +02:00
thierryverse
e3af39bdbd add podcast types 2025-11-20 08:17:56 +02:00
thierryverse
de443ccee7 add podcast api service 2025-11-20 08:17:56 +02:00
thierryverse
b2da1aa8e9 extends the base apis to support blob response 2025-11-20 08:17:56 +02:00
Rohan Verma
8015eb8e94
Merge pull request #495 from MODSetter/dev
feat: Added Search Space System Instructions
2025-11-19 15:09:51 -08:00
DESKTOP-RTLN3BA\$punk
8d3154867d Merge commit 'f67d3b3104' into dev 2025-11-19 15:07:39 -08:00
Rohan Verma
f67d3b3104
Merge pull request #490 from sebampuero/fix-474
Fix registration error - Unprocessable entity 422
2025-11-19 15:07:03 -08:00
DESKTOP-RTLN3BA\$punk
6648409237 feat: Added Search Space System Instructions
- Added `citations_enabled` and `qna_custom_instructions` fields to the SearchSpace model for better QnA configuration.
- Updated the creation and update schemas to handle new fields with appropriate defaults.
- Refactored QnA handling in the agent to utilize the new SearchSpace fields for improved response customization.
- Adjusted UI components to include settings for managing QnA configurations.
- Enhanced onboarding process to incorporate prompt setup as an optional step.
2025-11-19 15:04:46 -08:00
Sebastian
afcb4cc6e8 comma 2025-11-18 09:46:06 +00:00
Sebastian
e3a923eb6f send JSON string instead of object 2025-11-18 09:40:55 +00:00
Rohan Verma
1eb70e2734
Merge pull request #489 from MODSetter/dev
[Feat] Add jotai & tanstack query
2025-11-16 22:48:37 -08:00
Rohan Verma
7bb6b55501
Merge pull request #479 from CREDO23/feat/add-jotai-tanstack
[Feat] Add jotai & tanstack query
2025-11-16 22:45:20 -08:00
thierryverse
6d70105f87 fix build error 2025-11-17 08:10:12 +02:00