Utkarsh-Patel-13
b70d46f732
Biome: fixes for eslint config
2025-07-27 11:47:38 -07:00
Utkarsh-Patel-13
ecc4c11100
Biome: fixes for app/dashboard/search_pace_id pages
2025-07-27 11:46:34 -07:00
Utkarsh-Patel-13
07063a1a18
Biome: fixes for app/dashboard/(api-key, searchspaces) directories
2025-07-27 10:54:25 -07:00
Utkarsh-Patel-13
4d7cb00fa7
Biome: fixes for app/(api, login, onboard, register, settings) directories
2025-07-27 10:49:14 -07:00
Utkarsh-Patel-13
3164c0c8cc
Biome: fixes for hooks & lib directory
2025-07-27 10:44:27 -07:00
Utkarsh-Patel-13
2950573271
Biome: fixes for compontents directory
2025-07-27 10:41:15 -07:00
Utkarsh-Patel-13
758603b275
Initial formatting using biome
2025-07-27 10:05:37 -07:00
Utkarsh-Patel-13
4c8ff48155
Merge remote-tracking branch 'upstream/main'
2025-07-26 22:25:58 -07:00
Utkarsh-Patel-13
da7a9bff11
Added config for biome.js
2025-07-26 20:52:13 -07:00
MSI\ModSetter
113636d1b1
fix: optimized to reduce rerenders
2025-07-26 11:26:41 -07:00
MSI\ModSetter
a6340fdf2b
fix: codeblock
2025-07-26 11:16:56 -07:00
MSI\ModSetter
1e05c5e9da
feat: add react-rough-notation dependency and update chat components for improved UI
2025-07-26 07:04:04 -07:00
MSI\ModSetter
3650e14b63
update lock
2025-07-26 00:30:35 -07:00
Utkarsh-Patel-13
06321d0b34
Fixed: Data table selction on filter & added jira connector
2025-07-25 20:05:29 -07:00
Utkarsh-Patel-13
f006a76587
Merge main to Llamaindex-chatui
2025-07-25 19:41:05 -07:00
Utkarsh-Patel-13
c258c0dbb2
Fixed link for chat re-route
2025-07-25 19:31:11 -07:00
Utkarsh-Patel-13
1dd373a700
Replacing researcher chat components with new chat page and components
2025-07-25 19:12:09 -07:00
Utkarsh-Patel-13
96d9ee68a3
Formattting for enw chat components
2025-07-25 18:06:48 -07:00
Utkarsh-Patel-13
0c869feae4
Minor fixes to package.json
2025-07-25 16:08:20 -07:00
Utkarsh-Patel-13
246e3d61ed
Minor fixes and renaming to new chat ui components
2025-07-25 16:07:42 -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
CREDO23
b4d29ba3a0
add coderabbit suggestions
2025-07-25 09:01:53 +02:00
CREDO23
655352fc09
fix issues indexing with jira connector
2025-07-25 08:59:32 +02:00
CREDO23
4984aab3f1
update auth type
2025-07-25 08:59:32 +02:00
CREDO23
6bced733b2
add jira connector implementation in the web
2025-07-25 08:59:32 +02: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
Utkarsh-Patel-13
204f65ef35
Added basic llama index chat ui and corresponding pages
2025-07-21 22:43:28 -07:00
MSI\ModSetter
a0aa29eeb0
chore: updated docs for docling
2025-07-21 12:14:11 -07:00
MSI\ModSetter
621590c049
Refactor: Cleanup DOCLING PR
2025-07-21 06:12:11 -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
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
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
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
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