Commit graph

30 commits

Author SHA1 Message Date
DESKTOP-RTLN3BA\$punk
cbc799b15c fix: fixed search scope switching duplicate sources.
- User Selected docs still need a fix.
2025-08-20 10:10:37 -07:00
DESKTOP-RTLN3BA\$punk
d804be5fb3 fix: Streaming Dulplicate Sources & Delete Search Space UI 2025-08-19 11:05:12 -07:00
CREDO23
e17d969087 add search google gmail connector service 2025-08-15 09:11:14 +02:00
DESKTOP-RTLN3BA\$punk
1b29310ae7 feat: Added Local TTS (Kokoro TTS) Support 2025-08-13 17:25:34 -07:00
CREDO23
edf46e4de1 update seach source connector schema 2025-08-03 12:16:40 +02:00
CREDO23
e96590ff86 fix ruff isues 2025-08-01 00:27:50 +02:00
CREDO23
9c2408d026 fix source generation for clickup tasks 2025-07-31 23:21:01 +02:00
CREDO23
9a98742f81 Add web implementation for clickup connector 2025-07-30 21:37:12 +02:00
CREDO23
8958970320 update the connector service 2025-07-30 21:32:33 +02:00
CREDO23
8e52a0b201 add relevant coderrabit suggestions 2025-07-27 14:03:39 +02:00
CREDO23
dee54bf5e1 fix the confluence search implemetation 2025-07-27 13:20:12 +02:00
Utkarsh-Patel-13
f006a76587 Merge main to Llamaindex-chatui 2025-07-25 19:41:05 -07:00
Utkarsh-Patel-13
5197269c43 Added Further question component and streaming fix 2025-07-25 15:40:29 -07:00
Utkarsh-Patel-13
1318feef66 Added inline citations and updated sources display as per new data format 2025-07-25 15:11:19 -07:00
Utkarsh-Patel-13
2827522ebc Fixed formatting and linting post Jira connector PR 2025-07-25 10:52:34 -07:00
CREDO23
b4d29ba3a0 add coderabbit suggestions 2025-07-25 09:01:53 +02:00
CREDO23
cd05a06a91 update connector indexing / update connector service 2025-07-25 08:59:32 +02:00
CREDO23
ca98693005 update connector indexing / update connector service 2025-07-25 08:59:32 +02:00
Utkarsh-Patel-13
d359a59f6d Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
Utkarsh-Patel-13
2b647a9e7d Sources message section integration 2025-07-22 22:41:42 -07:00
Utkarsh-Patel-13
7c6437eef6 Better layout for terminal and chat messages 2025-07-22 20:36:52 -07:00
Utkarsh-Patel-13
6af9805927 Added chat terminal to display terminal logs 2025-07-22 18:53:25 -07:00
Utkarsh-Patel-13
56432c388c Removed deprecated streaming methods 2025-07-21 09:56:32 -07:00
MSI\ModSetter
931fafa403 refactor: Remove deprecated document processing services and update imports
- Deleted the document_processing module and its associated docling_service.
- Updated imports in documents_routes.py and background_tasks.py to reflect the new service structure.
- Ensured compatibility with the task logging system by adjusting type hints for log entries.
2025-07-21 06:19:37 -07:00
Abdullah 3li
f117d94ef7 fix: Resolve merge conflict in documents_routes.py
- Integrated Docling ETL service with new task logging system
- Maintained consistent logging pattern across all ETL services
- Added progress and success/failure logging for Docling processing
2025-07-21 10:43:15 +03:00
Abdullah 3li
aa00822169 feat: Add Docling support as ETL_SERVICE option
- Added DOCLING as third ETL_SERVICE option (alongside UNSTRUCTURED/LLAMACLOUD)
- Implemented add_received_file_document_using_docling function
- Added Docling processing logic in documents_routes.py
- Enhanced chunking with configurable overlap support
- Added comprehensive document processing service
- Supports both CPU and GPU processing with user selection

Addresses #161 - Add Docling Support as an ETL_SERVICE
Follows same pattern as LlamaCloud integration (PR #123)
2025-07-20 11:42:55 +03:00
Utkarsh-Patel-13
92781e726c Updated Streaming Service to efficently stream content\
\
- Earlier for each chunk, whole message (with all annotations included)
  were streamed. Leading to extremely large data length.
- Fixed to only stream new chunk.
- Updated ANSWER part to be streamed as message content (following
  Vercel's Stream Protocol)\
- Fixed yield typo
2025-07-18 17:43:07 -07:00
MSI\ModSetter
1eb072cc69 feat(BACKEND): Added Log Management System for better Bug's Tracking
- Background tasks are now logged so non tech users can effectively track the failurte points easily.
2025-07-16 01:10:33 -07:00
DESKTOP-RTLN3BA\$punk
f7fe20219b feat: Added Follow Up Qns Logic 2025-07-10 14:37:31 -07:00
DESKTOP-RTLN3BA\$punk
5045b7433a refactor: Move utility services to a dedicated 'services' module
- Updated import paths for LLM, connector, query, and streaming services to reflect their new location in the 'services' module.
- Removed obsolete utility service files that have been migrated.
2025-07-06 17:51:24 -07:00