Manoj Aggarwal
73a9dccefc
Add teams connector similar to slack
2026-01-07 15:15:49 -08:00
CREDO23
9c78726b6b
feat: add file selection to Google Drive connector
...
- Add structured request body with folders and files arrays
- Support individual file indexing alongside folder indexing
- Remove deprecated folder_ids/folder_names query params
- Update UI to allow selecting both folders and files
2025-12-31 14:15:07 +02:00
DESKTOP-RTLN3BA\$punk
c19d300c9d
feat: added circleback connector
2025-12-30 09:00:59 -08:00
CREDO23
c9815fd6fb
feat(celery): update Google Drive task for multiple folders
...
- Accept comma-separated folder_ids and folder_names parameters
- Pass through to indexing function for batch processing
2025-12-28 16:49:47 +02:00
CREDO23
1c83327fc7
feat(celery): add Google Drive indexing Celery task
...
- Create async task for Google Drive folder indexing
- Accept folder_id and folder_name parameters
- Call indexing wrapper to avoid circular imports
2025-12-28 15:56:11 +02:00
DESKTOP-RTLN3BA\$punk
b14283e300
feat: refactor new chat agent to support configurable tools and remove deprecated components
...
- Enhanced the new chat agent module to allow for configurable tools, enabling users to customize their experience with various functionalities.
- Removed outdated tools including display image, knowledge base search, link preview, podcast generation, and web scraping, streamlining the codebase.
- Updated the system prompt and agent factory to reflect these changes, ensuring a more cohesive and efficient architecture.
2025-12-22 20:17:08 -08:00
DESKTOP-RTLN3BA\$punk
1cbb1b5d66
refactor: remove chat-related fields and legacy podcast generation function
2025-12-21 23:31:11 -08:00
DESKTOP-RTLN3BA\$punk
c2dcb2045d
feat: added attachment support
2025-12-21 22:26:33 -08:00
DESKTOP-RTLN3BA\$punk
0c3574d049
feat: implement new chat feature with message persistence and UI integration
2025-12-21 16:16:50 -08:00
Anish Sarkar
783ee9c154
feat: enhance podcast generation with duplicate request prevention and improved UI feedback
2025-12-21 20:07:04 +05:30
Anish Sarkar
e79e1187b2
feat: implement background podcast generation with Celery and task polling in UI
2025-12-21 19:35:00 +05:30
DESKTOP-RTLN3BA\$punk
c768730b8c
feat: fixed issues of note management
...
Issues Fixed
- Missing pagination fields in API response schemas (page, page_size, has_more)
- NOTE enum missing from frontend Zod schema
- Missing fields in DocumentRead response construction (content_hash, updated_at)
- BlockNote slash menu clipped by overflow-hidden CSS
- Sidebar click conflicts - hidden action buttons intercepting clicks
- Rewrote All Notes sidebar - replaced fragile custom portal with shadcn Sheet
- Missing translation keys for new UI strings
- Missing NOTE retrieval logic in researcher agent
- Added search to All Notes sidebar
- Removed frontend logging - was causing toasters on every page refresh
- Added backend logging to document reindex Celery task
2025-12-17 00:09:43 -08:00
Differ
e238fab638
Merge remote-tracking branch 'upstream/main' into feat/bookstack-connector
2025-12-06 09:15:02 +08:00
DESKTOP-RTLN3BA\$punk
c97887a63d
fix: implement real-time streaming for responses
...
- Added streaming service support to the Q&A agent for real-time token streaming.
- Updated `answer_question` method to stream responses token-by-token to the frontend.
- Modified `handle_qna_workflow` to handle both custom and values streaming modes.
- Enhanced state management to include streaming service for improved user experience.
2025-12-05 00:14:36 -08:00
Differ
6b1b8d0f2e
feat: add BookStack connector for wiki documentation indexing
2025-12-04 14:08:44 +08:00
WayChan
081080233a
fix: saving document from browser extension fails due to missing and mismatch fields of backend data models
2025-12-03 15:32:32 +00:00
Anish Sarkar
f92112a79a
fix: code cleanup
2025-11-30 11:37:50 +05:30
Anish Sarkar
4e6b4cc57d
fixed: cleaned up code and added import in init
2025-11-30 04:25:27 +05:30
Anish Sarkar
e419702ebd
fix: run ruff formatter to fix code quality
2025-11-30 04:15:38 +05:30
Anish Sarkar
b98c312fb1
Merge remote-tracking branch 'upstream/main' into feature/blocknote-editor
2025-11-30 04:10:49 +05:30
Anish Sarkar
f8e4926969
feat: Implement document saving with reindexing
...
- Updated the document saving endpoint to trigger reindexing after saving.
- Introduced a new Celery task for reindexing documents.
- Refactored the editor page to reflect the changes in the API endpoint and method.
2025-11-30 04:08:12 +05:30
Anish Sarkar
91bc344b56
feat: Added celery tasks to populate blocknote_document for existing documents
2025-11-30 03:49:43 +05:30
DESKTOP-RTLN3BA\$punk
8f30cfd69a
chore(lint): ruff checks
2025-11-26 13:22:31 -08:00
samkul-swe
121e2f0c0e
Renaming resources
2025-11-22 19:19:00 -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
thierryverse
2902fd6d28
inject user instruction in the podcast generation task
2025-11-11 20:08:32 +02:00
thierryverse
cfb62ff73b
fix typo
2025-11-11 19:15:45 +02:00
thierryverse
55e5b45a42
fix podcast generation
2025-11-11 04:02:04 +02:00
DESKTOP-RTLN3BA\$punk
4be9d099bf
feat: added file limit tracking for a user
2025-10-30 14:58:08 -07:00
DESKTOP-RTLN3BA\$punk
d76da8a59d
fix: podcast tasks for Windows compatibility
...
- Added WindowsProactorEventLoopPolicy for better async subprocess support on Windows.
- Ensured proper cleanup of the event loop after task execution.
- Removed redundant asyncio import from the generate_chat_podcast_task function.
2025-10-30 12:05:06 -07:00
MSI\ModSetter
8706df6716
feat: added meta-scheduler for running periodic tasks
2025-10-22 19:49:44 -07:00
MSI\ModSetter
a90767a478
feat: added meta-scheduler for running periodic tasks
2025-10-22 19:49:30 -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
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