ManishMadan2882
|
6a997163fd
|
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
|
2025-02-07 19:37:39 +05:30 |
|
ManishMadan2882
|
93f8466230
|
(feat:Upload): required form fields
|
2025-02-07 19:37:24 +05:30 |
|
ManishMadan2882
|
114c8d3c22
|
(feat:Input) required prop
|
2025-02-07 17:59:28 +05:30 |
|
GH Action - Upstream Sync
|
3e77e79194
|
Merge branch 'main' of https://github.com/arc53/DocsGPT
|
2025-02-07 01:20:29 +00:00 |
|
dependabot[bot]
|
ca91d36979
|
build(deps): bump pydantic from 2.10.4 to 2.10.6 in /application
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.10.6.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.10.4...v2.10.6)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-06 20:01:07 +00:00 |
|
Alex
|
d47232246a
|
fix: remove old pypdf
|
2025-02-06 19:59:42 +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 |
|
Alex
|
ad051ed083
|
fix: docker compose files
|
2025-02-06 18:51:17 +00:00 |
|
ManishMadan2882
|
1aa0af3e58
|
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
|
2025-02-06 20:16:31 +05:30 |
|
ManishMadan2882
|
72556b37f5
|
(refactor:upload) simplify call to /api/remote
|
2025-02-06 20:16:07 +05:30 |
|
Manish Madan
|
0bddae5775
|
Merge branch 'arc53:main' into main
|
2025-02-06 04:09:08 +05:30 |
|
ManishMadan2882
|
1f1e710a6d
|
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
|
2025-02-06 04:07:51 +05:30 |
|
ManishMadan2882
|
b57d418b98
|
(refactor:upload) remove redundant types
|
2025-02-06 04:04:18 +05:30 |
|
Alex
|
0913c43219
|
feat: edit deploymen files locations
|
2025-02-05 18:04:41 +00:00 |
|
Alex
|
d754a43fba
|
feat: devcontainer
|
2025-02-05 11:54:06 +00:00 |
|
Manish Madan
|
f97b56a87b
|
(fix): date formatting (#1617)
|
2025-02-05 10:20:14 +00:00 |
|
Michele Grimaldi
|
2f78398914
|
Fixing issues #1445 (#1603)
* Fixing issues #1445
* Fixed issue #1445
|
2025-02-05 08:52:18 +00:00 |
|
Manish Madan
|
81b9a34e5e
|
Merge branch 'arc53:main' into main
|
2025-02-05 03:33:20 +05:30 |
|
Alex
|
73ba078efc
|
fix: init push to ghcr
|
2025-02-04 22:02:56 +00:00 |
|
ManishMadan2882
|
1ffe0ad85c
|
(fix): date formatting
|
2025-02-05 03:31:17 +05:30 |
|
Alex
|
797b36a81e
|
fix: container name
|
2025-02-04 21:56:26 +00:00 |
|
Alex
|
b82c14892e
|
Arm builds (#1615)
* fix: matrix build
* fix: trigger build
* fix: trigger wrong name
* fix: runner name
* fix: manifest fix
* fix: yaml error
* fix: manifest build
* fix: build error
* feat: multi arch containers
|
2025-02-04 21:02:44 +00:00 |
|
Alex
|
a8891dabec
|
feat: docker arm64
|
2025-02-04 17:46:44 +00:00 |
|
Alex
|
86ba797665
|
Merge pull request #1614 from arc53/documentation-footer
footer text with links
|
2025-02-04 17:35:22 +00:00 |
|
Pavel
|
3830dcb3f3
|
footer text with links
|
2025-02-04 19:42:24 +03:00 |
|
Alex
|
c20fe7a773
|
Update docker-compose.yaml
|
2025-02-03 13:21:28 +00:00 |
|
Alex
|
fa01f86b19
|
Merge pull request #1608 from siiddhantt/feat/api-tool
feat: API Tool
0.13.0
|
2025-02-03 11:48:57 +00:00 |
|
Alex
|
9583095734
|
Merge pull request #1586 from aalghooneh/main
websocket implementation of elevenlabs
|
2025-02-03 10:00:00 +00:00 |
|
Siddhant Rai
|
a5b2eb3a28
|
feat: api tool config section + agent refactor for more llm fields
|
2025-02-03 06:07:10 +05:30 |
|
Alex
|
72f2784588
|
Merge pull request #1610 from ManishMadan2882/main
Refactor: Ingestor types for remote resources in Upload Component
|
2025-02-01 11:30:54 +00:00 |
|
ManishMadan2882
|
5c5b730bb8
|
purge logs, unused
|
2025-02-01 00:40:30 +05:30 |
|
ManishMadan2882
|
b9ec6b4315
|
(refactor:upload) separate name from the configurations
|
2025-02-01 00:08:01 +05:30 |
|
ManishMadan2882
|
4b83fa3549
|
(refactor:remote types) enhance abstraction
|
2025-01-31 06:29:35 +05:30 |
|
ManishMadan2882
|
a69e81076a
|
(feat:components) add label props
|
2025-01-31 06:23:54 +05:30 |
|
ManishMadan2882
|
4cd2b73f19
|
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
|
2025-01-31 00:48:53 +05:30 |
|
ManishMadan2882
|
4ea0bebd92
|
(refactor:remote uploads) dynamic ingestor types
|
2025-01-31 00:48:03 +05:30 |
|
Alex
|
bbcdae25a1
|
Update README.md
|
2025-01-29 15:33:06 +00:00 |
|
Ayaan
|
220a801138
|
Requested changes
|
2025-01-29 20:29:39 +05:30 |
|
Ayaan
|
c6821d9cc3
|
Improve edit message interface
|
2025-01-29 20:11:55 +05:30 |
|
Ayaan
|
8b59245e6a
|
Decreased margin right for message hover button
|
2025-01-29 20:06:10 +05:30 |
|
Manish Madan
|
9b5ee2e694
|
Merge pull request #1606 from arc53/dependabot/npm_and_yarn/frontend/reduxjs/toolkit-2.5.1
build(deps): bump @reduxjs/toolkit from 2.2.7 to 2.5.1 in /frontend
|
2025-01-29 16:57:17 +05:30 |
|
dependabot[bot]
|
e932d86b69
|
build(deps): bump @reduxjs/toolkit from 2.2.7 to 2.5.1 in /frontend
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.7 to 2.5.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.2.7...v2.5.1)
---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-29 09:38:06 +00:00 |
|
Manish Madan
|
96f05311b8
|
Merge pull request #1596 from arc53/dependabot/npm_and_yarn/frontend/vite-5.4.14
build(deps-dev): bump vite from 5.4.11 to 5.4.14 in /frontend
|
2025-01-29 14:58:18 +05:30 |
|
dependabot[bot]
|
3e2d68782c
|
build(deps-dev): bump vite from 5.4.11 to 5.4.14 in /frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-29 09:22:13 +00:00 |
|
Manish Madan
|
db2a4349cb
|
Merge pull request #1590 from arc53/dependabot/npm_and_yarn/frontend/katex-0.16.21
build(deps): bump katex from 0.16.11 to 0.16.21 in /frontend
|
2025-01-29 14:46:47 +05:30 |
|
Ahmad Alghooneh
|
2014fe83a3
|
fixed the import error
|
2025-01-28 18:29:56 -05:00 |
|
Alex
|
55439aab5e
|
Merge pull request #1607 from ManishMadan2882/main
Perfecting Settings/Documents
|
2025-01-28 10:08:32 +00:00 |
|
ManishMadan2882
|
8c91864f1c
|
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
|
2025-01-28 13:53:05 +05:30 |
|
Siddhant Rai
|
9319ec5bb2
|
feat: api tool + fix google ai no parameters error
|
2025-01-28 09:53:32 +05:30 |
|