GH Action - Upstream Sync
0746f30645
Merge branch 'main' of https://github.com/arc53/DocsGPT
2024-10-31 01:25:45 +00:00
Alex
daedfc0a57
Merge pull request #1403 from arc53/discord-fix
...
fix: bot chunking
2024-10-30 15:28:09 +00:00
Alex
2cc3372b86
fix: bot chunking
2024-10-30 15:27:14 +00:00
Alex
e024452610
Merge pull request #1402 from arc53/discord-fix
...
fix: slightly better discord bot formatting
2024-10-30 15:18:54 +00:00
Alex
06e4a05e41
fix: slightly better discord bot formatting
2024-10-30 15:17:37 +00:00
Alex
256514fefc
Merge pull request #1401 from arc53/discord-fix
...
fix: discord bot
2024-10-30 13:18:25 +00:00
Alex
3f64ff8194
fix: discord bot
2024-10-30 12:59:28 +00:00
Alex
af2cef1bfc
Merge pull request #1381 from Srayash/feature-TTS
...
Feature: Added Text-To-Speech Functionality
2024-10-30 10:56:33 +00:00
Alex
3be74b1fdd
Merge pull request #1343 from JeevaRamanathan/enhancement/conversation-loading-state
...
Enhancement: Added loading state for conversation list
2024-10-30 10:55:40 +00:00
GH Action - Upstream Sync
e2a705806a
Merge branch 'main' of https://github.com/arc53/DocsGPT
2024-10-30 01:24:58 +00:00
Srayash
5c99615edf
UI changes: add loading animation while audio response is being fetched
2024-10-30 00:03:08 +05:30
Srayash
605f168c7e
remove unused modules (easy-speech)
2024-10-29 23:51:25 +05:30
Srayash
b223cf05d9
use /api/tts endpoint for TTS feature
2024-10-29 23:36:09 +05:30
Srayash
419b98b50f
Merge branch 'arc53:main' into feature-TTS
2024-10-29 23:01:12 +05:30
Shatanik Mahanty
b99b3b844a
Merge branch 'arc53:main' into fix-safari-font
2024-10-29 21:48:01 +05:30
Alex
d9787e849e
Merge pull request #1384 from ManishMadan2882/main
...
Fix: empty doc selection in /stream
2024-10-29 10:11:22 +00:00
Alex
631e77ce65
Merge pull request #1397 from arc53/tts
...
Add endpoint for Text-To-Speech conversion
2024-10-29 09:57:57 +00:00
ManishMadan2882
7ff3a31e72
(feat:TTS) create gtts over abstraction
2024-10-29 03:11:51 +05:30
dependabot[bot]
331dfdbab4
build(deps): bump actions/labeler from 4 to 5
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-28 21:07:28 +00:00
dependabot[bot]
c83ff2237c
build(deps): bump docker/setup-qemu-action from 1 to 3
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-28 21:07:26 +00:00
dependabot[bot]
9972435525
build(deps): bump docker/build-push-action from 4 to 6
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-28 21:07:25 +00:00
ayaan-qadri
409d0e4084
Added custom size N Default widget open in <DocsGPTWidget />
2024-10-29 01:19:47 +05:30
kom-senapati
18ed255f5a
fix: import settings object of Settings class in mongo_db.py
2024-10-28 19:30:38 +05:30
Srayash
4a8e9bf04e
Enhancement: Switched to easy-speech from webspeechAPI.
...
Enhancement: Switched to easy-speech from webspeechAPI.
2024-10-28 02:56:02 +05:30
Srayash
0b1a302995
Update package.json
2024-10-28 02:53:51 +05:30
Srayash
6978e7439f
Update package-lock.json
2024-10-28 02:53:07 +05:30
Srayash
fcb6bec474
Update TextToSpeechButton.tsx
2024-10-28 02:52:13 +05:30
Srayash
91690ff99a
Resize speaker icon.
2024-10-27 23:02:52 +05:30
Arnav Mahalpure
45f930a9e2
Update run-with-docker-compose.sh
...
Source Environment Variables:
source .env loads environment variables from the .env file, making them available within the script.
Conditional Check for Azure Configuration:
The if condition checks if all required Azure variables are set (non-empty).
If they are, it runs Docker Compose with docker-compose-azure.yaml.
Otherwise, it defaults to the standard configuration with docker-compose.yaml.
Build and Run Services:
Depending on the condition, the script either builds and runs services with Azure settings (docker-compose-azure.yaml) or the standard configuration (docker-compose.yaml).
2024-10-27 14:53:47 +05:30
Srayash
09a1879f3e
Merge branch 'arc53:main' into feature-TTS
2024-10-27 10:46:36 +05:30
ManishMadan2882
1627d424e7
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
2024-10-27 01:28:12 +05:30
ManishMadan2882
0aa9da39a9
fix(isNoneDoc): empty doc assumed as default
2024-10-27 01:27:59 +05:30
shatanikmahanty
8564c2ba72
Fix: Fonts on Safari browser
2024-10-26 22:00:22 +05:30
Alex
1c791f240a
Merge pull request #1377 from JeevaRamanathan/feature/file-json
...
feat: JSON Parser Implementation
2024-10-26 17:28:57 +01:00
Alex
bea0ccaa6c
Merge pull request #1337 from Devparihar5/fix-github
...
fix:GitHubLoader to Handle Binary Files
2024-10-26 16:59:02 +01:00
Srayash
05f756963c
Feature: Added Text-To-Speech Functionality
2024-10-26 03:29:54 +05:30
JeevaRamanathan
54ad6ad1c7
Merge branch 'main' into feature/file-json
2024-10-25 16:47:09 +05:30
Alex
c44ff77e09
Merge pull request #1349 from JeevaRamanathan/issue/file_type
...
hotfix: Added missing file extension `.xlsx` for file processing and recognition
2024-10-25 10:08:27 +01:00
JeevaRamanathan M
c77d415893
feat: JSON parser implementation
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-24 20:36:47 +00:00
Alex
92c9612dee
Merge pull request #1375 from marceloams/fix/help-is-not-aligned-with-settings-1374
...
Fix alignment of the help button in the navigation bar
2024-10-24 14:59:05 +01:00
Marcelo Amorim
b40417fcfe
( #1374 ) Fix alignment of the help button in the navigation bar
2024-10-23 22:00:31 -03:00
Alex
13c890b212
Merge pull request #1300 from AkashJana18/table-redsign
...
Feature: Table redesign
2024-10-23 22:59:44 +01:00
Alex
741ab6e43c
Merge pull request #1363 from lakshmi930/ln/fix-like-hover-dark
...
Fix like hovering state in dark mode
2024-10-23 22:57:31 +01:00
Alex
3db46ecd68
Merge pull request #1372 from lakshmi930/ln/fix-discord-icon
...
Fix Discord icon
2024-10-23 22:53:41 +01:00
Lakshmi N
a972bb8827
Merge branch 'arc53:main' into ln/fix-discord-icon
2024-10-23 14:53:38 +01:00
Lakshmi N
2e4e080329
Merge branch 'arc53:main' into ln/fix-like-hover-dark
2024-10-23 14:53:23 +01:00
lakshmi930
5fe4c40ec1
Fix lint
2024-10-23 14:50:56 +01:00
AkashJana18
d18cb373fc
error fixed
2024-10-23 18:56:08 +05:30
AkashJana18
1b1771e4eb
Merge remote-tracking branch 'upstream/main' into table-redsign
2024-10-23 18:17:15 +05:30
Alex
51e450cc4b
Update README.md
2024-10-23 10:20:25 +01:00