Alex
6c3a79802e
Merge pull request #1849 from siiddhantt/feat/upload-agent-logo
...
feat: enhance agent management with image upload and retrieval
2025-06-18 17:45:51 +01:00
Siddhant Rai
c35c5e0793
Refactor image upload handling and add URL strategy setting
2025-06-18 21:54:44 +05:30
ManishMadan2882
7bc83caa99
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-06-18 19:42:16 +05:30
ManishMadan2882
3aceca63c6
(fix/bubble) evenly padded
2025-06-18 19:41:52 +05:30
ManishMadan2882
9bc166ffd4
(fix:convSlice) append to right conv id
2025-06-18 19:41:20 +05:30
Siddhant Rai
fc01b90007
Add tailwind-merge dependency to package.json and package-lock.json
2025-06-18 19:00:59 +05:30
Siddhant Rai
e35f1d70e4
- Added image upload functionality for agents in the backend and frontend.
...
- Implemented image URL generation based on storage strategy (S3 or local).
- Updated agent creation and update endpoints to handle image files.
- Enhanced frontend components to display agent images with fallbacks.
- New API endpoint to serve images from storage.
- Refactored API client to support FormData for file uploads.
- Improved error handling and logging for image processing.
2025-06-18 18:17:20 +05:30
Siddhant Rai
cab1f3787a
Refactor S3 storage implementation and enhance file handling
...
- Improved code readability by reorganizing imports and formatting.
- Updated S3Storage class to handle file uploads and downloads more efficiently.
- Added a new function to generate image URLs based on settings.
- Enhanced file listing and processing methods for better error handling.
- Introduced a FileUpload component for improved file upload experience in the frontend.
- Updated agent management components to support image uploads and previews.
- Added new SVG assets for UI enhancements.
- Modified API client to support FormData for file uploads.
2025-06-18 18:04:44 +05:30
Alex
bb42f4cbc1
Merge pull request #1846 from ManishMadan2882/main
...
Agents Details: UI update, external links
2025-06-17 14:31:16 +01:00
ManishMadan2882
98dc418a51
(feat:agent-details) redirect on url
2025-06-17 18:30:11 +05:30
ManishMadan2882
322b4eb18c
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-06-17 16:04:33 +05:30
ManishMadan2882
7f1cc30ed8
(feat:agent-details) test, learn more redirects
2025-06-17 16:04:08 +05:30
ManishMadan2882
7b45a6b956
(feat:agentDetails) copy button ui
2025-06-17 12:03:36 +05:30
Alex
e36769e70f
Merge pull request #1844 from ManishMadan2882/main
...
Collapsible Question bubbles
2025-06-15 16:36:37 +01:00
ManishMadan2882
bd4a4cc4af
(feat:question) match design
2025-06-14 02:32:59 +05:30
ManishMadan2882
8343fe63cb
(feat:bubble) collapsable questions
2025-06-14 02:02:36 +05:30
Alex
7d89fb8461
fix: lint
2025-06-13 01:14:09 +01:00
Alex
098955d230
fix paths in docker compose
2025-06-13 01:11:22 +01:00
Alex
d254d14928
Merge pull request #1838 from ManishMadan2882/main
...
Fixes ingestion of file with non-ascii characters in name
2025-06-12 09:52:03 +01:00
GH Action - Upstream Sync
0a3e8ca535
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-06-12 01:43:21 +00:00
ManishMadan2882
b8a10e0962
(fix:ingestion) display names are separate
2025-06-12 00:57:46 +05:30
Alex
0aceda96e4
Merge pull request #1824 from siiddhantt/refactor/llm-handler
...
feat: reorganize LLM handler structure with better abstraction
2025-06-11 17:19:50 +01:00
ManishMadan2882
44b6ec25a2
clean
2025-06-11 21:18:37 +05:30
ManishMadan2882
1b84d1fa9d
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-06-11 21:04:57 +05:30
ManishMadan2882
78d5ed2ed2
(fix:ingestion) uuid for non-ascii filename
2025-06-11 21:04:50 +05:30
ManishMadan2882
142477ab9b
(feat:safe_filename) handles case of non-ascii char
2025-06-11 21:03:38 +05:30
Siddhant Rai
b414f79bc5
fix: adjust width of tool calls display in ConversationBubble component
2025-06-11 19:37:32 +05:30
Siddhant Rai
6e08fe21d0
Merge branch 'refactor/llm-handler' of https://github.com/siiddhantt/DocsGPT into refactor/llm-handler
2025-06-11 19:28:47 +05:30
Siddhant Rai
9b839655a7
refactor: improve tool call result handling and display in conversation components
2025-06-11 19:28:15 +05:30
Siddhant Rai
3353c0ee1d
Merge branch 'main' into refactor/llm-handler
2025-06-11 19:27:33 +05:30
Alex
aaecf52c99
refactor: update docs LLM_NAME and MODEL_NAME to LLM_PROVIDER and LLM_NAME
2025-06-11 12:30:34 +01:00
ManishMadan2882
8b3e960be0
(feat:ingestion) store filepath from now
2025-06-11 16:00:09 +05:30
Siddhant Rai
3351f71813
refactor: tool calls sent when pending and after completion
2025-06-11 12:40:32 +05:30
Alex
7490256303
Merge pull request #1830 from ManishMadan2882/main
...
UI update: attachments in question bubble
2025-06-10 14:46:05 +01:00
ManishMadan2882
041d600e45
(feat:prompts) delete after confirmation
2025-06-10 18:00:11 +05:30
ManishMadan2882
b4e2588a24
(fix:prompts) save when content changes
2025-06-10 17:02:24 +05:30
ManishMadan2882
68dc14c5a1
(feat:attachments) clear after passing
2025-06-10 02:50:07 +05:30
ManishMadan2882
ef35864e16
(fix) type error, ui adjust
2025-06-09 19:50:07 +05:30
ManishMadan2882
c0d385b983
(refactor:attachments) moved to new uploadSlice
2025-06-09 17:10:12 +05:30
ManishMadan2882
b2df431fa4
(feat:attachments) shared conversations route
2025-06-07 20:04:33 +05:30
ManishMadan2882
69a4bd415a
(feat:attachment) message input update
2025-06-06 21:52:51 +05:30
ManishMadan2882
4862548e65
(feat:attach) renaming, semantic identifier names
2025-06-06 21:52:10 +05:30
ManishMadan2882
50248cc9ea
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-06-06 18:55:11 +05:30
ManishMadan2882
430822bae3
(feat:attach)state manage, follow camelCase
2025-06-06 18:54:50 +05:30
Siddhant Rai
dd9d18208d
Merge branch 'main' into refactor/llm-handler
2025-06-06 17:36:31 +05:30
Siddhant Rai
e5b1a71659
refactor: update fallback LLM initialization to use factory method
2025-06-06 17:23:27 +05:30
Siddhant Rai
35f4b13237
refactor: add fallback LLM configuration options to settings
2025-06-06 17:05:15 +05:30
Siddhant Rai
5f5c31cd5b
refactor: enhance LLM fallback handling and streamline method execution
2025-06-06 16:55:57 +05:30
Siddhant Rai
e9530d5ec5
refactor: update env variable names
2025-06-06 15:29:53 +05:30
Siddhant Rai
143f4aa886
refactor: streamline conversation handling and update agent pinning logic
2025-06-06 14:41:44 +05:30