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
fe2317ae92
fix: Address review feedback from MODSetter
...
- Remove .env file (should not be committed to version control)
- Revert docker-compose.override.yml to use ghcr images instead of local builds
- Remove unnecessary DOCLING config section from __init__.py
- Remove model context window additions (litellm already provides this)
- Keep litellm<1.70.0 constraint due to Ollama vector_stores 404 errors
Addresses all feedback from PR #211 review
2025-07-21 09:54:39 +03:00
Rohan Verma
b4737008e4
Merge pull request #209 from Utkarsh-Patel-13/fix/chat-optimization
...
Updated Streaming Service to efficiently stream content
2025-07-20 16:57:51 +05:30
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
359c05dd76
fixed rendering logic for terminal message to include all terminal messages
2025-07-19 21:09:34 -07:00
Utkarsh-Patel-13
ef761f1a43
Updated section streaming for report sections.
2025-07-19 21:08:19 -07:00
Rohan Verma
53525f70f0
Merge pull request #210 from VarunShukla07/fix/ui/add-back-button
...
Fix/UI/add back button
2025-07-19 18:39:46 +05:30
VarunShukla07
41a09653d5
Changed the position of back icon
2025-07-19 16:13:27 +05:30
VarunShukla07
ccc9f42003
fix(ui): add back button to API Key page
2025-07-19 16:05:00 +05:30
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
Rohan Verma
d5aae6b229
Merge pull request #207 from masabinhok/feature-searchSpace-backButton
...
fix(ui): Add back button in Create Search Space Page
2025-07-18 22:38:44 +05:30
Rohan Verma
e9becc93ee
Merge pull request #208 from masabinhok/fix-cursor-inconsistency
...
fix(ui): Ensure all clickable elements use cursor-pointer for consistent UX
2025-07-18 22:35:27 +05:30
Sabin Shrestha
e8da34f5db
fix(ui): Change cursor style to pointer for DropdownMenuItem
2025-07-18 20:34:53 +05:45
Sabin Shrestha
d852e408f3
fix(ui): Add cursor pointer style to button elements
2025-07-18 20:24:34 +05:45
Sabin Shrestha
d8fceb76ca
fix(ui): Add back button in Create Search Space Page
2025-07-18 16:18:28 +05:45
Rohan Verma
63d06031a3
Merge pull request #204 from masabinhok/fix-user-dropdown
...
fix(ui): Refactor UserDropdown.tsx to add safety check for user name
2025-07-18 11:52:11 +05:30
Rohan Verma
8e54d8bbde
Merge pull request #203 from Swapnilpatil03/fix/logout-userdropdown
...
fix(ui): Refactor logout function in UserDropdown.tsx #199
2025-07-18 11:45:37 +05:30
Sabin Shrestha
014a161fe3
fix(ui): Refactor UserDropdown.tsx to add safety check for user name
2025-07-18 11:54:15 +05:45
Swapnilpatil03
d90177f6d3
fix(ui): Refactor logout function in UserDropdown.tsx #199
2025-07-18 10:23:25 +05:30
Rohan Verma
abd06560a5
Merge pull request #201 from Swapnilpatil03/main
...
Add back button to settings page to navigate to /dashboard
2025-07-17 22:12:42 +05:30
Swapnilpatil03
c7d7549052
Add back button to settings page to navigate to /dashboard
2025-07-17 19:54:35 +05:30
Rohan Verma
5cc8373205
Merge pull request #195 from MODSetter/dev
...
feat(FRONTEND): Moved User Dropdown to Search Space Dashboard
2025-07-17 16:46:36 +05:30
MSI\ModSetter
d103e21a68
feat(FRONTEND): Moved User Dropdown to Search Space Dashboard
2025-07-17 04:10:24 -07:00
Rohan Verma
51875e5b8e
Merge pull request #194 from MODSetter/dev
...
feat(BACKEND): Added task logging for podcast generation
2025-07-17 15:13:46 +05:30
MSI\ModSetter
ba44256bf0
feat(BACKEND): Added task logging for podcast generation
...
- Integrated TaskLoggingService to log the start, progress, success, and failure of podcast generation tasks.
- Updated user ID handling to ensure it is consistently converted to a string across various tasks.
- Modified frontend success message to direct users to the logs tab for status updates on podcast generation.
2025-07-17 02:39:36 -07:00
Rohan Verma
78bcf684c5
Merge pull request #193 from MODSetter/dev
...
feat(BACKEND): Implement task logging for connector indexing tasks
2025-07-17 14:52:47 +05:30
MSI\ModSetter
3f62121ced
feat(BACKEND): Implement task logging for connector indexing tasks
...
- Added TaskLoggingService to log the start, progress, success, and failure of indexing tasks for Slack, Notion, GitHub, Linear, and Discord connectors.
- Updated frontend to reflect changes in indexing status messages.
2025-07-17 02:16:53 -07:00
Rohan Verma
c13f9b7601
Merge pull request #192 from MODSetter/dev
...
feat(FRONTEND): Added Log Management UI
2025-07-16 13:58:16 +05:30
MSI\ModSetter
f290cedbb0
Merge commit 'ca8d1cdb694c4addb4ef9af2e6e52a36043d697d' into dev
2025-07-16 01:20:33 -07:00
MSI\ModSetter
d821b30008
feat(FRONTEND): Added Log Mangement UI
2025-07-16 01:19:22 -07:00
Rohan Verma
ca8d1cdb69
Merge pull request #191 from MODSetter/dev
...
feat(BACKEND): Added Log Management System for better Bug's Tracking
2025-07-16 13:48:23 +05:30
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
Rohan Verma
f852bcb188
Merge pull request #186 from MODSetter/dev
...
Update README.md
2025-07-11 01:20:50 -07:00
Rohan Verma
dce7d862f6
Update README.md
2025-07-11 01:20:04 -07:00
Rohan Verma
32319fc672
Merge pull request #185 from MODSetter/dev
...
Update README.md
2025-07-10 20:14:55 -07:00
Rohan Verma
0d7a6ddf68
Update README.md
...
- lets try a fiverr vid xD
2025-07-10 20:13:24 -07:00
Rohan Verma
aac7f8c755
Merge pull request #184 from MODSetter/dev
...
feat: Added Follow Up Qns Logic
2025-07-10 15:13:31 -07:00
DESKTOP-RTLN3BA\$punk
a19a8af4ff
fix: bad chat history logic
2025-07-10 15:06:25 -07:00
DESKTOP-RTLN3BA\$punk
24587d796d
Merge commit 'db536fc845de65a1d8f8ed4171f5d26f04cdcc84' into dev
2025-07-10 14:42:09 -07:00
DESKTOP-RTLN3BA\$punk
f7fe20219b
feat: Added Follow Up Qns Logic
2025-07-10 14:37:31 -07:00
Rohan Verma
db536fc845
Merge pull request #183 from ritikprajapat21/main
...
Fix #181 : Added slider to increase/decrease volume
2025-07-10 10:29:42 -07:00
ritikprajapat21
4c53290c8c
Added type prop to markdown viewer
...
Forgot to add type prop to MarkdownViewer component in last commit
2025-07-10 19:15:53 +05:30
ritikprajapat21
8530226edb
fix #180 : Added copy button
...
Used ref to point to parent div and got inner text of the div and write
it to the clipboard.
2025-07-09 19:42:41 +05:30
ritikprajapat21
2d6fb98130
Added slider to increase/decrease volume
...
Changed class w-24 to w-full.
2025-07-09 13:06:25 +05:30
Rohan Verma
d611bd6303
Merge pull request #178 from ritikprajapat21/main
...
Fix issue #152 : Added close functionality to player
2025-07-08 12:10:22 -07:00
ritikprajapat21
f2602e9e6b
Fix issue #152 : Added close functionality to player
...
Added closePlayer function and an X button to player.
The function cleans all the state variable responsible for playing the
audio.
2025-07-08 12:27:02 +05:30
Rohan Verma
71e9794da2
Merge pull request #177 from MODSetter/dev
...
fix: Markdown & Text files should be supported as default.
2025-07-07 23:01:04 -07:00
DESKTOP-RTLN3BA\$punk
66d381a71e
Merge commit 'fb7a1caae65574e704ff53b685dee667a2539e01' into dev
2025-07-07 22:56:15 -07:00
DESKTOP-RTLN3BA\$punk
21fb231683
fix: Markdown & Text files as default support.
2025-07-07 22:55:51 -07:00
Rohan Verma
fb7a1caae6
Merge pull request #176 from MODSetter/dev
...
docs: Added contributing.md
2025-07-07 21:51:34 -07:00