Commit graph

798 commits

Author SHA1 Message Date
Utkarsh-Patel-13
c39de63d55 Fixed code quality workflows for file-quality and security 2025-07-24 16:10:28 -07:00
Utkarsh-Patel-13
9425f63e51 Fixed frontend tag in code quality workflwo 2025-07-24 16:02:17 -07:00
Utkarsh-Patel-13
1073f39bf3 github workflow for checking commits 2025-07-24 15:59:28 -07:00
Utkarsh-Patel-13
0c107df03d removed trim trailing whitespace 2025-07-24 15:28:48 -07:00
Utkarsh-Patel-13
7b52af5e77 fix: ruff linting for alembic version files 2025-07-24 15:21:54 -07:00
Utkarsh-Patel-13
f589d51c36 fix: remove trailing whitespace and update pre-commit config 2025-07-24 15:09:01 -07:00
Utkarsh-Patel-13
7bf32e8688 fix: remove trailing whitespace and update pre-commit config 2025-07-24 15:08:45 -07:00
Utkarsh-Patel-13
14ad030c79 pre-commit bandit args fix 2025-07-24 14:56:59 -07:00
Utkarsh-Patel-13
af6caf8cf5 added ruff to precommit hook 2025-07-24 14:53:31 -07:00
Utkarsh-Patel-13
d359a59f6d Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
Utkarsh-Patel-13
0a03c42cc5 Added ruff to dependencies 2025-07-24 10:24:14 -07:00
Rohan Verma
505a005bac
Merge pull request #225 from MODSetter/dev
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
refactor: fix for linkup
2025-07-24 22:28:28 +05:30
MSI\ModSetter
773c47c453 refactor: fix for linkup 2025-07-24 09:06:54 -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
1e441e07a3 Added LLM selection config 2025-07-22 17:20:14 -07:00
Utkarsh-Patel-13
d8797b4f71 lazy loading fix for useDocument 2025-07-22 17:02:18 -07:00
Utkarsh-Patel-13
cf162101a6 Added source connector integration to chat input options 2025-07-22 16:06:50 -07:00
Utkarsh-Patel-13
b8c23030c5 Refactored chat components into managable modules 2025-07-22 15:19:20 -07:00
Utkarsh-Patel-13
ac99613b24 Added search type and search mode selections for chcat input 2025-07-22 15:11:33 -07:00
Utkarsh-Patel-13
3f051b0a19 Added document selection and document selection dialog to new chat interface 2025-07-22 14:06:10 -07:00
Utkarsh-Patel-13
98b49edca1 Simplified chat creation logic. Created custom hooks and proper route handling for smooth chat handling 2025-07-22 10:56:38 -07:00
Rohan Verma
f788a861b3
Merge pull request #215 from masabinhok/feature/pre-commit
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
chore: Add Pre-Commit Hooks and CI Integration for Code Quality Enforcement
2025-07-22 21:33:53 +05:30
Utkarsh-Patel-13
204f65ef35 Added basic llama index chat ui and corresponding pages 2025-07-21 22:43:28 -07:00
Rohan Verma
7d2c6e383f
Merge pull request #217 from MODSetter/dev
removed bad vid
2025-07-22 00:50:28 +05:30
MSI\ModSetter
e32f080386 removed bad vid 2025-07-21 12:20:02 -07:00
Rohan Verma
82b402cc31
Merge pull request #216 from MODSetter/dev
chore: updated docs for docling
2025-07-22 00:46:01 +05:30
MSI\ModSetter
a0aa29eeb0 chore: updated docs for docling 2025-07-21 12:14:11 -07:00
Sabin Shrestha
285d57e000 fix: correct formatting for mypy hook in pre-commit configuration 2025-07-21 23:23:45 +05:45
Sabin Shrestha
cf9bc01664 refactor: enhance pre-commit workflow with improved diff detection and caching 2025-07-21 23:21:27 +05:45
Sabin Shrestha
5d4012b14f docs: add pre-commit hooks section to CONTRIBUTING.md and create PRE_COMMIT.md guide 2025-07-21 22:56:17 +05:45
Rohan Verma
50f84e1d0a
Merge pull request #214 from Utkarsh-Patel-13/fix/chat-optimization
Removed deprecated streaming methods.
2025-07-21 22:36:01 +05:30
Sabin Shrestha
b82c24ad07 chore: add pre-commit 2025-07-21 22:46:12 +05:45
Utkarsh-Patel-13
56432c388c Removed deprecated streaming methods 2025-07-21 09:56:32 -07:00
Utkarsh-Patel-13
53a79d9b65 Replaced deprecated stream service sources update call 2025-07-21 09:54:33 -07:00
Rohan Verma
dd7768206c
Merge pull request #213 from MODSetter/dev
Refactor: Cleanup DOCLING PR
2025-07-21 18:54:13 +05:30
MSI\ModSetter
4eab57a024 chore: Remove TESSDATA_PREFIX environment variable from docker-compose.override.yml 2025-07-21 06:23:12 -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
MSI\ModSetter
621590c049 Refactor: Cleanup DOCLING PR 2025-07-21 06:12:11 -07:00
Rohan Verma
641f784f77
Merge pull request #211 from AbdullahAlMousawi/feature/document-processing-implementation
feat: Add Docling support as ETL_SERVICE option
2025-07-21 18:34:53 +05:30
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