Siddhant Rai
7c69e99914
feat: Enhance agent selection and conversation handling
...
- Added functionality to select agents in the Navigation component, allowing users to reset conversations and set the selected agent.
- Updated the MessageInput component to conditionally show source and tool buttons based on the selected agent.
- Modified the Conversation component to handle agent-specific queries and manage file uploads.
- Improved conversation fetching logic to include agent IDs and handle attachments.
- Introduced new types for conversation summaries and results to streamline API responses.
- Refactored Redux slices to manage selected agent state and improve overall state management.
- Enhanced error handling and loading states across components for better user experience.
2025-04-15 11:53:53 +05:30
Siddhant Rai
fa1f9d7009
feat: agents route replacing chatbots
...
- Removed API Keys tab from SettingsBar and adjusted tab layout.
- Improved styling for tab scrolling buttons and gradient indicators.
- Introduced AgentDetailsModal for displaying agent access details.
- Updated Analytics component to fetch agent data and handle analytics for selected agent.
- Refactored Logs component to accept agentId as a prop for filtering logs.
- Enhanced type definitions for InputProps to include textSize.
- Cleaned up unused imports and optimized component structure across various files.
2025-04-11 17:24:22 +05:30
ManishMadan2882
a37bd76950
(feat:storeAttach) store in inputs, raise errors from worker
2025-04-06 16:01:57 +05:30
ManishMadan2882
19d68252cd
(fix/attach): inputs are created in application
2025-04-02 16:36:58 +05:30
ManishMadan2882
55050a9f58
(feat:attachment) upload single file
2025-03-27 03:28:03 +05:30
ManishMadan2882
502dc9ec52
(feat:attachments) store and ingest files shared
2025-03-26 18:01:31 +05:30
ManishMadan2882
90db42ce3a
Revert "(fix:sources) preloaded docs have ids too"
...
This reverts commit 02c8bd06f5 .
2025-03-25 16:08:59 +05:30
ManishMadan2882
6464698b6d
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-03-20 09:47:38 +05:30
ManishMadan2882
02c8bd06f5
(fix:sources) preloaded docs have ids too
2025-03-20 09:39:30 +05:30
Siddhant Rai
f00802dd6b
fix: llm tests failing
2025-03-19 10:25:46 +05:30
Siddhant Rai
6583aeff08
feat: update authentication handling and integrate token usage across frontend and backend
2025-03-18 08:29:57 +05:30
Siddhant Rai
7fd377bdbe
feat: implement JWT authentication and token management in frontend and backend
2025-03-14 17:07:15 +05:30
Alex
af69bc9d3c
Merge branch 'main' into feat/agent-refactor-and-logging
2025-03-05 16:04:09 -05:00
ManishMadan2882
7584305159
(feat:feedback) unset feedback when null
2025-02-26 01:01:30 +05:30
Siddhant Rai
1f0b779c64
refactor: folder restructure for agent based workflow
2025-02-25 09:03:45 +05:30
ManishMadan2882
8148876249
(feat:message analytics) count individual queries
2025-02-25 00:45:19 +05:30
ManishMadan2882
4cf946f856
(feat:feedback) timestamp feedback
2025-02-24 18:53:29 +05:30
ManishMadan2882
05706f1641
(feat:feedback and tokens) count apiKey docs separately
2025-02-24 17:24:53 +05:30
ManishMadan2882
3e02d5a56f
(feat:conv) save the conv with key
2025-02-24 16:28:24 +05:30
Alex
927b513bf8
fix: error warning
2025-02-13 11:44:05 +00:00
Alex
60772889d5
fix: handle bad tool name input
2025-02-10 16:20:37 +00:00
Alex
926f2e9f48
Merge pull request #1621 from ManishMadan2882/main
...
Refactor Upload
2025-02-10 13:04:53 +00:00
Siddhant Rai
7623bde159
feat: add update chunk API endpoint and service method
2025-02-10 09:36:18 +05:30
Siddhant Rai
82b2be5046
Merge branch 'main' into feat/edit-chunks
2025-02-08 14:56:34 +05:30
Siddhant Rai
0379b81d43
feat: view and add document chunks for mongodb and faiss
2025-02-07 19:39:07 +05:30
GH Action - Upstream Sync
3e77e79194
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-02-07 01:20:29 +00:00
Alex
0c4c4d5622
fix: improve error logging
2025-02-06 19:44:09 +00:00
ManishMadan2882
72556b37f5
(refactor:upload) simplify call to /api/remote
2025-02-06 20:16:07 +05:30
ManishMadan2882
fe4657b122
(fix:analytics) updated to show feedback
2025-01-24 02:46:57 +05:30
Alex
7218403ad7
Merge pull request #1582 from arc53/scraper-2
...
scraper with markdownify
2025-01-15 12:15:37 +00:00
Pavel
13fcbe3e74
scraper with markdownify
2025-01-15 01:08:09 +03:00
ManishMadan2882
0b0f0a959a
Merge branch 'main' into basic-ui
2025-01-09 02:22:43 +05:30
Manish Madan
7c8b617f62
Merge branch 'arc53:main' into basic-ui
2025-01-03 18:13:01 +05:30
Siddhant Rai
0031ca3159
refactor: UI enhancement in tools
2025-01-03 12:27:54 +05:30
ManishMadan2882
0d126106c0
(fix: sources) inconcistent capitalisation
2025-01-02 13:32:25 +05:30
Alex
0a246d3de7
Merge branch 'main' into tool-use
2024-12-20 17:29:41 +00:00
Alex
666240f21e
Merge pull request #1455 from Niharika0104/FIXES-#1166
...
Fixed the feedback issue
2024-12-19 18:27:54 +00:00
Siddhant Rai
c3f538c2f6
fix: merge errors
2024-12-19 09:59:38 +05:30
Siddhant Rai
a0e677ea00
Merge branch 'feat/tools-section' of https://github.com/siiddhantt/DocsGPT into feat/tools-section
2024-12-19 09:58:41 +05:30
Siddhant Rai
343569ba19
fix: create_tool endpoint for new fields
2024-12-19 09:58:32 +05:30
Siddhant Rai
97713e872a
Merge branch 'tool-use' into feat/tools-section
2024-12-18 22:53:31 +05:30
Siddhant Rai
f9a7db11eb
feat: tools frontend and endpoints refactor
2024-12-18 22:48:40 +05:30
Niharika Goulikar
47ecf98e2a
Resolved merge conflicts
2024-12-18 10:47:34 +00:00
Alex
46b0de367a
fix: strings
2024-12-12 10:40:55 +00:00
Alex
f87ae429f4
fix: edit names
2024-12-09 17:52:20 +00:00
Alex
3e2e1ecddf
fix: add status to tools
2024-12-06 23:11:16 +00:00
Alex
863950963f
simple user tool handling endpoint
2024-12-06 22:19:01 +00:00
ManishMadan2882
0a97e5b7be
(fix:delete_old) del source from db even when FileNotFound err
2024-11-27 16:57:47 +05:30
Alex
0584c29781
Merge pull request #1442 from fadingNA/document-table
...
Table Styling & Add search feature to backend
2024-11-26 20:08:12 +00:00
Niharika Goulikar
9d4aee5de2
fixed the python error
2024-11-26 13:05:50 +00:00