Aditya Vaish
d1f21a8dc6
pending issues resolved
2025-10-08 00:29:09 +05:30
Aditya Vaish
aab2f2dfef
chat-routes vulnerability fixed
2025-10-06 16:47:02 +05:30
Ryuhane
9973d51245
Merge branch 'dev' into dev
2025-10-01 14:00:06 -07:00
Natsume Ryuhane
797fe26f53
Implemented serverside pagination;
...
Enabled searchspace file mgmt panel to use serverside pagination;
2025-10-01 13:05:22 -07:00
DESKTOP-RTLN3BA\$punk
94367e4226
chore: linting and formatting
2025-09-28 22:26:26 -07:00
Rohan Verma
ef361e16b4
Merge pull request #337 from samkul-swe/feature/add-luma-connector
...
[Feature] Add Luma connector
2025-09-28 22:14:15 -07:00
samkul-swe
9d2b808e66
Added Luma connector
2025-09-28 14:59:10 -07:00
CREDO23
8f9f66b7f8
handle token token refreshing when expired
2025-09-21 21:14:03 +02:00
DESKTOP-RTLN3BA\$punk
c2897d7fbe
fix: linting and document limit
2025-09-18 17:46:51 -07:00
CREDO23
4873d0d486
fix the expiration time
2025-08-29 23:03:43 +02:00
CREDO23
4c8522fcfc
update frontend redirection for airtable connector
2025-08-29 22:24:30 +02:00
CREDO23
45d2c18c16
update airtable indexer
2025-08-26 19:17:46 +02:00
CREDO23
27b914f822
Add airtable connector auth flow routes
2025-08-26 13:56:31 +02:00
DESKTOP-RTLN3BA\$punk
76732c36ba
feat: added jump to source referencing of citations
2025-08-23 18:48:18 -07:00
DESKTOP-RTLN3BA\$punk
1c4c61eb04
feat: Fixed Document Summary Content across connectors and processors
2025-08-18 20:51:48 -07:00
CREDO23
d840113bff
add relelvant bot suggestions
2025-08-15 09:12:40 +02:00
CREDO23
308b96af8b
update the gmail connector add route
2025-08-15 09:12:40 +02:00
CREDO23
69f6a0a278
fix scopes issues for google services
2025-08-15 09:12:40 +02:00
CREDO23
08f0a34ef5
add gmail connector add route
2025-08-15 09:07:22 +02:00
DESKTOP-RTLN3BA\$punk
5aa52375c3
refactor: refactored background_tasks & indexing_tasks
2025-08-12 15:28:13 -07:00
Utkarsh-Patel-13
63ef9313f2
Merge branch 'main' into fix/UI-Improvements
2025-08-08 10:37:44 -07:00
CREDO23
c1c749426d
fix merge conflits
2025-08-07 21:43:48 +02:00
CREDO23
ad0a1e5c97
check if a google calendar exixst before adding it , in the add page
2025-08-03 12:16:40 +02:00
CREDO23
edf46e4de1
update seach source connector schema
2025-08-03 12:16:40 +02:00
CREDO23
1c9f857d00
add google calendar connector route
2025-08-03 12:16:40 +02:00
CREDO23
9abaf4fd2a
add (backend) google calendar connection flow
2025-08-03 12:16:40 +02:00
Utkarsh-Patel-13
8bc369cd94
Improvements for sidebar
2025-08-02 21:20:36 -07:00
CREDO23
eb6830c4fa
fix ruff issues
2025-07-30 22:30:50 +02:00
CREDO23
d92b7ee538
update seach source connector routes
2025-07-30 21:34:08 +02:00
CREDO23
8e52a0b201
add relevant coderrabit suggestions
2025-07-27 14:03:39 +02:00
CREDO23
6b2cd9705f
Add UI implementations
2025-07-26 14:46:47 +02: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
Utkarsh-Patel-13
d359a59f6d
Fixed all ruff lint and formatting errors
2025-07-24 14:43:48 -07:00
MSI\ModSetter
9e8929ed2d
refactor: Update import path for TaskLoggingService in documents_routes.py
2025-07-21 06:20:44 -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
a19a8af4ff
fix: bad chat history logic
2025-07-10 15:06:25 -07:00
DESKTOP-RTLN3BA\$punk
21fb231683
fix: Markdown & Text files as default support.
2025-07-07 22:55:51 -07:00
DESKTOP-RTLN3BA\$punk
a85f7920a9
feat: added configurable LLM's
2025-06-09 15:50:15 -07:00
DESKTOP-RTLN3BA\$punk
99fa03d78b
feat: Added Calender Based Indexing.
...
- This should stabalize manual syning.
2025-06-06 18:17:47 -07:00
DESKTOP-RTLN3BA\$punk
d7bb31f894
feat: Document Selector in Chat.
...
- Still need improvements but lets use it first.
2025-06-04 21:46:50 -07:00
Muhamad Aji Wibisono
1d67a87b82
feat: discord knowledge retrieval
2025-06-02 18:43:32 +07:00
Muhamad Aji Wibisono
4b3c662478
feat: added discord indexer
2025-06-02 18:30:38 +07:00
DESKTOP-RTLN3BA\$punk
73751c0eb1
feat: Removed Hard Dependency on Unstructured.io
...
- Added Llamaparse Support :)
2025-05-30 19:17:19 -07:00
DESKTOP-RTLN3BA\$punk
5411bac8e0
feat: Added content based hashing to prevent duplicates and fix resync issues
2025-05-28 23:52:00 -07:00