Alex
|
56f91948f8
|
feat: improve logging
|
2025-02-09 12:05:37 +00:00 |
|
GH Action - Upstream Sync
|
6c5e481318
|
Merge branch 'main' of https://github.com/arc53/DocsGPT
|
2025-02-09 01:24:07 +00:00 |
|
Alex
|
28a0667da6
|
fix: minor logging issue
|
2025-02-08 12:49:42 +00:00 |
|
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
|
d819222cf7
|
fix: remove unused import
|
2025-02-06 19:46:11 +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 |
|
Alex
|
8564198321
|
mini-model as default
|
2024-12-19 16:02:27 +00:00 |
|
ManishMadan2882
|
b19c14787e
|
(fix) avoid stringifying list
|
2024-12-19 17:58:55 +05:30 |
|
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 |
|
ManishMadan2882
|
9096013e13
|
(refactor) remove preprocessing in retrieval
|
2024-12-19 05:20:55 +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 |
|
ManishMadan2882
|
f8e4e42a36
|
(feat:limit conv history) add util method
|
2024-12-17 16:14:17 +05:30 |
|
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
|
625aed151d
|
(fix:edit-query)delete following queries
|
2024-11-28 04:02:05 +05:30 |
|
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 |
|
Niharika Goulikar
|
faf031ce80
|
fixed linting issues
|
2024-11-26 12:28:16 +00:00 |
|
Niharika Goulikar
|
e9a2b8f03a
|
Fixed the feedback issue
|
2024-11-26 12:16:21 +00:00 |
|
Alex
|
8d8423b6e0
|
Merge pull request #1444 from Niharika0104/Fixes-#1260
Fixed edit and resend issue
|
2024-11-25 11:12:56 +00:00 |
|
Niharika Goulikar
|
8e9f31cc32
|
Fixed python linting issues
|
2024-11-21 11:22:33 +00:00 |
|
Niharika Goulikar
|
0d4bc4ec2c
|
Made the requested changes
|
2024-11-21 11:17:58 +00:00 |
|
GH Action - Upstream Sync
|
d3eab30d74
|
Merge branch 'main' of https://github.com/arc53/DocsGPT
|
2024-11-20 01:24:08 +00:00 |
|
Alex
|
312cb9ae70
|
feat: image parser
|
2024-11-19 19:06:53 +00:00 |
|
Alex
|
cce60ce101
|
fix: save convo messages, docsgpt provider format
|
2024-11-19 16:22:58 +00:00 |
|
fadingNA
|
13b91193cc
|
backend : update sources/paginated to search document by query 'name'
|
2024-11-18 00:05:48 -05:00 |
|
Niharika Goulikar
|
626689cbe0
|
Merge branch 'arc53:main' into Fixes-#1260
|
2024-11-17 16:18:11 +05:30 |
|
Niharika Goulikar
|
a44319d815
|
Fixed edit and resend issue
|
2024-11-17 10:29:29 +00:00 |
|
Nonthachai Plodthong
|
91e7c16d90
|
Merge branch 'main' into multiple-files-bug
|
2024-11-14 12:28:51 -05:00 |
|
Alex
|
9bbe7564a9
|
fix: llamacpp
|
2024-11-13 11:45:42 +00:00 |
|
fadingNA
|
32c67c2a02
|
add property sync and etc ... to align with original source
|
2024-11-10 15:33:19 -05:00 |
|