Alex
e07df29ab9
Update FLASK_DEBUG_MODE setting to use value from settings module
2024-04-08 13:27:43 +01:00
Alex
abf24fe60f
Update FLASK_DEBUG_MODE setting to use value from settings module
2024-04-08 13:15:58 +01:00
Alex
6911f8652a
Fix vectorstore path in check_docs function
2024-04-08 13:06:05 +01:00
Alex
6658cec6a0
Merge pull request #897 from arc53/dependabot/npm_and_yarn/frontend/vite-5.0.13
...
Bump vite from 5.0.12 to 5.0.13 in /frontend
2024-04-08 13:03:20 +01:00
Alex
14011b9d84
Merge pull request #891 from arc53/dependabot/npm_and_yarn/mock-backend/express-4.19.2
...
Bump express from 4.18.2 to 4.19.2 in /mock-backend
2024-04-08 13:02:58 +01:00
Alex
bd2d0b6790
Merge pull request from GHSA-p5qc-vj2x-9rjp
...
advisory-fix
2024-04-08 12:58:36 +01:00
Alex
d36f58230a
advisory-fix
2024-04-08 12:56:27 +01:00
Alex
018f950ca3
Merge pull request #908 from arc53/api-keys-documentation-guide
...
API keys guide
2024-04-08 10:36:35 +01:00
Alex
db8db9fae9
Add prompt_id and chunks fields in create_api_key function
2024-04-08 10:35:15 +01:00
Pavel
79ce8d6563
guide
2024-04-07 20:14:16 +04:00
Alex
13eaa9a35a
Merge pull request #904 from arc53/fix/update-docs-widget
...
Update api key to new data
2024-04-06 11:39:32 +01:00
Alex
6e147b3ed2
Update api key to new data
2024-04-05 14:49:32 +01:00
Alex
c162f79daa
Merge pull request #903 from arc53/feature/api-key-create
...
Feature/api key create
2024-04-05 13:18:11 +01:00
Alex
87585be687
Merge branch 'main' into feature/api-key-create
2024-04-05 13:01:42 +01:00
Alex
ea08d6413c
Merge pull request #902 from ManishMadan2882/feature/api-key-create
...
Add Prompt, Chunks in Create Key
2024-04-04 12:45:33 +01:00
Alex
879905edf6
Refactor create_api_key function to include prompt_id and chunks in routes.py
2024-04-04 12:38:23 +01:00
Alex
6fd80a5582
Merge pull request #899 from siiddhantt/main
...
feat: added prompts section under general in settings
2024-04-04 10:25:08 +01:00
Siddhant Rai
0dc7333563
fix: added API Keys in tabs
2024-04-04 14:42:14 +05:30
Siddhant Rai
f61c3168d2
fix: issue with editing new prompts
2024-04-04 14:29:37 +05:30
Siddhant Rai
9cadd74a96
fix: minor ui changes
2024-04-04 13:42:32 +05:30
Siddhant Rai
729fa2352b
feat: added prompts section under general in settings
2024-04-04 00:48:49 +05:30
dependabot[bot]
b673aaf9f0
Bump vite from 5.0.12 to 5.0.13 in /frontend
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-03 17:53:09 +00:00
Alex
3132cc6005
Merge pull request #895 from sarfarazsiddiquii/new_branch
...
added feature #887
2024-04-03 17:09:06 +01:00
ManishMadan2882
ac994d3077
add prompt,chunks in create key
2024-04-03 19:19:53 +05:30
sarfaraz siddiqui
02d4f7f2da
functions can accept null
2024-04-03 18:08:46 +05:30
Alex
d99569f005
Merge pull request #896 from arc53/api-update
...
api update
2024-04-01 18:22:13 +01:00
Pavel
ec5166249a
api update
...
A description of 3 more api methods in documentation.
2024-04-01 21:07:27 +04:00
Alex
dadd12adb3
Update API key in DocsGPTWidget.tsx
2024-04-01 11:25:59 +01:00
Alex
88b4fb8c2a
Update API key in DocsGPTWidget.tsx
2024-04-01 11:25:31 +01:00
sarfaraz siddiqui
afecae3786
added feature #887
2024-03-31 03:50:11 +05:30
Alex
d18598bc33
Merge pull request #894 from arc53/feature/api-key-create
...
Feature/api key create
2024-03-29 20:04:26 +00:00
Alex
794fc05ada
Merge branch 'main' into feature/api-key-create
2024-03-29 19:59:45 +00:00
Alex
5daeb7f876
Merge pull request #892 from ManishMadan2882/feature/api-key-create
...
Feature/api key create
2024-03-29 19:57:25 +00:00
ManishMadan2882
53e71c545e
api key modal - enhancements
2024-03-29 19:11:40 +05:30
ManishMadan2882
959a55e36c
adding dark mode - api key
2024-03-29 04:13:12 +05:30
ManishMadan2882
64572b0024
feat(settings): api key endpoints
2024-03-29 03:26:45 +05:30
Manish Madan
9a0c1caa43
Merge branch 'arc53:feature/api-key-create' into feature/api-key-create
2024-03-28 19:28:23 +05:30
ManishMadan2882
eed6723147
feat(settings): api keys tab
2024-03-28 19:25:35 +05:30
Alex
97fabf51b8
Refactor conversationSlice.ts and conversationApi.ts
2024-03-28 13:43:10 +00:00
Alex
5e5e2b8aee
Merge pull request #877 from siiddhantt/main
...
Added reddit loader
2024-03-27 16:55:01 +00:00
Siddhant Rai
e01071426f
feat: field to pass number of posts as a parameter
2024-03-27 19:20:55 +05:30
Siddhant Rai
eed1bfbe50
feat: fields to handle reddit loader + minor changes
2024-03-26 16:07:44 +05:30
Siddhant Rai
0c3970a266
Merge branch 'arc53:main' into main
2024-03-26 16:07:25 +05:30
dependabot[bot]
267cfb621e
Bump express from 4.18.2 to 4.19.2 in /mock-backend
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-26 10:25:02 +00:00
Alex
0e90febab2
Merge pull request #890 from arc53/dependabot/npm_and_yarn/docs/katex-0.16.10
...
Bump katex from 0.16.9 to 0.16.10 in /docs
2024-03-26 10:24:19 +00:00
dependabot[bot]
31d947837f
Bump katex from 0.16.9 to 0.16.10 in /docs
...
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.16.9 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.9...v0.16.10 )
---
updated-dependencies:
- dependency-name: katex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-25 20:31:43 +00:00
Alex
017b11fbba
Merge pull request #888 from arc53/fix/parsing-chunks-issue
...
Fix parsing issue with chunks in store.ts
2024-03-23 11:47:11 +00:00
Alex
3c492062a9
Fix parsing issue with chunks in store.ts
2024-03-23 11:42:50 +00:00
Alex
b26b49d0ca
Merge pull request #883 from arc53/feat/chunks
...
Add support for setting the number of chunks processed per query
2024-03-22 15:34:09 +00:00
Alex
ed08123550
Add support for setting the number of chunks processed per query
2024-03-22 14:50:56 +00:00
Alex
add2db5b7a
Merge pull request #881 from arc53/fix_model_selection_for_openai
...
Fix model selection at least for openAI LLM_NAME
2024-03-21 16:47:52 +00:00
Siddhant Rai
f272d7121a
Merge branch 'arc53:main' into main
2024-03-21 19:38:44 +05:30
Anton Larin
577556678c
Fix model selection at least for openAI LLM_NAME
2024-03-21 10:14:48 +01:00
Alex
e146922367
Merge pull request #880 from ManishMadan2882/main
...
Customised Scrollbar, fixed: Hero wasn't completely scrollable in Mobile
2024-03-20 10:08:22 +00:00
ManishMadan2882
6f1548b7f8
customised scrollbar
2024-03-19 21:40:00 +05:30
ManishMadan2882
9e6fe47b44
fix(hero): not fully scrollable in mobile
2024-03-19 21:39:16 +05:30
Siddhant Rai
60cfea1126
feat: added reddit loader
2024-03-16 20:22:05 +05:30
Alex
80a4a094af
lint
2024-03-14 11:37:33 +00:00
Alex
70e1560cb3
fix check on model
2024-03-14 11:37:01 +00:00
Alex
725033659a
Merge pull request #876 from ManishMadan2882/main
...
Pause Auto-scroll on user interrupt
2024-03-14 11:33:07 +00:00
ManishMadan2882
059111fb57
widget: version release
2024-03-14 16:58:57 +05:30
ManishMadan2882
d4a5eadf13
docs: updated version
2024-03-14 16:54:52 +05:30
ManishMadan2882
79cf487ac5
purge unused deps, comments
2024-03-14 04:03:17 +05:30
ManishMadan2882
52ecbab859
purge logs
2024-03-14 04:01:35 +05:30
ManishMadan2882
adfc79bf92
block autoScroll on user interrupt
2024-03-14 02:25:33 +05:30
ManishMadan2882
2447bab924
add listener for wheel, touch events
2024-03-14 01:51:55 +05:30
Alex
1057ca78a6
default remote
2024-03-13 17:01:23 +00:00
ManishMadan2882
7e7f98fd92
sanitize html - add dompurify
2024-03-13 00:21:54 +05:30
ManishMadan2882
64552ce2de
add snarkdown: markdown support
2024-03-12 18:12:27 +05:30
ManishMadan2882
7506256f42
fix(lint): 2 errors
2024-03-11 19:42:22 +05:30
ManishMadan2882
db75230521
pause scroll on user action
2024-03-11 19:21:17 +05:30
Alex
f8955d5607
Update README.md
2024-03-11 12:05:35 +00:00
Alex
0bad217b93
Merge pull request #867 from siiddhantt/main
...
fix: issue #157
2024-03-08 16:06:51 +00:00
Alex
4da400a136
Merge pull request #873 from ManishMadan2882/main
2024-03-07 19:26:33 +00:00
ManishMadan2882
24740bd341
fix(UI) overflow in next
2024-03-08 00:48:18 +05:30
ManishMadan2882
3b6a15de84
version update
2024-03-08 00:46:53 +05:30
ManishMadan2882
ac1f525a6c
fix: fine tuned the css
2024-03-07 19:20:03 +05:30
ManishMadan2882
e3999bdb0c
updating version
2024-03-07 19:14:55 +05:30
ManishMadan2882
ad3d5a30ec
docs update - widget v0.3.3
2024-03-07 15:58:31 +05:30
Alex
e4b5847725
Merge pull request #872 from ManishMadan2882/main
...
Widget UI fixes
2024-03-07 09:54:51 +00:00
ManishMadan2882
1a91a245a3
ui fixes
2024-03-07 02:50:30 +05:30
Alex
229f62d071
Merge pull request #861 from ManishMadan2882/main
...
DocsGPT Widget
2024-03-06 17:38:47 +00:00
Alex
b96fe16770
Update docsgpt version to 0.3.0
2024-03-06 17:36:47 +00:00
Alex
97750cb5e2
Update package.json with new version and add repository information
2024-03-06 17:24:23 +00:00
Siddhant Rai
e1a2bd11a9
fix: upload dropdown also combined
2024-03-06 16:01:53 +05:30
ManishMadan2882
229b408252
adding fallback avatar
2024-03-06 01:58:52 +05:30
ManishMadan2882
ae929438a5
shifted to parcel, styled-components
2024-03-05 21:15:58 +05:30
Siddhant Rai
5daaf84e05
fix: combined two dropdowns into a single component
2024-03-05 14:26:08 +05:30
Siddhant Rai
19b09515a1
Merge branch 'arc53:main' into main
2024-03-05 14:22:51 +05:30
Alex
9ce6078c8b
Merge pull request #863 from Anush008/main
...
feat: Qdrant vectorstore support
2024-03-04 12:41:11 +00:00
Siddhant Rai
51f588f4b1
fix: issue #157
2024-03-04 15:45:34 +05:30
Alex
5ee6605703
Merge pull request #835 from arc53/feature/remote-loads
...
Feature/remote loads
2024-03-01 15:42:42 +00:00
Alex
7ef97cfd81
fix abort
2024-03-01 15:42:22 +00:00
Alex
f4288f0bd4
remove sitemap
2024-03-01 14:41:03 +00:00
Alex
4a701cb993
Merge branch 'main' into feature/remote-loads
2024-03-01 14:38:27 +00:00
Anush008
00dfb07b15
chore: revert to faiss default
2024-02-29 09:48:38 +05:30
ManishMadan2882
5fffa8e9db
adding rollup-plugin-import-css
2024-02-29 04:11:47 +05:30
Pavel
54d187a0ad
Fixing ingestion metadata grouping
2024-02-28 19:52:58 +03:00
ManishMadan2882
192ce468b7
inline responsive module styles
2024-02-28 19:31:36 +05:30
Anush008
75c0cadb50
feat: Qdrant vector store
2024-02-28 11:49:15 +05:30
ManishMadan2882
5d578d4b3b
preparing for npm publish
2024-02-27 21:31:08 +05:30
Alex
325a8889ab
update url
2024-02-27 11:52:51 +00:00
ManishMadan2882
9cdd78e68c
purge out dist, update gitignore
2024-02-27 15:51:05 +05:30
ManishMadan2882
3a6770a1ae
preparing build
2024-02-26 21:10:22 +05:30
ManishMadan2882
8073924056
padding improved at the edges
2024-02-26 20:46:46 +05:30
ManishMadan2882
7b53e1c54b
UI enhancement, scroll fix
2024-02-26 20:10:00 +05:30
Alex
c4c0516820
add endpoint
2024-02-26 14:31:54 +00:00
Alex
8d36f8850e
Merge pull request #860 from arc53/Fix-ingestion-grouping
...
Fixing ingestion metadata grouping
2024-02-26 10:16:37 +00:00
ManishMadan2882
abe5f43f3d
adding responsive markdown response, error alert
2024-02-26 03:15:31 +05:30
Pavel
c8d8a8d0b5
Fixing ingestion metadata grouping
2024-02-25 16:03:18 +03:00
ManishMadan2882
f60e88573a
refactored UI strategy, added prompt response in chat box
2024-02-24 21:02:28 +05:30
Alex
4216671ea2
Update README.md
2024-02-24 12:28:31 +00:00
Alex
ee3ea7a970
Add wget and unzip packages to Dockerfile
2024-02-23 21:19:04 +00:00
Alex
2b644dbb01
Add Rust toolchain and download mpnet-base-v2.zip model
2024-02-23 21:15:26 +00:00
ManishMadan2882
63878e7ffd
inititated shadcn
2024-02-19 04:14:09 +05:30
Alex
007cd6cff1
Add conversations to db.json
2024-02-18 19:33:45 +00:00
Alex
4375215baa
Update port number in Dockerfile and server.js
2024-02-18 19:12:58 +00:00
Alex
8cc5e9db13
Merge pull request #856 from ManishMadan2882/main
...
(mock) adding prompt routes
2024-02-16 11:22:40 +00:00
ManishMadan2882
5685f831a7
(mock) adding prompt routes
2024-02-15 05:35:34 +05:30
Alex
0cb3d12d94
Refactor loader classes to accept inputs directly
2024-02-14 15:17:56 +00:00
Alex
0e38c6751b
Merge pull request #854 from ManishMadan2882/main
...
Message Streaming with the Mock Server
2024-02-14 13:50:15 +00:00
ManishMadan2882
70ad1fb3d8
Merge branch 'main' of https://github.com/manishMadan2882/docsgpt
2024-02-14 18:50:02 +05:30
ManishMadan2882
44f27d91a0
purge console logs
2024-02-14 18:48:43 +05:30
Manish Madan
1bb559c285
Merge branch 'arc53:main' into main
2024-02-14 18:40:24 +05:30
ManishMadan2882
7a005ef126
streamed the sample response /stream
2024-02-14 18:39:21 +05:30
Pavel
030c2a740f
upload_remote class
2024-02-13 23:41:36 +03:00
Alex
5dcde67ae9
Merge pull request #852 from arc53/feat/premaillm
...
fix: docsgpt provider
2024-02-13 15:20:05 +00:00
Alex
ee06fa85f1
fix: docsgpt provider
2024-02-13 15:06:52 +00:00
Alex
5b9352a946
Merge pull request #851 from arc53/feat/premaillm
...
Add PremAI LLM implementation
2024-02-13 14:14:20 +00:00
Alex
b7927d8d75
Add PremAI LLM implementation
2024-02-13 14:08:55 +00:00
Alex
c144f30606
Merge pull request #850 from ManishMadan2882/feature/remote-loads
...
adding remote uploads tab
2024-02-12 23:46:30 +00:00
ManishMadan2882
d2dba3a0db
adding remote uploads tab
2024-02-13 01:53:25 +05:30
Alex
2c991583ff
Merge pull request #848 from ManishMadan2882/main
...
Makes input field absolute in Conversation, fixes delete icon in Settings/Documents
2024-02-09 14:20:02 +00:00
Alex
2e14dec12d
Merge pull request #849 from arc53/main
...
Sync
2024-02-09 14:05:39 +00:00
ManishMadan2882
8826f0ff3c
slight UI improvements in input box
2024-02-09 19:17:26 +05:30
ManishMadan2882
9129f7fb33
fix(Conversation): input box UI
2024-02-09 19:12:48 +05:30
ManishMadan2882
c0ed54406f
fix(settings): delete button
2024-02-09 18:04:24 +05:30
Alex
18be257e10
Merge pull request #847 from ManishMadan2882/main
...
Fix : error on changing conversation while streaming answer
2024-02-07 18:00:12 +00:00
ManishMadan2882
615d549494
slight fixes, checking for null case
2024-02-07 05:09:12 +05:30
ManishMadan2882
0ce39e7f52
purge logs and !need code
2024-02-07 05:04:16 +05:30
ManishMadan2882
3c68cbc955
fix(stream err on changing conversation)
2024-02-07 04:42:39 +05:30
ManishMadan2882
300430e2d5
fixes weird bug- dark theme hook
2024-02-06 05:17:43 +05:30
Alex
166a07732a
Merge pull request #820 from Quentium-Forks/main
...
Bump dependencies & support next 14 for docs
2024-02-05 15:13:40 +00:00
Alex
510b517270
Merge pull request #844 from ManishMadan2882/main
...
Fix: Sidebar Icons update on changing theme
2024-02-01 09:55:50 +00:00
ManishMadan2882
dea385384a
fixes, update Nav images on theme toggle
2024-02-01 03:43:05 +05:30
ManishMadan2882
7a1c9101b2
add custom hook for dark theme
2024-02-01 03:42:09 +05:30
Alex
2be523cf77
Fix handling of embeddings_key in api_search() function
2024-01-30 17:22:33 +00:00
Alex
c01e334487
Merge pull request #843 from larinam/fix_application
...
Fix application + script requirements.txt
2024-01-29 20:59:36 +00:00
Alex
a2418d1373
Add sentence-transformers library to requirements.txt and comment out model_name in base.py
2024-01-29 20:51:28 +00:00
Alex
a697248b26
Merge pull request #841 from ManishMadan2882/main
...
Message bubble responsiveness
2024-01-29 13:55:29 +00:00
ManishMadan2882
6058939c00
change size in copy, like , dislike icons
2024-01-29 19:10:03 +05:30
Anton Larin
318de530e3
fix openapi-parser requirement
2024-01-27 16:52:33 +01:00
Anton Larin
9e04b7796a
application folder related changes:
...
* optimize content of requirements.txt
* upgrade libs
* fix imports
2024-01-27 16:25:19 +01:00
Anton Larin
e8099c4db5
script folder related changes:
...
* optmize content of requirements.txt
* upgrade libs
* fix imports
2024-01-27 14:58:08 +01:00
Alex
bf808811cc
Update README.md
2024-01-26 12:21:09 +00:00
ManishMadan2882
f0293de1b9
ui adjustments
2024-01-26 03:06:15 +05:30
ManishMadan2882
810dcb90ce
refactored the divs, prevent overlap
2024-01-26 02:47:51 +05:30
ManishMadan2882
a2f2b8fabc
make responsive msg bubble
2024-01-26 02:33:50 +05:30
Alex
cbc5f47786
Merge pull request #837 from ManishMadan2882/main
...
Adding Dark Mode
2024-01-23 14:59:22 +00:00
ManishMadan2882
3e3886ced7
slight UI changes
2024-01-23 19:38:22 +05:30
ManishMadan2882
9ce39fd2ba
made borders in settings a bit darker
2024-01-22 18:22:46 +05:30
ManishMadan2882
5b08cdedf0
revert changes in docker yaml
2024-01-22 16:22:19 +05:30
ManishMadan2882
67e4d40c49
added dark mode, About page and bubble icons
2024-01-22 16:11:26 +05:30
ManishMadan2882
537a733157
add dark mode - conversation, bubble, UI fixes
2024-01-22 02:56:07 +05:30
ManishMadan2882
5136e7726d
added dark mode, Hero component
2024-01-21 17:18:23 +05:30
Alex
6e236ba74d
Merge pull request #827 from Juneezee/vite-5
...
Upgrade to Vite 5
2024-01-19 14:01:40 +00:00
Eng Zer Jun
374b665089
Upgrade to Vite 5
...
This commit upgrades vite to the latest version 5, and also updates the
vite plugins to the latest version.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2024-01-19 21:34:28 +08:00
ManishMadan2882
ffecc9a0c7
add dark mode, in Settings
2024-01-19 19:01:13 +05:30
ManishMadan2882
0b997418d3
add dark - sidebar
2024-01-19 01:47:23 +05:30
ManishMadan2882
eaad8a4cf5
initialising dark mode
2024-01-18 02:39:40 +05:30
Alex
396b4595f4
Merge pull request #832 from ArnabBCA/main
...
Fixed Empty Document Name Upload
2024-01-16 17:07:02 +00:00
Arnab Ghosh
0752aae9ef
Fixed Empty Document Name Upload
2024-01-16 15:35:48 +05:30
Alex
ad2221a677
Merge pull request #830 from arc53/feature/search-endpoint
...
Search docs not inside the /stream in the stream request
2024-01-15 16:55:53 +00:00
Alex
1713d693b1
Merge pull request #831 from ManishMadan2882/feature/search-endpoint
...
integrate /api/search endpoint, get sources post stream
2024-01-15 16:34:48 +00:00
ManishMadan2882
f4f056449f
integrate /api/search endpoint, get sources post stream
2024-01-15 20:23:18 +05:30
Alex
6a70e3e45b
Commented out unused code in api_search function
2024-01-12 14:39:17 +00:00
Alex
a04cdee33f
Refactor source log generation in complete_stream function
2024-01-12 14:38:15 +00:00
Alex
157769eeb4
Add API endpoint for searching documents
2024-01-12 14:35:23 +00:00
Alex
667b66b926
Merge pull request #825 from arc53/feat/mongodb
...
Public LLM
2024-01-09 14:31:40 +00:00
Alex
c0f7b344d9
Update environment variables and installation instructions
2024-01-09 12:35:18 +00:00
Alex
060c59e97d
Update mpnet-base-v2.zip download URL
2024-01-09 11:41:25 +00:00
Alex
b3461b7134
Add MPNet model and update vector store for Hugging Face embeddings
2024-01-09 11:39:32 +00:00
Pavel
001c450abb
choice text
2024-01-09 13:05:16 +03:00
Pavel
ceaa5763d4
choice fix
2024-01-09 12:57:19 +03:00
Alex
b45fd58944
Update EMBEDDINGS_NAME in settings.py and test_vector_store.py
2024-01-09 00:34:04 +00:00
Alex
b3149def82
Update EMBEDDINGS_NAME in settings.py
2024-01-09 00:29:02 +00:00
Alex
378d498402
Remove unused imports in docsgpt_provider.py
2024-01-09 00:19:49 +00:00
Alex
98f52b32a3
Update README and Quickstart guide
2024-01-09 00:18:04 +00:00
Alex
0ab32a6f84
Update setup.sh script with new options for language model usage
2024-01-09 00:07:37 +00:00
Alex
71cc22325d
Add application files and update setup script
2024-01-09 00:05:44 +00:00
Alex
e1b2991aa6
Update LLM_NAME and EMBEDDINGS_NAME
2024-01-09 00:01:31 +00:00
Alex
033bcf80d0
docsgpt llm provider
2024-01-08 23:35:37 +00:00
Alex
103118d558
Merge pull request #823 from ManishMadan2882/main
...
fix distortion on different browsers
2024-01-08 11:30:30 +00:00
ManishMadan2882
f91b5fa004
fix distortion on different browsers
2024-01-08 16:03:41 +05:30
Alex
7179bf7b67
Merge pull request #822 from arc53/feat/mongodb
...
Mongodb integration as vectorstore
2024-01-06 18:30:25 +00:00
Alex
a3e6239e6e
fix: remove import
2024-01-06 18:23:20 +00:00
Alex
1fa12e56c6
Remove unused test cases in test_openai.py
2024-01-06 18:04:50 +00:00
Alex
4ff834de76
Refactor MongoDBVectorStore and add delete_index method
2024-01-06 17:59:01 +00:00
QuentiumYT
6db38ad769
Bump dependencies & support next 14 for docs
...
- Renamed _app.js to mdx (for Next 14)
- Lint next config file & package.json
2024-01-05 18:50:49 +01:00
Alex
293b7b09a9
init tests
2024-01-05 17:16:16 +00:00
Alex
d5945f9ee7
Update README.md
2024-01-05 13:58:22 +00:00
Alex
d1f5a6fc31
Merge pull request #816 from ManishMadan2882/main
...
adding responsive sidebar
2024-01-04 20:51:30 +00:00
ManishMadan2882
e7b9f5e4c3
adding responsive sidebar
2024-01-05 01:50:52 +05:30
Alex
7870749077
fix openai
2024-01-03 12:09:05 +00:00
Alex
c5352f443a
Merge pull request #813 from CBID2/making-alt-text-less-redundant
...
fix: Making alt text less redundant
2024-01-03 10:52:08 +00:00
Christine
fd8b7aa0f2
fix: change alt text for setting
2024-01-03 04:17:53 +00:00
Christine
458ea266ec
fix: change name to alt text for Discord and GitHub
2024-01-03 04:14:06 +00:00
Alex
9748eaba25
Merge pull request #811 from Rutam21/patch-2
...
Added new Deployment Guide for Kamatera Performance Cloud
2023-12-31 15:37:32 +00:00
Alex
887a3740b2
Update holopin.yml
2023-12-31 15:34:55 +00:00
Rutam Prita Mishra
2e7cfe9cd7
Added new Deployment Guide
...
This PR adds a new deployment guide for Kamatera Performance Cloud.
2023-12-26 16:28:57 +05:30
Alex
6dbe156a02
Update README.md
2023-12-25 11:52:37 +00:00
Alex
2a9ef6d48e
Merge pull request #792 from arc53/dependabot/npm_and_yarn/frontend/vite-4.5.1
...
Bump vite from 4.5.0 to 4.5.1 in /frontend
2023-12-22 15:51:11 +00:00
Alex
6717ddbd0b
Merge pull request #804 from arc53/dependabot/npm_and_yarn/docs/next-13.5.1
...
Bump next from 13.4.19 to 13.5.1 in /docs
2023-12-22 15:50:49 +00:00
Alex
47c1aab064
Merge pull request #793 from arc53/dependabot/npm_and_yarn/extensions/react-widget/vite-4.4.12
...
Bump vite from 4.4.9 to 4.4.12 in /extensions/react-widget
2023-12-22 15:50:08 +00:00
Alex
eda41658b9
Merge pull request #806 from arc53/cve/py-removal
...
fix: Remove py==1.11.0 from requirements.txt
2023-12-22 15:47:45 +00:00
Alex
7f79363944
fix: Remove py==1.11.0 from requirements.txt
2023-12-22 15:44:39 +00:00
Alex
25967f2a09
Merge pull request #805 from arc53/fix/scripts-vulnerabilities
...
fix: vulns
2023-12-22 15:35:37 +00:00
Alex
4d3963ad67
fix: vulns
2023-12-22 15:27:23 +00:00
dependabot[bot]
f78c5257dc
Bump next from 13.4.19 to 13.5.1 in /docs
...
Bumps [next](https://github.com/vercel/next.js ) from 13.4.19 to 13.5.1.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v13.4.19...v13.5.1 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-22 14:14:27 +00:00
Alex
ccc6234ac8
Merge pull request #803 from arc53/fix/dependency-upgrades
...
fix: cve upgrades
2023-12-22 14:13:41 +00:00
Alex
c81b0200eb
fix: Update pydantic_settings version to 2.1.0
2023-12-22 14:08:03 +00:00
Alex
f039d37c8a
fix: pydantic
2023-12-22 14:03:43 +00:00
Alex
237975bfef
fix: cve upgrades
2023-12-22 13:25:57 +00:00
Alex
015bc7c8c3
hotfix source doc data
2023-12-22 12:10:35 +00:00
Alex
3da2a00ee9
Merge pull request #801 from Victorivus/bug/fix-#800-mistral_models
...
Update requirements.txt HF Transformers
2023-12-14 15:29:28 +00:00
Victorivus
16eca5bebf
Update requirements.txt HF Transformers
...
Fix 'mistral' models missing
2023-12-12 15:16:31 +01:00
Alex
a4483cf255
Revert "Merge pull request #797 from arc53/fix_boxes_hero"
...
This reverts commit 0bf020a1b4 , reversing
changes made to a62566e8fb .
2023-12-11 12:18:47 +00:00
Alex
0bf020a1b4
Merge pull request #797 from arc53/fix_boxes_hero
...
Fix_hero
2023-12-10 19:17:46 +00:00
Pavel
d43927a167
Fix_hero
...
Fix of hero section for chrome and firefox. Fix of conversations-container pushing containers below.
2023-12-10 16:28:20 +03:00
Alex
a62566e8fb
Merge pull request #795 from HeetVekariya/fix/UI
...
fix: API docs text overflow
2023-12-08 17:08:43 +00:00
HeetVekariya
23a1730106
fix: API docs text overflow
2023-12-08 20:36:12 +05:30
dependabot[bot]
f8ac5e0af3
Bump vite from 4.4.9 to 4.4.12 in /extensions/react-widget
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.4.9 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-06 01:52:56 +00:00
dependabot[bot]
eb48a153d9
Bump vite from 4.5.0 to 4.5.1 in /frontend
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-05 23:44:40 +00:00
Alex
1a78a6f786
Merge pull request #791 from arc53/bug/sticky-prompts
...
Add getLocalPrompt and setLocalPrompt functions to preferenceApi.ts
2023-12-04 11:27:18 +02:00
Alex
f8f60c62fe
Add getLocalPrompt and setLocalPrompt functions to preferenceApi.ts
2023-12-04 11:23:51 +02:00
Alex
453e507b89
Update routes.py
2023-11-24 15:17:48 +00:00
Alex
022c32f9d5
fix chats display
2023-11-24 12:22:34 +00:00
Alex
af1a0c3520
Update routes.py
2023-11-23 11:31:07 +00:00
Alex
0a6d9dfcf4
Merge pull request #782 from arc53/feature/add-prompts
...
Feature/add prompts
2023-11-23 00:13:02 +00:00
Alex
5bdedacab1
fix xss
2023-11-23 00:09:17 +00:00
Alex
d7a1be2f3c
fix bug
2023-11-23 00:00:08 +00:00
Alex
d6dcbb63d4
fix ruff
2023-11-22 23:57:47 +00:00
Alex
b2770f67a1
custom prompts
2023-11-22 23:55:41 +00:00
Alex
aa2691b153
Merge pull request #513 from akshay11298/mock-backend-server
...
Mock backend server
2023-11-22 12:27:10 +00:00
Alex
e9a9cbbd07
feedback local
2023-11-22 12:16:37 +00:00
Alex
17e2222802
Merge pull request #777 from arc53/dependabot/pip/scripts/aiohttp-3.8.6
...
Bump aiohttp from 3.8.5 to 3.8.6 in /scripts
2023-11-22 09:30:43 +00:00
Alex
58b2970b19
Merge pull request #778 from arc53/dependabot/pip/application/aiohttp-3.8.6
...
Bump aiohttp from 3.8.5 to 3.8.6 in /application
2023-11-22 09:28:20 +00:00
Alex
fd69961185
Merge pull request #780 from guspan-tanadi/docsAPIdeleteold
...
docs: refer delete_old sample docs_check comments API-docs
2023-11-22 00:19:41 +00:00
Guspan Tanadi
e5cd813958
docs: delete_old sample docs_check comments API-docs
2023-11-21 22:15:27 +07:00
Alex
5b12423d98
setup-fix2
2023-11-21 10:16:54 +00:00
Alex
4141f633a3
Setup process
2023-11-21 10:16:10 +00:00
Alex
67854b3ebd
Reqs2
2023-11-17 16:18:28 +00:00
Alex
0c21dbc7c8
reqs cmd
2023-11-17 16:18:22 +00:00
Alex
5925aa50d8
Merge pull request #779 from arc53/bug/fix-patj
...
fix path bug on default
2023-11-17 15:38:12 +00:00
Alex
852b016111
fix path bug on default
2023-11-17 15:33:51 +00:00
Alex
ba77a67ba7
fix path
2023-11-17 15:31:53 +00:00
Alex
c14a9a55d7
Merge pull request #775 from guspan-tanadi/markdownhighlightNote
...
style(README): markdown highlight Note section
2023-11-15 11:32:24 +00:00
dependabot[bot]
5203db6c9c
Bump aiohttp from 3.8.5 to 3.8.6 in /application
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.5 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-14 23:45:14 +00:00
dependabot[bot]
30eb8dda1d
Bump aiohttp from 3.8.5 to 3.8.6 in /scripts
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.8.5 to 3.8.6.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-14 23:42:27 +00:00
Guspan Tanadi
69d40b5fe8
Merge branch 'arc53:main' into markdownhighlightNote
2023-11-15 06:35:04 +07:00
Alex
706e87659e
Merge pull request #776 from arc53/feature/settings-api
...
Feature/settings api
2023-11-14 01:21:37 +00:00
Alex
5c785e49af
prompts and docs
2023-11-14 01:16:42 +00:00
Alex
0974085c6f
prompts
2023-11-14 01:16:06 +00:00
Guspan Tanadi
e67ced8848
new line Important section Quickstart
2023-11-13 20:02:07 +07:00
Guspan Tanadi
c2dea6b881
bold colon Important section Quickstart
2023-11-13 19:58:35 +07:00
Guspan Tanadi
ee62b2cf31
lowercase Important section Quickstart
2023-11-13 19:56:23 +07:00
Guspan Tanadi
252e06bee6
revert markdown highlight Note Important section Quickstart
2023-11-13 19:54:12 +07:00
Guspan Tanadi
1f0ce88e08
style: highlight markdown Note Important section Quickstart
2023-11-13 19:33:01 +07:00
Guspan Tanadi
7e8fb388a3
style(README): highlight markdown available Note section
2023-11-13 19:17:13 +07:00
Alex
a3de360878
fix sidebar
2023-11-12 18:31:29 +00:00
Alex
6ee556e386
Delete HACKTOBERFEST.md
2023-11-12 18:26:14 +00:00
Alex
623ed89100
Update How-to-use-different-LLM.md
2023-11-08 14:34:33 +00:00
Alex
8c114cae95
Update How-to-use-different-LLM.md
2023-11-08 14:33:11 +00:00
Alex
93dd58ec59
Update How-to-use-different-LLM.md
2023-11-08 14:32:18 +00:00
Alex
f0bc93ad8e
Update How-to-use-different-LLM.md
2023-11-08 14:30:53 +00:00
Alex
27e8aad479
Update HACKTOBERFEST.md
2023-11-08 11:41:02 +00:00
Alex
6298578db9
Merge pull request #764 from Rutam21/patch-3
...
Add DigitalOcean Droplet Hosting solution to Hosting-the-app.md
2023-11-07 20:29:51 +00:00
Alex
f079e5dadd
Merge pull request #763 from Rutam21/patch-2
...
Corrected Typo on _meta.json
2023-11-07 20:29:29 +00:00
Alex
e6fdead89f
Merge pull request #762 from SamsShow/code/setting-ui
...
[Code]:Setting Section UI
2023-11-07 18:11:44 +00:00
Alex
cfa6e3982c
Update HACKTOBERFEST.md
2023-11-07 16:38:00 +00:00
Rutam Prita Mishra
e4bc4d9071
Add DigitalOcean Droplet Hosting solution to Hosting-the-app.md
...
This PR adds a new deployment solution for DocsGPT.
2023-11-06 19:29:51 +05:30
Rutam Prita Mishra
d372e10f1a
Corrected Typo on _meta.json
...
This PR changes `Rainway` to the correct spelling `Railway`.
2023-11-06 19:22:58 +05:30
Saksham Tyagi
d1c93754db
Merge branch 'arc53:main' into code/setting-ui
2023-11-04 02:38:09 +05:30
Saksham Tyagi
3d54a1abf3
✨ widget
2023-11-04 02:33:56 +05:30
Saksham Tyagi
06eef5779d
✨ Documents
2023-11-03 22:52:16 +05:30
Alex
b4d78376fb
Merge pull request #759 from krabbi/add_table_render
...
Render tables in conversation
2023-11-03 13:12:46 +00:00
Saksham Tyagi
87a59a6de3
✨ Prompt
2023-11-03 13:06:18 +05:30
Alexander Deshkevich
1e7741e341
Render tables in conversation
2023-11-02 18:51:15 -03:00
Alex
ae5e484506
fix docx file
2023-11-02 18:25:43 +00:00
Alex
c9dd219565
Update CONTRIBUTING.md
2023-11-02 11:11:58 +00:00
Alex
55eb662dc9
Merge pull request #758 from arc53/bug/UI-fixes-and-settings-prep
...
Bug/UI fixes and settings prep
2023-11-01 22:10:04 +00:00
Alex
2d202088c7
syntax
2023-11-01 21:48:52 +00:00
Alex
9f7c9180d9
prep settings slightly
2023-11-01 21:45:40 +00:00
Alex
fdc5e0a92d
Merge pull request #756 from ArpitPandey29/main
...
docs: fix grammar issues
2023-11-01 12:10:54 +00:00
arpitpandey0209
7f6fef1373
Revert txt files
2023-11-01 10:11:40 +05:30
ArpitPandey29
e4973f572f
Update combine_prompt_hist.txt
2023-11-01 10:08:36 +05:30
ArpitPandey29
eb768f2076
Update combine_prompt.txt
2023-11-01 10:07:25 +05:30
ArpitPandey29
df9723a011
Update combine_prompt.txt
2023-11-01 10:06:54 +05:30
ArpitPandey29
51ad3fdb0b
Update combine_prompt.txt
2023-11-01 10:04:53 +05:30
ArpitPandey29
8e553e7a93
Update combine_prompt.txt
2023-11-01 10:04:30 +05:30
ArpitPandey29
4c70e92293
Update chat_reduce_prompt.txt
2023-11-01 10:03:50 +05:30
ArpitPandey29
3e983b121e
Update chat_combine_prompt.txt
2023-11-01 10:02:03 +05:30
ArpitPandey29
9f3c962ea4
Update chat_combine_prompt.txt
2023-11-01 10:01:43 +05:30
ArpitPandey29
2a1a3fb1b5
Update chat_combine_prompt.txt
2023-11-01 09:59:46 +05:30
ArpitPandey29
bb28cc5c65
Update README.md
2023-11-01 09:58:13 +05:30
ArpitPandey29
23b6a38e18
Update README.md
2023-11-01 09:57:31 +05:30
arpitpandey0209
715cd9daf5
Revert some files
2023-11-01 09:51:09 +05:30
ArpitPandey29
cbfdaec394
Merge branch 'arc53:main' into main
2023-11-01 09:45:39 +05:30
Alex
bb527ac981
Update index.mdx
2023-10-31 23:22:23 +00:00
Alex
961c26894d
Update README.md
2023-10-31 23:21:46 +00:00
Alex
693bdebb30
Merge pull request #752 from varundhand/feature/mobile-resp
...
Feat: enhance mobile responsiveness of Hero Page final
2023-10-31 23:13:04 +00:00
Varun Dhand
353e24f1c5
fix: container layout for firefox
2023-11-01 03:56:48 +05:30
Alex
59d1773057
Merge pull request #757 from gfggithubleet/patch-1
...
Update README.md
2023-10-31 21:57:50 +00:00
Alex
93a1368b60
Merge pull request #754 from IamSenthilKumar/fix-docs
...
Fix Guide: How to use other LLMS
2023-10-31 21:48:14 +00:00
gfggithubleet
3bc0fe5a70
Update README.md
...
TYPO FIXED
2023-11-01 01:09:38 +05:30
arpitpandey0209
973c11a048
docs: fix grammar issues
2023-11-01 01:04:40 +05:30
Alex
5094386516
hotfix-1
2023-10-31 18:21:44 +00:00
Alex
64477c6573
Merge pull request #691 from SoumyadiptoPal/settings
...
Feature: Add "Settings" Button to sidebar
2023-10-31 18:20:58 +00:00
Alex
f052c707e7
Merge branch 'main' into settings
2023-10-31 18:18:31 +00:00
Senthil Kumar N
de0e1d3e10
Fix Guide to use other LLMS
2023-10-31 23:41:27 +05:30
Alex
e273da1b5b
Merge pull request #753 from THEGAMECHANGER416/patch-1
...
Improved Documentation: Added comments in application/worker.py
2023-10-31 17:56:09 +00:00
Alex
761f6963ab
Merge pull request #738 from 0xrahul6/docs/enhance
...
Enhanced Guides/Customization.md
2023-10-31 17:25:37 +00:00
Alex
e5aff1316a
Merge pull request #739 from 0xrahul6/docs/trains
...
Enhancement: Updated Train other docs
2023-10-31 17:24:47 +00:00
Alex
8ee0fbe6a3
Update README.md
2023-10-31 17:23:01 +00:00
Arnav Kohli
4c6b8b4173
Update worker.py
...
Added comments in difficult to understand areas
2023-10-31 20:00:07 +05:30
Varun Dhand
6940a75591
erge branch 'feature/mobile-resp' of https://github.com/varundhand/DocsGPT into feature/mobile-resp
2023-10-31 19:33:03 +05:30
Varun Dhand
7ba939b008
feat: mobile responsive hero page
2023-10-31 19:27:45 +05:30
0xrahul6
6918a36bee
Update Customising-prompts.md
2023-10-31 19:14:14 +05:30
0xrahul6
ba132fc411
Update Customising-prompts.md
2023-10-31 19:12:38 +05:30
Alex
b4a940a8d6
Merge pull request #750 from guspan-tanadi/settingsAPI-docs
...
style: formatting API-docs close parenthesis comment core/settings.py
2023-10-31 13:29:06 +00:00
Varun Dhand
5e0dd5c63b
feat: mobile responsive hero page
2023-10-31 18:56:18 +05:30
Alex
f19114e530
Merge pull request #749 from Sai-Suraj-27/fix_codecov
...
Fixed wrong closing parenthesis in `codecov.yml`
2023-10-31 13:16:15 +00:00
Alex
0db40ecf0f
Merge pull request #746 from Sai-Suraj-27/fix_branch_name
...
Fixed branch name from `master` to `main` in the contributing guide.
2023-10-31 13:10:50 +00:00
Alex
8289067a4e
Merge pull request #709 from CBID2/making-colors-accessible
...
feat: made color accessible
2023-10-31 13:03:54 +00:00
Guspan Tanadi
9c5e3d094b
docs: insert Method description /api/docs_check section API-docs
2023-10-31 19:59:09 +07:00
Guspan Tanadi
cb12b19c1e
Merge branch 'arc53:main' into settingsAPI-docs
2023-10-31 19:53:59 +07:00
Alex
5d0b8588f9
Revert "delete conflicting checkmark"
...
This reverts commit 266087c5f1 .
2023-10-31 12:52:34 +00:00
Alex
0c05e1036d
del
2023-10-31 12:52:27 +00:00
Alex
266087c5f1
delete conflicting checkmark
2023-10-31 12:50:38 +00:00
Alex
147b94d936
checkmark bug
2023-10-31 12:49:25 +00:00
Alex
872511ebb9
Merge pull request #731 from harshita-2003/patch-2
...
Update README.md
2023-10-31 12:41:55 +00:00
Guspan Tanadi
ce8ed5bfeb
style: formatting /api/task_status API-docs
2023-10-31 16:45:23 +07:00
Guspan Tanadi
d81838dfc4
docs: close parentheses EMBEDDINGS_KEY comment settings
2023-10-31 16:40:41 +07:00
Sai-Suraj-27
79ec3594fe
Fixed wrong closing parenthesis in codecov.yml
2023-10-31 12:03:13 +05:30
Sai-Suraj-27
cdb246697e
Fixed branch name from master to main in contributing guide.
2023-10-31 11:03:04 +05:30
Alex
6476e688e5
Fixes sidebar
2023-10-30 22:41:35 +00:00
Alex
5d1ec6a9c8
Update README.md
2023-10-30 22:07:34 +00:00
Alex
be8a7e981a
Update README.md
2023-10-30 22:01:04 +00:00
Alex
d59731a678
Merge pull request #722 from lakshmi930/update-sidebar-ui
...
Update sidebar UI and Logo
2023-10-30 21:55:00 +00:00
Lakshmi Narayanan
0254510d53
Fix the rotation of the avatar
2023-10-31 00:40:35 +04:00
Lakshmi Narayanan
9327955891
Update sidebar effects and styles based on figma
2023-10-31 00:38:12 +04:00
Christine Belzie
4daf08e20f
fix: use a new color
2023-10-30 13:21:53 -04:00
SoumyadiptoPal
6fc31ddedb
Updated the code
2023-10-30 22:32:39 +05:30
0xrahul6
fac8c9ee4e
Enhancement: Updated Train other docs
2023-10-30 14:53:08 +00:00
0xrahul6
d05f7e2084
Enhanced Guides/Customizi
2023-10-30 14:23:21 +00:00
Alex
0a0a6bae0f
Merge pull request #728 from ka1bi4/update/docs-improve-and-fixes
...
Update/docs improve and fixes
2023-10-30 13:19:42 +00:00
Roman Zhukov
560c063db4
Update Quickstart docs with bash language hl.
2023-10-30 13:20:19 +03:00
Roman Zhukov
54ac2d33e2
Update Quickstart docs with bash language hl.
2023-10-30 13:06:37 +03:00
HARSHITA GUPTA
fb3be8a6a0
Update README.md
...
added a lighting emoji to give it more great look
2023-10-30 13:00:47 +05:30
Lakshmi Narayanan
5a33953b78
Add Chats heading if there are any conversations
2023-10-30 10:14:40 +04:00
Alex
ba7a8fc796
Merge pull request #710 from mishmanners/main
...
Make README accessible
2023-10-30 01:12:51 +00:00
Michelle "MishManners®™" Mannering
0bdee8219a
Fix README
...
for some reason - things were missing; fixed now
2023-10-30 11:59:47 +11:00
Alex
f82951f412
Merge pull request #723 from FarukhS52/main
...
Fix typo
2023-10-30 00:42:02 +00:00
Alex
35e188b851
Merge pull request #719 from theprince29/patch-1
...
Update CONTRIBUTING.md
2023-10-29 23:38:50 +00:00
Roman Bug
8990e4666a
Update Quickstart.md
2023-10-30 01:46:06 +03:00
Roman Bug
ceff618e5d
Update API-docs.md
2023-10-30 01:18:52 +03:00
Roman Bug
cf3aab9d38
Update Quickstart.md
2023-10-30 01:06:24 +03:00
Roman Bug
a74c70e8a1
Update README.md
2023-10-30 00:59:17 +03:00
Alex
46817c7664
Merge pull request #679 from akash0708/fix/hero-styling
...
fix: Hero section styling fixed, made responsive across all devices
2023-10-29 21:40:59 +00:00
Akshay
c0c9cab14c
Formatting
2023-10-29 21:38:17 +05:30
Alex
478a034740
Merge pull request #725 from beKoool/remote-upload-ui
...
Design the Remote sources upload menu UI
2023-10-29 13:57:07 +00:00
beKool.sh
01693cb155
Fix random spaces
2023-10-29 17:13:23 +05:45
Farookh Zaheer Siddiqui
7a44c9e650
Update Railway-Deploying.md
2023-10-29 14:09:56 +05:30
Farookh Zaheer Siddiqui
70a6a275f4
Update CODE_OF_CONDUCT.md
2023-10-29 14:03:05 +05:30
Lakshmi Narayanan
e627ebc127
Small fix with fixed height and width
2023-10-29 02:01:18 +04:00
Lakshmi Narayanan
56b81b78c3
Update sidebar with new logo and icon
2023-10-29 01:48:04 +04:00
Lakshmi Narayanan
c304485079
Fix the color of documentation icon
2023-10-29 01:44:00 +04:00
Lakshmi Narayanan
df51797c29
Add expand icon
2023-10-29 01:43:09 +04:00
Lakshmi Narayanan
754339214c
Update logo in conversation
2023-10-29 01:42:26 +04:00
Lakshmi Narayanan
057ecc3ed9
Update logo in Homepage and About page
2023-10-29 01:41:55 +04:00
Lakshmi Narayanan
c14f79ebf7
Add the new logo
2023-10-29 01:40:50 +04:00
Pavel
71fdff17de
Merge pull request #721 from arc53/feature/anthropic
...
anthropic LLM
2023-10-28 22:58:30 +04:00
Alex
04b4001277
anthropic working
2023-10-28 19:51:12 +01:00
PRINCE PAL
fbfb8a3b41
Update CONTRIBUTING.md
...
Under the workflow heading I found that in point 2 & 3 shell was missing, that I rectified and corrected it
2023-10-28 21:17:25 +05:30
dependabot[bot]
1bee088fe6
Bump urllib3 from 1.26.17 to 1.26.18 in /application
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-28 16:52:37 +02:00
Akash Bag
d2e4d6ecf0
fix: fixed bug due to change in number of lines of text
2023-10-28 11:01:50 +05:30
Akash Bag
5f03f90582
fix: fixed styling for firefox
2023-10-27 16:35:59 +05:30
Alex
e54d46aae1
Update Navigation.tsx
2023-10-27 02:22:04 +01:00
Alex
54a3b9900e
fix error msg
2023-10-27 01:52:09 +01:00
Michelle "MishManners®™" Mannering
1dc16e900a
Make README accessible
...
Add accessibility features to README file based on the top tips from GitHub: https://github.blog/2023-10-26-5-tips-for-making-your-github-profile-page-accessible/
2023-10-27 11:22:47 +11:00
Alex
08a7e666b2
Update ConversationTile.tsx
2023-10-27 00:52:15 +01:00
Alex
678fd28f1d
Update Railway-Deploying.md
2023-10-26 22:53:57 +01:00
Christine
ff89c3b274
feat: made color accessible
2023-10-26 19:12:33 +00:00
Alex
cff7aebe55
fix
2023-10-26 18:06:26 +01:00
Alex
ed3a3d0876
Merge pull request #706 from debnath003/main
...
Update some markdown files
2023-10-26 17:53:45 +01:00
Alex
425cd9eb26
Merge pull request #707 from akash0708/docs/typo
...
docs: Typo in quickstart guide fixed
2023-10-26 17:39:26 +01:00
Alex
ebe84dd8a4
Merge pull request #703 from Ankit-Matth/revamp_icon_effects
...
Background color of like/dislike has been changed
2023-10-26 10:39:52 +01:00
Akash Bag
217c4144b5
docs: Typo in quickstart guide fixed
2023-10-26 13:09:08 +05:30
Pronay Debnath
aaeed64621
Update and rename Hosting-DocsGPT.md to Hosting-the-app.md
2023-10-26 11:17:19 +05:30
Pronay Debnath
9133a56d2a
Update _meta.json
2023-10-26 11:16:26 +05:30
Pronay Debnath
12bd7dc44f
Update _meta.json
2023-10-26 11:14:30 +05:30
Pronay Debnath
32fa86adaa
Update _meta.json
2023-10-26 11:11:41 +05:30
Pronay Debnath
1811cff1f9
Rename Hosting-the-app.md to Hosting-DocsGPT.md
2023-10-26 10:59:32 +05:30
Pronay Debnath
2e6a5c0525
Update My-AI-answers-questions-using-external-knowledge.md
2023-10-26 10:57:24 +05:30
Pronay Debnath
b68b214d08
Update My-AI-answers-questions-using-external-knowledge.md
2023-10-26 10:56:57 +05:30
Pronay Debnath
153d12d93f
Update How-to-use-different-LLM.md
2023-10-26 10:47:35 +05:30
Pronay Debnath
1a62a773ae
Update react-widget.md
2023-10-26 10:40:19 +05:30
Pronay Debnath
5f0cccb81e
Update Customising-prompts.md
2023-10-26 10:37:58 +05:30
Ankit Matth
5c7f4b3df7
Merge branch 'arc53:main' into revamp_icon_effects
2023-10-26 07:17:40 +05:30
Ankit Matth
1248b76b41
Background color of like/dislike has been changed
2023-10-26 06:20:50 +05:30
Alex
c4176af1ea
Merge pull request #672 from Ankit-Matth/revamp_icon_effects
...
[feature] : The UI of the feedback icons has been changed.
2023-10-25 22:29:50 +01:00
Alex
799c306138
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-10-25 22:27:12 +01:00
Alex
c65e3fdf62
Update _meta.json
2023-10-25 22:27:11 +01:00
Alex
08712ef4f8
Merge pull request #688 from SoumyadiptoPal/stickyNavbar
...
Feature: left side toggle button should be sticky
2023-10-25 22:23:57 +01:00
Alex
d0119f5bf1
Merge pull request #694 from Ram-tyagi/main
...
[Add] Vite and react documentation link
2023-10-25 22:05:59 +01:00
Alex
f3c626c800
Merge pull request #556 from Exterminator11/openapi3_parser
...
Parser for OpenAPI3(Swagger)
2023-10-25 21:27:45 +01:00
Alex
f1891478d5
Merge pull request #692 from Yash-sudo-web/main
...
Enhanced How-to-use-different-LLM.md
2023-10-25 21:26:32 +01:00
Ankit Matth
7a2e6e640d
[making required changes] - Update ConversationBubble.tsx
2023-10-25 21:48:25 +05:30
Soumyadipto Pal
890d418639
Merge branch 'main' into stickyNavbar
2023-10-25 21:07:53 +05:30
Ram-tyagi
f38c934a6d
[Add] Vite and react documentation link
2023-10-25 17:42:01 +05:30
Exterminator11
f3540aac0f
Changed import
2023-10-25 17:07:47 +05:30
Exterminator11
889ce984a9
Made changes
2023-10-25 16:50:01 +05:30
Alex
89a437149c
Merge pull request #690 from thanmaisai/main
...
Update README.md
2023-10-25 07:19:04 -04:00
Alex
43f65651ac
Merge pull request #675 from krishvsoni/patch-2
...
Patch 2
2023-10-25 06:57:29 -04:00
Alex
d74d69c1c8
Merge pull request #681 from nobunagaaa/docs/enhance
...
Enhancement: Update react-widget.md docs
2023-10-25 06:52:53 -04:00
Alex
fefc85683c
Merge pull request #677 from AnkitaSikdar005/code4
...
Fixed Typos and minor issues in CODE_OF_CONDUCT.md
2023-10-25 06:41:37 -04:00
Alex
6f97158c0e
Merge pull request #676 from Gourav2609/main
...
Fixed overflow
2023-10-25 06:39:30 -04:00
Alex
1320101112
Merge pull request #663 from neha3423/main
...
Updated workflow of Contributing.md
2023-10-25 06:32:11 -04:00
Alex
031a267394
Merge pull request #537 from AnkitaSikdar005/code1
...
Updated CONTRIBUTING.md
2023-10-25 06:30:41 -04:00
Alex
9119030959
Merge pull request #670 from iamakhileshmishra/main
...
Railway Deployment Guide Added
2023-10-25 06:26:09 -04:00
Yash-sudo-web
9b10a8028d
Enhanced How-to-use-different-LLM.md
2023-10-25 15:38:19 +05:30
SoumyadiptoPal
4be38fcb0e
Settings page added
2023-10-25 10:24:55 +05:30
noobcoder
9090f4485a
Update README.md
2023-10-24 19:31:39 +00:00
iamakhileshmishra
5749d66ac9
Merge branch 'main' of https://github.com/iamakhileshmishra/DocsGPT
2023-10-24 23:59:42 +05:30
Akhilesh Kumar Mishra
4bb4b4eb1d
Merge branch 'arc53:main' into main
2023-10-24 23:59:31 +05:30
iamakhileshmishra
103d062f74
package conflict solved
2023-10-24 23:57:49 +05:30
SoumyadiptoPal
9893480089
Made the navbar sticky
2023-10-24 22:27:55 +05:30
Alex
5dbd240017
Update DocsGPT tee-back.jpeg
2023-10-24 10:51:28 +01:00
nobunagaaa
e0dce8fd01
Enhancement: Update react-widget.md docs
2023-10-24 15:05:43 +05:30
Akash Bag
492139942c
fix: Hero section styling fixed, made responsive accross all devices
2023-10-24 10:38:51 +05:30
Exterminator11
8ebff1a908
Updated test_openapi3parser.py
2023-10-24 07:43:57 +05:30
Ankita Sikdar
44def1f6bc
Update CODE_OF_CONDUCT.md
2023-10-24 01:05:53 +05:30
Gourav2609
8934b9ab5c
Fixed overflow
2023-10-23 23:15:07 +05:30
KRISH SONI
130a6b67bd
Update README.md
2023-10-23 22:16:19 +05:30
Alex
2df32cd9a7
Merge pull request #668 from lakshmi930/fix-small-ui-bugs
...
Fix something went wrong message bubble
2023-10-23 12:43:22 -04:00
Alex
d413d58b47
Merge pull request #652 from rasvanjaya21/main
...
Enhance backdrop modal effect
2023-10-23 12:38:06 -04:00
KRISH SONI
9e632aa0bd
Update README.md
2023-10-23 22:01:07 +05:30
Alex
964020ee12
Merge pull request #651 from 0xrahul6/docs/enhance
...
Enhanced Chatwoot-Extension
2023-10-23 12:10:16 -04:00
Alex
672e14d6ea
Merge pull request #641 from Ankit-Matth/documentation_icon_changed
...
I have changed icon for Documentation in the left side bar.
2023-10-23 11:59:34 -04:00
Alex
54baf04a86
Merge pull request #658 from RDxR10/main
...
Update react-widget.md
2023-10-23 11:56:03 -04:00
Alex
64c83460b9
Merge pull request #656 from Lokendrakushwah12/main
...
added the 3 cards in hero section with gradient border also its respo…
2023-10-23 11:52:49 -04:00
Alex
74ec3fa7d4
Merge pull request #655 from parthrc/adding-custom-404-page
...
Added a custom 404 not found page
2023-10-23 11:44:24 -04:00
Alex
0821d7a803
Merge pull request #654 from adarsh-jha-dev/patch-2
...
Enhanced Hooks with Outside Click Handling and Dark Mode Detection
2023-10-23 11:40:59 -04:00
Ankita Sikdar
55beb3978c
Merge branch 'main' into code1
2023-10-23 17:30:18 +05:30
Ankita Sikdar
9b044815de
Update CODE_OF_CONDUCT.md
2023-10-23 17:07:25 +05:30
Ankit Matth
0668fea3b7
Revamp Icon Effects
2023-10-23 17:01:41 +05:30
iamakhileshmishra
a6677b2e45
Railway Deployment Guide Added
2023-10-23 14:44:37 +05:30
Yusril A
6f544f56d8
Merge branch 'arc53:main' into main
2023-10-23 11:20:04 +07:00
Lakshmi Narayanan
5556be9cab
Fix something went wrong message bubble
2023-10-23 00:52:01 +04:00
Alex
465c4afe8d
Merge pull request #653 from Ankit-Matth/aboutPage_alignment
...
I have aligned about page in the center.
2023-10-22 11:59:39 -04:00
Alex
78dd1e1d81
Merge branch 'main' into aboutPage_alignment
2023-10-22 11:56:13 -04:00
Alex
eebfc78ad3
Merge pull request #626 from shruti-sen2004/edit_2
...
Update react-widget.md
2023-10-22 11:53:04 -04:00
Alex
4783685fdb
Merge pull request #650 from SamsShow/main
...
[Bug]:About section not Aligned.
2023-10-22 11:51:13 -04:00
Alex
bfd0363fad
Merge pull request #647 from beKoool/settings-ui
...
Design the Settings UI
2023-10-22 11:48:21 -04:00
KRISH SONI
e9323ba2ec
Merge branch 'main' into patch-2
2023-10-22 21:17:56 +05:30
Alex
dac774c9d2
Merge pull request #639 from Ayush-Prabhu/patch-2
...
Update How-to-use-different-LLM.md
2023-10-22 11:39:44 -04:00
Alex
664ee2b433
Merge pull request #637 from debghs/debghs-patch-1
...
Update How-to-train-on-other-documentation.md
2023-10-22 11:36:50 -04:00
Alex
85f283fe2b
Merge pull request #636 from Ritish134/patch-1
...
Update README.md
2023-10-22 11:33:43 -04:00
Alex
7bd7d66afc
Merge branch 'main' into patch-1
2023-10-22 11:31:51 -04:00
Alex
81b16aa900
Merge pull request #638 from Bitnagar/fix(frontend)--fix-header-z-index
...
Fix(frontend): fix Navigation component z-index for small devices
2023-10-22 11:27:25 -04:00
Alex
e07fb34ace
Merge pull request #504 from ayan-joshi/New-prompt-
...
Improving Customising_prompt.md file
2023-10-22 11:19:03 -04:00
Alex
9303746d80
Merge branch 'main' into New-prompt-
2023-10-22 11:16:03 -04:00
Alex
e3e8e67cb4
Merge pull request #627 from YadlaMani/main
...
Fixed Typo
2023-10-22 11:15:00 -04:00
Alex
6490027e57
Merge pull request #577 from shivanandmn/faiss_delete_index
...
added delete index of vector store in faiss
2023-10-22 10:15:31 -04:00
neha3423
6cbe4f2ea7
neha3423
2023-10-22 11:38:23 +05:30
neha3423
960365a063
neha3423
2023-10-22 10:54:02 +05:30
RDxR10
839d614c9c
Update react-widget.md
2023-10-21 12:53:47 +05:30
Lokendra Kushwah
ae13e557a7
added the 3 cards in hero section with gradient border also its responsive
2023-10-20 23:24:56 +05:30
unknown
a245383f8c
Added a custom 404 not found page
2023-10-20 16:22:35 +05:30
Adarsh Jha
78b8d3e41d
Update index.ts
2023-10-20 14:33:43 +05:30
Ankit Matth
fcfaa04cc6
About page aligned in center
2023-10-20 05:42:12 +05:30
rasvanjaya21
fe866b2d66
Enhance backdrop modal effect
2023-10-20 02:57:41 +07:00
0xrahul6
e7bbc4ac0c
Enhanced Chatwoot-Extension
2023-10-19 17:13:30 +00:00
Saksham Tyagi
3b746c91df
Merge branch 'main' of https://github.com/SamsShow/DocsGPT
2023-10-19 20:15:45 +05:30
Saksham Tyagi
06f0129b59
💄 About margin
2023-10-19 20:12:40 +05:30
Alex
641e75b8a8
Merge pull request #620 from rahul0x00/docs/API-docs
...
Enhancement: Improve API Endpoint Documentation
2023-10-19 07:41:17 -04:00
Alex
35f9fda457
Merge pull request #633 from Rutam21/patch-1
...
Added Civo Cloud Deployment option.
2023-10-19 07:38:42 -04:00
Alex
de29d69efe
Merge pull request #619 from vedant-z/patch-1
...
fix: Direction of dropdown arrow corrected
2023-10-19 07:37:19 -04:00
Alex
f587af1005
Merge pull request #625 from krabbi/prevent_unnecessary_renders
...
[FE]Prevent unneccessary renders.
2023-10-19 07:30:56 -04:00
Alex
4ed6580e1d
Merge pull request #623 from krabbi/fix_lists_in_converastion
...
[FE]: Fix render lists in conversation
2023-10-19 07:29:02 -04:00
beKool.sh
2f6213c944
Change font weight
2023-10-19 11:11:30 +05:45
KRISH SONI
f365b76cfc
Merge branch 'main' into patch-2
2023-10-18 21:58:17 +05:30
KRISH SONI
55921b262f
docker docs
2023-10-18 21:54:28 +05:30
Alex
3039c97989
Merge pull request #622 from Yash-sudo-web/main
...
Updated Chatwoot-extension.md
2023-10-18 11:30:47 -04:00
Alex
a1af4f19c5
Merge pull request #621 from arc53/dependabot/npm_and_yarn/frontend/babel/traverse-7.23.2
...
Bump @babel/traverse from 7.20.13 to 7.23.2 in /frontend
2023-10-18 11:13:48 -04:00
Alex
131e4087fd
Merge pull request #631 from Raunakkumarr/docsCorrection-selfHosting
...
Correction in docs
2023-10-18 11:11:11 -04:00
Ankit Matth
ee6471351d
Icon for Documentation changed
2023-10-18 18:41:03 +05:30
Ayush-Prabhu
d93266fee2
Update How-to-use-different-LLM.md
...
Corrected grammatical errors to remove ambiguity and improve professionalism.
2023-10-18 16:21:15 +05:30
Shivam Bhatnagar
dbbf39db6d
pre-commit hook
2023-10-18 10:34:50 +00:00
Shivam Bhatnagar
d40ea44ae6
fix(frontend): fix navigation z-index in mobiles
2023-10-18 10:33:44 +00:00
debghs
f0d4847946
Update How-to-train-on-other-documentation.md
2023-10-18 12:46:29 +05:30
Ritish Srivastava
98a9c766ef
Update README.md
...
Enhance grammar and formatting in various sections.
2023-10-18 07:49:24 +05:30
Rutam Prita Mishra
91393b650b
Added Civo Cloud Deployment option.
...
This change adds a new deployment guide for Civo Compute Cloud.
2023-10-18 04:09:50 +05:30
Alex
49a4b119e1
Merge pull request #615 from shelar1423/patch3
...
FIX: added script in package.json of docs and added instructions to run nextra-DocsGPT locally
2023-10-17 14:21:51 -04:00
Alex
e69fab822b
Merge pull request #624 from krabbi/fix_footer_width
...
[FE]Fix footer width ob md+ screens
2023-10-17 14:19:31 -04:00
Raunak Kumar
45c58cc766
Correction in docs
2023-10-17 23:31:13 +05:45
ManiYadla
ca48f000bd
changed the typos
2023-10-17 20:40:27 +05:30
Shivanand
21ba1e3958
Merge branch 'main' into faiss_delete_index
2023-10-17 17:35:30 +05:30
Rahul Kumar
062f3256a7
Update API-docs.md
2023-10-17 12:28:50 +05:30
Rahul Kumar
186f565b99
Update API-docs.md
2023-10-17 12:27:38 +05:30
Vedant Borkar
5c2b4398d9
Update Navigation.tsx
2023-10-17 11:53:57 +05:30
Rahul Kumar
a9fb61bbd6
Update API-docs.md
2023-10-17 08:28:13 +05:30
Shruti Sen
a51e25dbde
Update react-widget.md
2023-10-17 08:09:32 +05:30
Alexander Deshkevich
0a717ae82e
Prevent unneccessary renders. Update show/hide state of feedback buttons by css instead React
2023-10-16 20:13:20 -03:00
Alexander Deshkevich
f9e6751279
fix render lists in conversation
2023-10-16 18:59:31 -03:00
Alexander Deshkevich
0306f8ec65
Fix footer width ob md+ screens
2023-10-16 16:35:33 -03:00
Alex
66f2e549ce
Shirt preview
2023-10-16 15:02:28 -04:00
Alex
9ab413643a
Update HACKTOBERFEST.md
2023-10-16 15:02:02 -04:00
Alex
3a4eeb01b0
Update CONTRIBUTING.md
2023-10-16 15:00:34 -04:00
Alex
57a8dcc155
Merge pull request #616 from Sanyam-2026/main
...
Fixed Typo
2023-10-16 13:59:07 -05:00
Yash-sudo-web
2f21476b2a
Update Chatwoot-extension.md
2023-10-17 00:18:40 +05:30
Yash-sudo-web
9f9e2f3b24
Update Chatwoot-extension.md
2023-10-17 00:15:03 +05:30
dhselar1423
f886dfb60c
removed commandline
2023-10-16 23:28:39 +05:30
dependabot[bot]
c22b014056
Bump @babel/traverse from 7.20.13 to 7.23.2 in /frontend
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.13 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-16 17:53:36 +00:00
Alex
d899b6a7e1
Merge pull request #588 from asoderlind/fix/as/embedding-size-mismatch
...
raise more legible error if the word embedding dimensions don't match
2023-10-16 12:53:08 -05:00
Alex
450dde3739
Merge pull request #614 from 5h0ov/patch-3
...
Update Chatwoot-extension.md
2023-10-16 12:43:05 -05:00
Alex
2ac40903f3
Update README.md
2023-10-16 13:36:54 -04:00
Exterminator11
f328b39f57
Fixed import error
2023-10-16 21:05:47 +05:30
Rahul Kumar
06cc4b07ab
Update API-docs.md
2023-10-16 20:35:17 +05:30
Rahul Kumar
1c0b68f0e3
Update API-docs.md
2023-10-16 20:27:09 +05:30
Rahul Kumar
efcce6a826
Enhancement: Improve API Endpoint Documentation
2023-10-16 14:51:24 +00:00
Vedant Borkar
fa8177d0e5
Update Navigation.tsx
2023-10-16 19:52:16 +05:30
asoderlind
d51cd8df89
add file docstring
2023-10-16 11:31:10 +02:00
Sanyam Jain
5530d611b9
Update Hosting-the-app.md
2023-10-16 15:00:11 +05:30
asoderlind
e73636bef3
remove trailing whitespace, sort imports, remove unused arguments
2023-10-16 11:22:42 +02:00
dhselar1423
74ff994281
nextra-docsGPT local setup
2023-10-16 10:59:25 +05:30
dhselar1423
7b28d353ee
made changes in package.json and added instructions nextra-docsgpt
2023-10-16 10:57:49 +05:30
asoderlind
e2a8ca143a
remove unused imports
2023-10-16 06:13:26 +02:00
asoderlind
4e81f98927
add dependency
2023-10-16 06:13:15 +02:00
Shuvadipta Das
ab4c994266
Update Chatwoot-extension.md
2023-10-16 08:56:38 +05:30
Alex
aea6a434f1
Merge pull request #610 from rahul0x00/enhance/quickstart
...
Quickstart: Enhanced Documentation for Launching DocsGPT and Installing Chrome Extension
2023-10-15 16:48:08 -05:00
Alex
6c95d5a2de
Merge pull request #579 from ankur0904/contribution-guideline
...
Adds contributing guidelines with steps
2023-10-15 16:46:19 -05:00
Alex
fcaabb2c1e
Merge pull request #595 from HeetVekariya/main
...
fix: Remove extra spaces in response
2023-10-15 16:44:40 -05:00
Alex
66b2722cad
Merge pull request #609 from shelar1423/patch2
...
CONTRIBUTING.MD : Added DocsGPT -Hacktoberfest t-shirt images
2023-10-15 16:37:00 -05:00
shivanandmn
2e95666939
added new endpoint
2023-10-16 02:46:48 +05:30
Akshay
cdfcd99695
Fix docs_check and upload endpoint
2023-10-15 21:31:02 +05:30
Akshay
e71d21fc27
Fix render method
2023-10-15 20:23:07 +05:30
Akshay
e95ebfd6a0
Add docker files
2023-10-15 20:23:07 +05:30
Akshay
e5a875856a
Minor
2023-10-15 20:23:06 +05:30
Akshay
930218c067
Mock task status call
2023-10-15 20:23:06 +05:30
Akshay
ff1362e462
Mock upload call
2023-10-15 20:23:06 +05:30
Akshay
01457bbe79
Add feedback endpoint
2023-10-15 20:23:06 +05:30
Akshay
8c7da0bdb6
Add more routes
2023-10-15 20:23:06 +05:30
Akshay
6f634c3f13
Add mock server module
2023-10-15 20:23:06 +05:30
Exterminator11
a7f5303eaf
Cleaned up the code
2023-10-15 17:20:50 +05:30
Exterminator11
7159e4fbe2
Formatted files
2023-10-15 17:16:58 +05:30
Exterminator11
36b243e9d2
Formatted all the changed files
2023-10-15 17:16:12 +05:30
Exterminator11
bd70e00f08
Added tests and updated openapi3_parser.py
2023-10-15 17:00:54 +05:30
asoderlind
0ca96130c8
remove trailing whitespace
2023-10-15 10:23:09 +02:00
asoderlind
09aa56b63d
add test
2023-10-15 10:22:07 +02:00
asoderlind
60cd6a455a
refactor
2023-10-15 10:22:00 +02:00
asoderlind
4752ce5250
fix linting error
2023-10-15 09:12:00 +02:00
Rahul Kumar
832569a79c
Update Quickstart.md
2023-10-15 09:54:25 +05:30
Rahul Kumar
ecd8cebbef
Quickstart: Enhanced Documentation for Launching DocsGPT and Installing Chrome Extension
2023-10-15 04:20:09 +00:00
ankur0904
3c37efa650
Adds the Note for testing
2023-10-15 09:41:27 +05:30
Ankur Singh
21b6ce204d
Merge branch 'arc53:main' into contribution-guideline
2023-10-15 09:32:43 +05:30
HeetVekariya
337d2970a0
fix: removed px-2 for source
2023-10-15 09:03:28 +05:30
HeetVekariya
3e5bd25c6e
fix: removed items-center from conversationBubble.tsx
2023-10-15 08:47:55 +05:30
Digvijay Shelar
7f0f68b707
Delete Assets/images.md
2023-10-15 02:35:49 +05:30
Digvijay Shelar
ea85482736
Update CONTRIBUTING.md
2023-10-15 02:35:23 +05:30
Digvijay Shelar
01160a5361
Add files via upload
2023-10-15 02:31:45 +05:30
Digvijay Shelar
f4b5a02197
Create images.md
2023-10-15 02:31:08 +05:30
Alex
f724f10a35
Merge pull request #607 from mozi47/fix/sidebar-glitch
...
sidebar glitch fixed
2023-10-14 15:05:48 -05:00
Alex
0c221ba3d7
Merge pull request #554 from arc53/dependabot/pip/scripts/langchain-0.0.312
...
Bump langchain from 0.0.308 to 0.0.312 in /scripts
2023-10-14 15:03:38 -05:00
Alex
1907aaf32f
Merge pull request #580 from DHRUVKADAM22/DHRUVKADAM22-patch-5
...
Dhruvkadam22 patch 5
2023-10-14 14:59:55 -05:00
Alex
d6f26b3133
Merge pull request #574 from rahul0x00/enhance/deployment_docs
...
Enhanced Documentation for Self-Hosting DocsGPT on Amazon Lightsail
2023-10-14 14:53:39 -05:00
Alex
c97a55e65f
Merge pull request #460 from alienishi/main
...
Modified README resolving issue #457
2023-10-14 14:52:08 -05:00
Alex
4a6e38f7da
Merge pull request #602 from siddwarr/patch-1
...
Update README.md
2023-10-14 14:50:48 -05:00
Alex
845ef42338
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
...
refactor(frontend): simplify JSX conditional rendering
2023-10-14 14:48:29 -05:00
Alex
fde8de8b9e
Merge pull request #558 from MSaiKiran9/train-button
...
Train button Disabled Before Selecting File
2023-10-14 14:43:50 -05:00
Muzakir Shah
88123261ac
sidebar glitch fixed
2023-10-15 00:38:46 +05:00
Alex
c04b76528b
Merge pull request #597 from shelar1423/main
...
[Docs] :Enhance Tech Stack Overview with Emojis and Bullet Points
2023-10-14 14:28:18 -05:00
dependabot[bot]
04a13c2ebb
Bump langchain from 0.0.308 to 0.0.312 in /scripts
...
Bumps [langchain](https://github.com/langchain-ai/langchain ) from 0.0.308 to 0.0.312.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.308...v0.0.312 )
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-14 19:20:49 +00:00
Alex
6b3cc62cbe
Merge pull request #553 from arc53/dependabot/pip/application/langchain-0.0.312
...
Bump langchain from 0.0.308 to 0.0.312 in /application
2023-10-14 14:20:07 -05:00
Alex
8627be07e7
Merge pull request #592 from faria-karim-porna/ui-sidebar-chat-options
...
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
2023-10-14 14:13:58 -05:00
Alex
5509a5bca3
Merge pull request #589 from outlivo/outlivo-UI
...
Closing #357 using CONTRIBUTING.md
2023-10-14 14:10:47 -05:00
Alex
dd52949a2a
Merge pull request #510 from HarshMN2345/patch-2
...
Update API-docs.md
2023-10-14 13:53:53 -05:00
Alex
a310ae6566
Merge branch 'main' into patch-2
2023-10-14 13:52:25 -05:00
Aditya Aryaman Das
1f8643c538
Updated README.md
2023-10-14 19:03:09 +05:30
Aditya Aryaman Das
6ea313970d
Merge branch 'arc53:main' into main
2023-10-14 19:01:02 +05:30
Siddharth Warrier
13e6b15308
Update README.md
2023-10-14 14:53:38 +05:30
Eng Zer Jun
0efc2277dd
refactor(frontend): simplify JSX conditional rendering
...
JSX conditional rendering can be simplified to use the logical AND
operator (&&) [1] instead of ternary operator (? :) if we want to render
something only when the conditon is true, and nothing otherwise.
[1]: https://react.dev/learn/conditional-rendering#logical-and-operator-
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2023-10-14 13:39:23 +08:00
Pavel
381a2740ee
change input
2023-10-13 21:52:56 +04:00
Digvijay Shelar
9e6aecd707
Update CONTRIBUTING.md
2023-10-13 18:35:13 +05:30
Digvijay Shelar
f5510ef1b5
Update CONTRIBUTING.md
2023-10-13 18:32:56 +05:30
Alex
8b3b16bce4
inputs
2023-10-13 08:46:35 +01:00
Pavel
024674eef3
List check
2023-10-13 11:42:42 +04:00
HeetVekariya
c8e6224946
fix: else text corrected
2023-10-13 09:46:07 +05:30
HeetVekariya
bf11300ab3
fix: Remove extra spaces in response
2023-10-13 09:33:55 +05:30
faria-karim-porna
7361a35c94
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
...
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
2023-10-13 06:01:27 +06:00
Outlivo
02b2cebb85
Solving issue #357 using CONTRIBUTING.md
2023-10-13 01:07:49 +05:30
asoderlind
9b6ae46e92
raise more legible error if the embedding vector dims don't match
2023-10-12 20:24:25 +02:00
Alex
e5e5a42736
Update CONTRIBUTING.md
2023-10-12 18:19:40 +01:00
Alex
308d8afe4e
Update CONTRIBUTING.md
2023-10-12 18:19:06 +01:00
Pavel
b7d88b4c0f
fix wrong link
2023-10-12 19:45:36 +04:00
Pavel
719ca63ec1
fixes
2023-10-12 19:40:23 +04:00
Rahul Kumar
2100cd77ce
Update Hosting-the-app.md
2023-10-12 18:52:54 +05:30
Harsh Mahajan
58b13ae69a
Update API-docs.md
2023-10-12 17:31:41 +05:30
Pavel
2cfb416fd0
Desc loader
2023-10-12 13:44:32 +04:00
M Sai Kiran
993c9b31bd
Update Upload.tsx
2023-10-12 15:10:26 +05:30
M Sai Kiran
b5d6f0ad36
Update Upload.tsx
2023-10-12 15:07:48 +05:30
M Sai Kiran
03c05a82e4
Merge branch 'arc53:main' into train-button
2023-10-12 14:59:08 +05:30
DHRUVKADAM22
cc887d25e4
Update Quickstart.md
...
added windows Quickstart guide in Quickstart.md for easy to understand and make more user friendly
2023-10-12 14:48:44 +05:30
ankur0904
80e2d0651b
Adds contributing guidelines with steps
2023-10-12 14:32:44 +05:30
Pavel
50f07f9ef5
limit crawler
2023-10-12 12:53:33 +04:00
Pavel
c517bdd2e1
Crawler + sitemap
2023-10-12 12:35:26 +04:00
shivanandmn
ca3e549dd4
added delete index of vector store in faiss
2023-10-12 13:29:52 +05:30
Rahul Kumar
51f2ca72b9
Enhanced Documentation for Self-Hosting DocsGPT on Amazon Lightsail
2023-10-12 03:19:40 +00:00
Alex
771950f1de
Merge pull request #573 from arc53/bug/update-and-delete
...
fix update and delete bug
2023-10-11 23:16:44 +01:00
Alex
c969e9c014
fix update and delete bug
2023-10-11 23:11:08 +01:00
Pavel
658867cb46
No crawler, no sitemap
2023-10-12 01:03:40 +04:00
Alex
344692f9f6
Merge pull request #542 from shruti-sen2004/main
...
Update CONTRIBUTING.md
2023-10-11 18:57:59 +01:00
DHRUVKADAM22
fd083078fc
Merge pull request #2 from DHRUVKADAM22/DHRUVKADAM22-patch-3
...
Update README.md
2023-10-11 15:07:00 +05:30
DHRUVKADAM22
9bacae4b2e
Update README.md
2023-10-11 15:06:44 +05:30
Alex
8f2ad38503
tests
2023-10-11 10:13:51 +01:00
M Sai Kiran
76baa6c5f8
Before File Selection Train Disabled 1
2023-10-11 09:39:04 +05:30
M Sai Kiran
84c822a0ca
Before File Selection Train Button Disabled
2023-10-11 09:38:15 +05:30
Exterminator11
ddd938fd64
Parser for OpenAPI3(Swagger)
2023-10-11 07:36:37 +05:30
Alex
e91b30f4c7
Merge pull request #549 from hariraghav10/ui-update
...
UI update - Added autofocus for user chat input
2023-10-10 22:31:46 +01:00
dependabot[bot]
31fb1801d2
Bump langchain from 0.0.308 to 0.0.312 in /application
...
Bumps [langchain](https://github.com/langchain-ai/langchain ) from 0.0.308 to 0.0.312.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.308...v0.0.312 )
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-10 21:18:11 +00:00
DHRUVKADAM22
117d0f2e38
Merge pull request #1 from DHRUVKADAM22/DHRUVKADAM22-patch-1
...
Update README.md
2023-10-10 23:32:10 +05:30
DHRUVKADAM22
79bb79debc
Update README.md
...
I have added quick start guide for windows more specifically
makes more user friendly by adding basic info and description
(which make user or newbies to get understand properly.)
2023-10-10 23:29:46 +05:30
Harsh Mahajan
11cd022965
Update API-docs.md
2023-10-10 23:22:11 +05:30
Ayan Joshi
d7b28a3586
Update Customising-prompts.md
2023-10-10 19:10:24 +05:30
Shruti Sen
dc14245105
Update CONTRIBUTING.md
2023-10-10 18:05:19 +05:30
Hari Raghav
e772dfaa12
Merge branch 'arc53:main' into ui-update
2023-10-10 17:53:48 +05:30
Shruti Sen
4d29cae936
Update CONTRIBUTING.md
2023-10-10 17:39:07 +05:30
hariraghav10
71ed0ffe13
Merge remote-tracking branch 'origin/ui-update' into ui-update
2023-10-10 17:35:35 +05:30
Shruti Sen
56d0981cee
Update CONTRIBUTING.md
2023-10-10 17:35:18 +05:30
Shruti Sen
ad43d10ce4
Merge branch 'arc53:main' into main
2023-10-10 17:34:41 +05:30
Alex
fb6618181a
Merge pull request #538 from ManishMadan2882/main
...
UI bug fixed - Placed the feedback/copy buttons at the top
2023-10-10 12:57:04 +01:00
Shruti Sen
43a9bc0d7b
Update CONTRIBUTING.md
2023-10-10 17:22:38 +05:30
hariraghav10
f835b14902
added autofocus for user chat input
2023-10-10 17:22:10 +05:30
Shruti Sen
c1c591d1eb
Merge branch 'arc53:main' into main
2023-10-10 17:21:19 +05:30
Hari Raghav
4348549f2d
Merge branch 'arc53:main' into ui-update
2023-10-10 17:20:07 +05:30
hariraghav10
e48df87e06
added autofocus feature for chat input div
2023-10-10 17:04:05 +05:30
Alex
e718feb1f7
Update README.md
2023-10-10 11:36:54 +01:00
Shruti Sen
3b6f3f13d4
Update CONTRIBUTING.md
2023-10-10 12:12:25 +05:30
ManishMadan2882
13fabaf6aa
bugs fixed
2023-10-10 06:01:21 +05:30
Alex
9cfcdb1c23
Merge pull request #535 from vn-os/main
...
Correct instructions in `Development environments`
2023-10-09 23:59:14 +01:00
Alex
2800d0dcd3
Merge pull request #532 from staticGuru/error-state-#484
...
Fix the error state UI
2023-10-09 23:54:14 +01:00
Alex
3e2055255e
Merge branch 'main' into error-state-#484
2023-10-09 23:53:14 +01:00
Alex
64a8857884
Merge pull request #529 from staticGuru/chatroom-rename-#495
...
Chatroom rename feature
2023-10-09 23:42:45 +01:00
Alex
808b291c2c
Merge pull request #530 from robbiebusinessacc/patch-1
...
Backend Code Refactoring for Better Readability and Scalability
2023-10-09 23:40:10 +01:00
Alex
cae3e7136e
Merge pull request #525 from Vaibhav91one/bug/text-out-of-screen
...
bug(front): The text seems to go out of screen when the result is too big.
2023-10-09 23:32:34 +01:00
Alex
c069a187f8
Merge pull request #476 from mnickrogers/main
...
Fix missing documentation for using Llama_cpp
2023-10-09 23:26:38 +01:00
Ankita Sikdar
91fa932168
Update CONTRIBUTING.md
2023-10-10 02:06:52 +05:30
Vic P
188158a29b
Merge branch 'arc53:main' into main
2023-10-10 00:47:26 +07:00
Vic P
a3d5cb5851
Update README.md to correct instructions in Development environments.
2023-10-10 00:47:15 +07:00
Alex
0788582528
Merge pull request #522 from 5h0ov/patch-2
...
Updated My-AI-answers-questions-using-external-knowledge.md
2023-10-09 16:40:59 +01:00
Alex
da81abc12e
Merge pull request #437 from shelar1423/main
...
[Enhanced]: Useful Links Section in README.md
2023-10-09 16:34:25 +01:00
Alex
81b92111ca
Merge pull request #511 from beKoool/docs-fix
...
[API Docs] Add Backlink to "Vector Stores" and fix grammatical error
2023-10-09 16:32:50 +01:00
Alex
a809e72704
Merge branch 'main' into docs-fix
2023-10-09 16:30:11 +01:00
Alex
cb0e4b6e87
Update README.md
2023-10-09 15:37:40 +01:00
staticGuru
16df8d803c
Fix the error state issues
2023-10-09 19:48:35 +05:30
staticGuru
ce7ac78b42
add the darkmode in config file
2023-10-09 19:48:17 +05:30
Harsh Mahajan
c21e0755b3
Update API-docs.md
2023-10-09 17:55:41 +05:30
Harsh Mahajan
e1dc0a576d
Update API-docs.md
2023-10-09 17:45:50 +05:30
staticGuru
a998db0570
add fetch conversations in the delete callbacks
2023-10-09 16:30:09 +05:30
staticGuru
c79ec45adb
Fix the lint issues
2023-10-09 16:16:56 +05:30
staticGuru
72481e8453
Fix the post API issues
2023-10-09 16:16:20 +05:30
staticGuru
3753f7d138
change the input outline border color
2023-10-09 16:12:56 +05:30
Robbie Walmsley
4d92606562
Update ingest.py
2023-10-09 11:11:07 +01:00
Robbie Walmsley
2d0b6bcfcc
Update ingest.py
2023-10-09 11:04:55 +01:00
Robbie Walmsley
57fb29b600
Update worker.py
2023-10-09 10:55:34 +01:00
Robbie Walmsley
340647cb22
Update ingest.py
2023-10-09 10:53:03 +01:00
staticGuru
a06369dd7b
add the checkmark icons
2023-10-09 15:19:29 +05:30
staticGuru
95fe103718
add the conversation in the result response
2023-10-09 15:17:32 +05:30
staticGuru
036297ef36
Merge branch 'main' of https://github.com/staticGuru/DocsGPT into chatroom-rename-#495
2023-10-09 14:58:21 +05:30
staticGuru
129c055fee
Change the width in the tile
2023-10-09 14:44:43 +05:30
Ayan Joshi
c688656607
Commit
2023-10-09 14:27:59 +05:30
staticGuru
b49e8deb3e
add the typescript props interface
2023-10-09 14:13:09 +05:30
staticGuru
17264e7872
add the outside click listioner
2023-10-09 12:50:12 +05:30
staticGuru
022c0c3a89
add trash icons changes
2023-10-09 12:49:09 +05:30
staticGuru
b8539122ed
add the update conversation callbacks
2023-10-09 12:48:48 +05:30
Vaibhav91one
4ca906a518
bug(front): The text seems to go out of screen when the result is too big, needed some tailwind
2023-10-09 10:44:14 +05:30
Nick Rogers
7bf67869b0
Reference DocsGPT model in custom model steps.
2023-10-08 22:03:32 -07:00
staticGuru
a032164a99
Add update conversation name API
2023-10-09 10:25:38 +05:30
Nick Rogers
f588e7783e
Merge branch 'arc53:main' into main
2023-10-08 21:54:58 -07:00
Shuvadipta Das
f8ca6c019f
Update My-AI-answers-questions-using-external-knowledge.md
2023-10-09 09:46:54 +05:30
Digvijay Shelar
f88806fc3c
Update README.md
2023-10-09 07:26:34 +05:30
GH Action - Upstream Sync
ee0880fab7
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-10-09 00:30:35 +00:00
beKool.sh
261c674832
Update API-docs.md
2023-10-09 05:48:27 +05:45
Alex
e95bc82b8e
Update Conversation.tsx
2023-10-08 23:30:21 +01:00
Alex
6d0cc49ecd
Merge pull request #477 from staticGuru/input-hidden-issue-#474
...
[FIX] Question is hidden under the question input box
2023-10-08 23:27:45 +01:00
Alex
e108833db2
Merge branch 'main' into input-hidden-issue-#474
2023-10-08 23:19:35 +01:00
Alex
151fdb9bad
Merge pull request #493 from HarshMN2345/patch-1
...
Update CONTRIBUTING.md
2023-10-08 22:57:19 +01:00
Alex
59ca8665fe
Merge branch 'main' into patch-1
2023-10-08 22:56:20 +01:00
Alex
71c101b82e
Merge pull request #519 from SoumyadiptoPal/newBranch2
...
Feature: Round Corners
2023-10-08 22:46:12 +01:00
Alex
860030824e
Merge pull request #503 from ManishMadan2882/main
...
added the copy response feature
2023-10-08 22:40:51 +01:00
Alex
46c4bf6e94
Merge pull request #515 from timoransky/main
...
Fix: adjust left margin on content container
2023-10-08 22:32:55 +01:00
Alex
53ed6e54b5
Merge pull request #512 from drk1rd/main
...
Grammar and punctuations improved
2023-10-08 22:27:07 +01:00
ManishMadan2882
3197c356e9
UI corrections
2023-10-09 02:36:48 +05:30
Harsh Mahajan
cdad083d7f
Update CONTRIBUTING.md
2023-10-09 01:21:36 +05:30
Alex
2e076ef3f4
Merge pull request #469 from 5h0ov/patch-1
...
Update How-to-train-on-other-documentation.md
2023-10-08 19:40:54 +01:00
Alex
46e3a27626
Merge pull request #509 from sanketmp/add-license
...
add license link to readme.md
2023-10-08 19:39:27 +01:00
Alex
1247867187
Merge pull request #480 from GuptaPratik02/improve-doc-readme-contributing-hacktoberfest-files
...
Improved docs - readme , contributing and hacktoberfest files
2023-10-08 19:36:55 +01:00
Soumyadipto Pal
b1f863cc4d
Update Navigation.tsx
2023-10-08 23:59:08 +05:30
Soumyadipto Pal
823b41b7ec
Merge branch 'main' into newBranch2
2023-10-08 23:53:35 +05:30
SoumyadiptoPal
16a2b3b19b
Rounded the components to 3xl
2023-10-08 23:48:49 +05:30
Alex
0a2e899363
Merge pull request #506 from akshitarora921/fix/about-page
...
🪛 Fix: About us page margin
2023-10-08 18:50:08 +01:00
timoransky
65d431c7a0
fix: margin left on content container
2023-10-08 19:18:11 +02:00
staticGuru
6b617955b7
add the check mark logics
2023-10-08 22:31:17 +05:30
staticGuru
10cf0470cb
add the conversation Tile
2023-10-08 22:09:38 +05:30
staticGuru
f91ca796de
add the check Mark icons
2023-10-08 22:09:16 +05:30
Suryansh
7f1fb41d48
Update My-AI-answers-questions-using-external-knowledge.md
2023-10-08 22:08:55 +05:30
staticGuru
ceb9c70fba
add the edit icons in the assets
2023-10-08 22:08:42 +05:30
staticGuru
5c9d11861e
add the coversation tile in the chat section
2023-10-08 22:08:19 +05:30
Suryansh
706e6c01aa
Update How-to-use-different-LLM.md
2023-10-08 22:08:18 +05:30
Suryansh
64cecb4931
Update How-to-train-on-other-documentation.md
2023-10-08 22:07:00 +05:30
Suryansh
31e0dfef76
Update Customising-prompts.md
2023-10-08 22:03:18 +05:30
Suryansh
dc85f93423
Update react-widget.md
2023-10-08 22:02:10 +05:30
Suryansh
4d5d407655
Update Chatwoot-extension.md
2023-10-08 22:00:46 +05:30
Suryansh
d2424ce540
Update API-docs.md
2023-10-08 21:59:27 +05:30
Suryansh
4d5de8176a
Update Quickstart.md
2023-10-08 21:55:43 +05:30
Suryansh
c451d00eb4
Update Hosting-the-app.md
2023-10-08 21:52:52 +05:30
Harsh Mahajan
a8180bddad
Update API-docs.md
...
done all the changes proposed in issue #508
2023-10-08 18:02:54 +05:30
Harsh Mahajan
e988364766
Update CONTRIBUTING.md
...
i made it easy to understand
2023-10-08 17:47:27 +05:30
staticGuru
396697ead2
Query overlay text input issues
2023-10-08 17:36:57 +05:30
Sanket Pol
2993bd8c05
add license link to readme.md
2023-10-08 17:02:44 +05:30
beKool.sh
fc50bb6e57
Add Backlink to Vector Stores
2023-10-08 17:10:33 +05:45
Pratik Gupta
a064066e42
Update README.md
...
Updated the DocsGPT link as mentioned by the maintainer.
2023-10-08 16:52:56 +05:30
Akshit Arora
a6783e537b
fix css
2023-10-08 14:17:26 +05:30
Ayan Joshi
4b1dad96cd
Commit
2023-10-08 12:42:56 +05:30
Digvijay Shelar
6758b51617
Update README.md
2023-10-08 11:20:28 +05:30
ManishMadan2882
54fdd2da57
UI checks
2023-10-08 06:26:08 +05:30
GH Action - Upstream Sync
3132a4965e
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-10-08 00:32:29 +00:00
ManishMadan2882
7ee3f10a81
fix
2023-10-08 05:33:13 +05:30
ManishMadan2882
accd65a26a
added the copy msg feature
2023-10-08 05:27:03 +05:30
Alex
e0ada7fc48
Merge pull request #496 from ankur0904/improve-docs
...
Make text bold
2023-10-08 00:33:28 +01:00
Alex
ad1401854c
Merge pull request #448 from SoumyadiptoPal/newBranch
...
Updated navigation bar and also added icons
2023-10-08 00:27:58 +01:00
Alex
e18189caae
Merge pull request #486 from krishvsoni/krishvsoni-patch-1
...
Krishvsoni patch 1
2023-10-08 00:19:25 +01:00
Alex
d601d35a21
Merge pull request #478 from adityagupta19/main
...
Fix "Sources" Feature doesn't look as intended
2023-10-08 00:10:13 +01:00
Alex
66fd402f00
Merge branch 'main' into main
2023-10-08 00:01:43 +01:00
Alex
835a04358c
Merge pull request #492 from Ankit-Matth/change_color_of_buttons
...
Color of all buttons and elements changed from blue to #7D54D1
2023-10-07 23:56:55 +01:00
Alex
af9b4e448d
Merge pull request #491 from daniel-shuy/bugfix/about-page-to-conversation-navigation
...
Fix About page to Conversation navigation
2023-10-07 23:52:40 +01:00
Alex
39e8ba42ff
Merge pull request #454 from aindree-2005/patch-1
...
Update About.tsx
2023-10-07 23:29:25 +01:00
Alex
1e52c956a8
Merge pull request #462 from mohitd404/main
...
Update README.md -- Fixed #453
2023-10-07 23:18:20 +01:00
ankur0904
d261ed074e
Make text bold
2023-10-07 23:54:47 +05:30
KRISH SONI
47f9be32ce
git commit
2023-10-07 21:40:29 +05:30
Harsh Mahajan
a17390c157
Update CONTRIBUTING.md
...
i made it easy to understand
2023-10-07 21:37:58 +05:30
Aditya Gupta
5ca5e0d00f
Revert "synced the branch"
...
This reverts commit 0585fb4c80 .
2023-10-07 21:22:48 +05:30
Ankit Matth
b0085f2741
Color of all buttons and elements changed from blue to #7D54D1
2023-10-07 20:42:32 +05:30
Daniel Shuy
b983095e13
Fix About page to Conversation navigation
2023-10-07 22:47:21 +08:00
KRISH SONI
dd6e018e46
Update README.md
2023-10-07 20:09:48 +05:30
KRISH SONI
6f8394a086
git commit
2023-10-07 20:00:17 +05:30
KRISH SONI
a0739a18e8
added one line for the venv documentation
2023-10-07 19:53:23 +05:30
KRISH SONI
27d33f015f
added venv official Python documentation
2023-10-07 19:43:45 +05:30
Alex
ffb7ad1417
Merge pull request #463 from jbampton/remove-duplicate-words
...
Remove unneeded duplicate words
2023-10-07 14:12:00 +01:00
Aindree Chatterjee
97e6bab6e3
Update About.tsx
2023-10-07 18:41:39 +05:30
Aindree Chatterjee
b311b7620c
Update About.tsx
2023-10-07 18:41:01 +05:30
Alex
25ec8fb2ab
Merge pull request #465 from adarsh-jha-dev/patch-1
...
Add Feedback Feature to Conversation Module (Update conversationSlice.ts)
2023-10-07 13:58:37 +01:00
Alex
75100cd182
Merge pull request #473 from staticGuru/main
...
Hero section's figma UI changes
2023-10-07 13:33:38 +01:00
KRISH SONI
50d48ee3ec
Added alternative virtual environment activation command for Windows users in README
2023-10-07 16:46:02 +05:30
KRISH SONI
0e330f983b
Added alternative virtual environment activation command for Windows users in README
2023-10-07 16:44:55 +05:30
Mohit Dhote
9523a929af
Merge branch 'main' into main
2023-10-07 15:23:53 +05:30
Mohit Dhote
3fcec069ed
Update README.md
2023-10-07 15:14:04 +05:30
Mohit Dhote
7c2e72aebb
Update README.md
2023-10-07 15:13:15 +05:30
Mohit Dhote
8d6fbddd67
Update README.md #453
...
made the required changes #453
2023-10-07 15:11:53 +05:30
Pratik Gupta
66b5ac8ff1
Update HACKTOBERFEST.md
...
Improvements
2023-10-07 14:51:22 +05:30
Pratik Gupta
e034fc12eb
Update CONTRIBUTING.md
...
Fixed and added the necessary links in contributing file
2023-10-07 14:46:56 +05:30
Pratik Gupta
a8317ccacd
Update README.md
...
Fixed and added the necessary links in README file
2023-10-07 14:37:54 +05:30
Alex
74376586a8
Update README.md
2023-10-07 09:51:41 +01:00
Pratik Gupta
ea49296cfe
Update HACKTOBERFEST.md
...
Improved the HACKTOBERFEST.md file.
Fixed and added 7 links.
2023-10-07 14:15:17 +05:30
Aditya Gupta
992f817fef
Fix: Sources feature doesn't look as intended
2023-10-07 13:24:12 +05:30
staticGuru
36528fceab
add issue fixes
2023-10-07 12:20:47 +05:30
staticGuru
8323b8af4d
Reset the input hidden issues
2023-10-07 12:13:05 +05:30
staticGuru
0e496181a1
Fix the question input hidden issue
2023-10-07 12:03:43 +05:30
staticGuru
f47fc7a484
add the additional div in the chat sections
2023-10-07 11:39:51 +05:30
Aditya Gupta
0585fb4c80
synced the branch
2023-10-07 11:21:55 +05:30
Nick Rogers
bdfcf6591e
Fix missing documentation for using Llama_cpp
2023-10-06 21:20:40 -07:00
GH Action - Upstream Sync
cad54f0f07
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-10-07 01:15:01 +00:00
GH Action - Upstream Sync
a52ab1685e
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-10-07 00:29:26 +00:00
Alex
3182816965
Merge pull request #472 from adityagupta19/main
...
Fix: Conversations tabs overlapping
2023-10-06 22:29:37 +01:00
Guruvignesh
a8da4b0162
Merge branch 'arc53:main' into main
2023-10-07 00:07:02 +05:30
staticGuru
ab7f6e8300
Change the hero section with figma style
2023-10-06 23:42:22 +05:30
Aditya Gupta
943bf477a0
Fix: Conversations tabs overlapping
2023-10-06 23:37:23 +05:30
Digvijay Shelar
168f4c0056
Merge branch 'main' into main
2023-10-06 22:41:28 +05:30
Digvijay Shelar
35fef11d2a
Update README.md
2023-10-06 22:40:46 +05:30
Shuvadipta Das
425a8a6412
Update How-to-train-on-other-documentation.md
2023-10-06 21:39:18 +05:30
Alex
b64495f7a9
Merge pull request #467 from jbampton/add-pr-labeler
...
Add pull request labeler
2023-10-06 16:11:53 +01:00
Pavel
014861a7f2
Merge pull request #468 from arc53/bug/faiss-import
...
Fix faiss import bug
2023-10-06 18:09:31 +03:00
Alex
17edaa0e1f
Update faiss.py
2023-10-06 16:05:10 +01:00
John Bampton
bbd0325c10
Add pull request labeler
2023-10-07 00:40:27 +10:00
Alex
316c276545
Update README.md
2023-10-06 15:29:17 +01:00
John Bampton
32ea0213f7
Remove unneeded duplicate words
2023-10-07 00:11:03 +10:00
Adarsh Jha
86c2f0716e
Update conversationSlice.ts
2023-10-06 19:36:48 +05:30
Pavel
68b8d7d7f2
Merge pull request #464 from arc53/bug/fix-tests
...
Fix tests on sagemaker.py
2023-10-06 17:02:54 +03:00
Alex
43a22f84d9
Update sagemaker.py
2023-10-06 14:43:05 +01:00
Alex
b3a0368b95
Update app.py
2023-10-06 13:54:03 +01:00
Alex
cd79330c4c
Merge pull request #449 from arc53/feature/sage-streaming
...
sagemaker streaming
2023-10-06 13:49:32 +01:00
mohitd404
245e09c723
Update README.md -- Fixed ##453
...
✅ Added code of conduct section to documentation.
✅ Added license section into the repository.
✅ Fixed some Typos.
2023-10-06 18:01:50 +05:30
Alex
495728593f
sagemaker fixes + test
2023-10-06 13:22:51 +01:00
Aditya Aryaman Das
e9c4b0dc01
Updated README.md
2023-10-06 17:24:49 +05:30
Alex
9942bf2124
Merge pull request #458 from staticGuru/main
...
[Fix] Source selection overflow issue
2023-10-06 12:37:14 +01:00
staticGuru
0a8ba068c4
remove the unwanted whitespace
2023-10-06 17:04:25 +05:30
staticGuru
a2bb70aaec
Source selection overflow issues
2023-10-06 16:51:35 +05:30
Alex
5ed25d8bcb
Merge pull request #447 from byt3h3ad/byt3h3ad-patch-1
...
improved CONTRIBUTING.MD, README.MD, HACKTOBERFEST.MD
2023-10-06 12:03:27 +01:00
Alex
cafc068c39
Merge branch 'main' into byt3h3ad-patch-1
2023-10-06 12:03:20 +01:00
Alex
b8dde0767b
Update docker-compose.yaml
2023-10-06 11:57:08 +01:00
Alex
f8e5e3b3c0
Merge pull request #445 from amoghak-ds/main
...
Update CODE_OF_CONDUCT.md
2023-10-06 11:53:03 +01:00
Aindree Chatterjee
edc19e99a9
Merge branch 'arc53:main' into patch-1
2023-10-06 16:20:11 +05:30
Alex
2b0b3827ab
Merge pull request #443 from amoghak-ds/patch-1
...
Update app.py
2023-10-06 11:49:16 +01:00
Aindree Chatterjee
8afe5a0087
Update About.tsx
2023-10-06 16:19:05 +05:30
Alex
0ecc53f3b6
Merge pull request #456 from LunarMarathon/fix-455-bitsandbytes
...
correct wrapper, typos; add links
2023-10-06 11:21:11 +01:00
LunarMarathon
b3f2827961
correct wrapper, typos; add links
...
Signed-off-by: LunarMarathon <lmaytan24@gmail.com >
2023-10-06 15:11:22 +05:30
Aindree Chatterjee
9c96a4d81b
Update About.tsx
...
Text decorations added
2023-10-06 12:28:32 +05:30
Alex
4f5e363452
sagemaker streaming
2023-10-06 01:52:29 +01:00
Alex
92572ff919
Merge pull request #442 from ratishjain12/fixed-homepage
...
fixed homepage
2023-10-06 01:32:34 +01:00
Ratish jain
39ddaf49be
Update Hero.tsx
2023-10-06 05:37:44 +05:30
Alex
627dc2d4a0
Merge pull request #441 from ka1bi4/update/documentation-update-formatting
...
Improved docs readability and fix some typo.
2023-10-05 23:33:00 +01:00
Soumyadipto Pal
42739bbb61
Merge branch 'main' into newBranch
2023-10-06 02:36:49 +05:30
SoumyadiptoPal
261c9eefe1
Updated navigation bar and also added discord and github icons
2023-10-06 02:10:21 +05:30
Adhiraj
e21e4d2b16
Update README.md
2023-10-06 02:05:11 +05:30
Adhiraj
8b6b8f0c53
Update CONTRIBUTING.md
2023-10-06 01:40:03 +05:30
Adhiraj
5a9feb4411
Update HACKTOBERFEST.md
2023-10-06 01:31:37 +05:30
Amogha Kancharla
f16128da09
Update CODE_OF_CONDUCT.md
...
I've improved the CODE_OF_CONDUCT.md file and fixed some typos and errors. Kindly review it.
2023-10-06 00:07:13 +05:30
Amogha Kancharla
48f9997ea9
Update app.py
...
This version of code uses a concise syntax and reduces redundancy.
2023-10-05 23:35:47 +05:30
ratishjain
f0e87094d6
fixed homepage
2023-10-05 23:24:09 +05:30
ratishjain
e0882e9e04
fixed homepage
2023-10-05 23:16:54 +05:30
Roman Zhukov
d37885ea88
Update doc formatting and fix some spelling.
2023-10-05 20:27:48 +03:00
Alex
d13e5e7e3f
Merge pull request #435 from Ankit-Matth/changing_discord_github_icons
...
I have changed icons & text for Discord and Github in the left sidebar.
2023-10-05 16:35:53 +01:00
Alex
aa9a024ee1
Merge branch 'main' into changing_discord_github_icons
2023-10-05 16:33:18 +01:00
Digvijay Shelar
5bbf6d2ae9
Update README.md
2023-10-05 20:38:02 +05:30
Alex
30299a9f04
Merge pull request #434 from QuantuM410/quantum410/frontend-placeholder
...
Added css attribute placeholder for search div
2023-10-05 15:55:00 +01:00
Alex
23d7fe936d
Merge pull request #432 from arc53/dependabot/pip/application/langchain-0.0.308
...
Bump langchain from 0.0.263 to 0.0.308 in /application
2023-10-05 15:46:23 +01:00
Alex
b50c052222
Merge pull request #399 from arc53/dependabot/npm_and_yarn/extensions/web-widget/postcss-8.4.31
...
Bump postcss from 8.4.23 to 8.4.31 in /extensions/web-widget
2023-10-05 15:41:28 +01:00
dependabot[bot]
ef9e9809e2
Bump langchain from 0.0.263 to 0.0.308 in /application
...
Bumps [langchain](https://github.com/langchain-ai/langchain ) from 0.0.263 to 0.0.308.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.263...v0.0.308 )
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-05 14:38:51 +00:00
Alex
f139c3268b
Merge pull request #431 from arc53/dependabot/pip/scripts/langchain-0.0.308
...
Bump langchain from 0.0.252 to 0.0.308 in /scripts
2023-10-05 15:37:53 +01:00
dependabot[bot]
e869bfd991
Bump postcss from 8.4.23 to 8.4.31 in /extensions/web-widget
...
Dependabot couldn't find the original pull request head commit, b4ce5c5d7b37c529245006df293f65d8065dd513.
2023-10-05 14:36:56 +00:00
Alex
d5309fcaf5
Merge pull request #398 from arc53/dependabot/npm_and_yarn/extensions/chrome/postcss-8.4.31
...
Bump postcss from 8.4.21 to 8.4.31 in /extensions/chrome
2023-10-05 15:36:41 +01:00
Alex
c4fc49553c
Merge pull request #396 from arc53/dependabot/pip/application/pillow-10.0.1
...
Bump pillow from 9.4.0 to 10.0.1 in /application
2023-10-05 15:36:07 +01:00
Alex
75704899a7
Merge pull request #395 from arc53/dependabot/npm_and_yarn/extensions/react-widget/postcss-8.4.31
...
Bump postcss from 8.4.29 to 8.4.31 in /extensions/react-widget
2023-10-05 15:35:48 +01:00
QuantuM410
70aa3b1ff1
Added css attribute placeholder for search div
2023-10-05 20:01:30 +05:30
Ankit Matth
6154a8169b
Replace Discord & Github Icons
2023-10-05 19:53:37 +05:30
dependabot[bot]
cf0173e079
Bump langchain from 0.0.252 to 0.0.308 in /scripts
...
Bumps [langchain](https://github.com/langchain-ai/langchain ) from 0.0.252 to 0.0.308.
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.252...v0.0.308 )
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-05 13:47:34 +00:00
Alex
cc62fc6222
Merge pull request #429 from shelar1423/main
...
fix: Typo in Readme.md
2023-10-05 14:00:33 +01:00
Digvijay Shelar
6cdadf1b37
Update README.md
2023-10-05 17:19:21 +05:30
Alex
dc90a66a96
Merge pull request #427 from ArnabBCA/main
...
Fixed Overflowing Text messages with long strings without spaces
2023-10-05 11:10:39 +01:00
Alex
4b629d20cf
Merge pull request #425 from Archit-Kohli/patch-2
...
Update huggingface.py
2023-10-05 11:03:27 +01:00
Arnab Ghosh
437bd13fd0
Fixed Overflowing Text message when user passed a very long string without spaces
2023-10-05 14:44:18 +05:30
Archit-Kohli
7ce1dc9069
Update huggingface.py add import torch statement
...
Added import torch statement
2023-10-05 14:27:15 +05:30
Archit-Kohli
5b4e517d9d
Update huggingface.py
...
Added quantization support using bitsandbytes
2023-10-05 11:03:51 +05:30
Alex
6c3ed5e533
Merge pull request #417 from eltociear/patch-2
...
Update How-to-use-different-LLM.md
2023-10-05 00:14:43 +01:00
Alex
ec2762c31a
Merge pull request #384 from ArnabBCA/main
...
Fixed Empty Spaces Passed in the Input Field
2023-10-05 00:10:51 +01:00
Alex
29f3158b61
Merge pull request #407 from Akash190104/patch-2
...
[Docs] Update Quickstart.md
2023-10-04 23:58:41 +01:00
Alex
d83b7276fd
Merge pull request #406 from Akash190104/patch-1
...
[DOCS] Update Hosting-the-app.md
2023-10-04 23:57:19 +01:00
Alex
1336010bb2
Update .env_sample
2023-10-04 23:54:53 +01:00
Alex
5cb3df6db1
Merge pull request #420 from jerempy/feature/useMediaQuery
...
useMediaQuery
2023-10-04 18:50:42 +01:00
jerempy
4be0c1c0eb
delete unused test
2023-10-04 13:41:43 -04:00
jerempy
33e5e74228
custom hook
2023-10-04 13:12:52 -04:00
Ikko Eltociear Ashimine
2b06989372
Update How-to-use-different-LLM.md
...
Huggingface -> Hugging Face
2023-10-05 01:24:46 +09:00
Alex
cd4da2aca3
Merge pull request #402 from jbampton/fix-spelling
...
react-widget: fix spelling; `atrribute`
2023-10-04 16:38:28 +01:00
Alex
b335951862
Merge pull request #408 from Shrit1401/main
...
Added Contributors Images in Readme.md
2023-10-04 16:35:23 +01:00
Arnab Ghosh
e95e084956
Fixed Empty Spaces Passed in the Input Field
2023-10-04 20:54:25 +05:30
Alex
b7d569de98
Update README.md
2023-10-04 14:01:23 +01:00
Alex
8320cca5cd
minor fixes on deleting
2023-10-04 13:57:40 +01:00
Shrit Shrivastava
bad5fec0f1
Added Contributors Images in Readme.md
2023-10-04 18:16:53 +05:30
Akash Kundu
200a3b65ee
[Docs] Update Quickstart.md
2023-10-04 18:06:44 +05:30
Akash Kundu
d9fc2a93cc
Update Hosting-the-app.md
...
There were a lot of grammatical errors and typos that I fixed to improve the readability of the document.
2023-10-04 17:56:25 +05:30
Alex
94f3533c29
Update README.md
2023-10-04 12:33:58 +01:00
John Bampton
77f7ad309e
react-widget: fix spelling; atrribute
2023-10-04 10:12:46 +10:00
dependabot[bot]
cefd270837
Bump postcss from 8.4.21 to 8.4.31 in /extensions/chrome
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 22:52:59 +00:00
dependabot[bot]
037e68a376
Bump postcss from 8.4.29 to 8.4.31 in /extensions/react-widget
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 22:52:56 +00:00
Alex
4da0785494
Merge pull request #397 from arc53/dependabot/npm_and_yarn/frontend/postcss-8.4.31
...
Bump postcss from 8.4.21 to 8.4.31 in /frontend
2023-10-03 23:52:19 +01:00
dependabot[bot]
53171bafec
Bump pillow from 9.4.0 to 10.0.1 in /application
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.4.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...10.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 22:46:06 +00:00
dependabot[bot]
16fe77e472
Bump postcss from 8.4.21 to 8.4.31 in /frontend
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 22:46:06 +00:00
Alex
9f147e5b6d
Merge pull request #393 from arc53/dependabot/pip/scripts/pillow-10.0.1
...
Bump pillow from 10.0.0 to 10.0.1 in /scripts
2023-10-03 23:45:37 +01:00
Alex
c43106a744
Merge pull request #392 from jbampton/remove-unneeded-comments
...
tests(python): remove unneeded comments
2023-10-03 23:43:24 +01:00
Alex
a73eb0377d
Merge pull request #389 from Cioraz/fixed_sumbit_to_submit
...
Corrected Sumbit to Submit
2023-10-03 23:36:00 +01:00
Alex
e05514b455
Merge pull request #372 from siiddhantt/main
...
Updated sources section according to Figma design
2023-10-03 23:21:32 +01:00
dependabot[bot]
901c7be9a8
Bump pillow from 10.0.0 to 10.0.1 in /scripts
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 20:40:53 +00:00
John Bampton
e503cc3003
tests(python): remove unneeded comments
2023-10-04 06:06:20 +10:00
Alex
2ff777acb7
Merge pull request #390 from jbampton/fix-spelling
...
misc: fix spelling
2023-10-03 20:25:46 +01:00
John Bampton
034d73a4eb
misc: fix spelling
2023-10-04 05:18:15 +10:00
Siddhant Rai
aec55e50f9
Merge branch 'arc53:main' into main
2023-10-03 23:32:43 +05:30
siiddhantt
1f356a67b2
fix: added conditions for error state
2023-10-03 23:32:08 +05:30
Cioraz
0f60cd480d
Correct Sumbit to Submit
2023-10-03 22:27:58 +05:30
Cioraz
316b8c66db
Correct Sumbit to Submit
2023-10-03 22:26:53 +05:30
Alex
744d4ebbaf
Update bug_report.yml
2023-10-03 15:14:44 +01:00
Alex
005deaccc8
Merge pull request #381 from adeyinkaezra123/issuetemplates
...
feat: create issue template forms to ensure consistency in issue and pr formats
2023-10-03 15:04:05 +01:00
Ezra Adeyinka
b6f78ce1af
fix(bug_report_template): add environments and variable constructs
2023-10-03 14:39:56 +01:00
Ezra Adeyinka
932b504d82
fix(bug_report_template): append working code of conduct url
2023-10-03 14:22:53 +01:00
Ezra Adeyinka
1cca46cf7b
ci(root): add pull request markdown template
2023-10-03 13:04:32 +01:00
Ezra Adeyinka
a8f6d2adf0
ci(root): add feature request issue form template directive
2023-10-03 13:02:24 +01:00
Ezra Adeyinka
203de18053
ci(root): add bug report issue form template directive
2023-10-03 12:47:10 +01:00
Alex
ee12b4164b
Merge pull request #337 from arc53/dependabot/pip/scripts/cryptography-41.0.4
...
Bump cryptography from 41.0.3 to 41.0.4 in /scripts
2023-10-03 11:12:21 +01:00
Alex
b38459439d
Merge pull request #338 from arc53/dependabot/pip/application/cryptography-41.0.4
...
Bump cryptography from 41.0.3 to 41.0.4 in /application
2023-10-03 11:12:02 +01:00
Alex
a2eddb3580
Merge pull request #373 from arc53/dependabot/pip/application/urllib3-1.26.17
...
Bump urllib3 from 1.26.14 to 1.26.17 in /application
2023-10-03 11:07:34 +01:00
Alex
18adbc6bf0
Merge pull request #377 from prithvi2k2/main
...
Removed redundant files as discussed at #376
2023-10-03 11:06:52 +01:00
Alex
c1ccef25a3
Merge pull request #375 from chriscarnold/github-star-badge-readme
...
Fixed GihHub badges in README.md links
2023-10-03 11:02:04 +01:00
Alex
b1bea73efb
Merge pull request #374 from Smartmind12/patch-2
...
Adding tab to documentation in Navigation bar
2023-10-03 10:57:56 +01:00
Alex
4175d29056
hotfix
2023-10-03 10:50:49 +01:00
Alex
46c78c33cf
Merge pull request #378 from arc53/feature/holopin
...
Feature/holopin
2023-10-03 09:49:38 +01:00
Alex
3fe5a41433
Update HACKTOBERFEST.md
2023-10-03 09:49:03 +01:00
Alex
f2b1f95521
Update holopin.yml
2023-10-03 09:46:25 +01:00
prithvi2k2
94f81caf28
Removed redundant files as discussed at #376
2023-10-03 14:11:52 +05:30
chriscarnold
669a4a299c
Fixed GihHub badges in README.md links
2023-10-03 09:05:14 +01:00
siiddhantt
afff55045f
fix: css changes
2023-10-03 10:47:15 +05:30
Siddhant Rai
4fbcd2ba5d
Merge branch 'arc53:main' into main
2023-10-03 10:45:41 +05:30
Utsav Paul
016295dfee
Adding tab to documentation in Navigation bar
2023-10-03 10:33:02 +05:30
dependabot[bot]
6d2bc2929a
Bump urllib3 from 1.26.14 to 1.26.17 in /application
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.14 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 02:47:59 +00:00
Alex
23a5e566f2
Update Quickstart.md
2023-10-03 00:39:28 +01:00
Alex
4b387961a4
Update Quickstart.md
2023-10-03 00:39:12 +01:00
siiddhantt
1765a8a7f9
fix: fixes according to figma design
2023-10-02 23:22:04 +05:30
siiddhantt
837a5b52a7
Merge branch 'main' of github.com:siiddhantt/DocsGPT
2023-10-02 22:42:20 +05:30
siiddhantt
180c4e855e
feat: updated sources section design
2023-10-02 22:37:12 +05:30
Alex
01d2af9961
Update favicon.ico
...
favicon new
2023-10-02 15:21:36 +01:00
Alex
7f3cc6269b
holopin init
2023-10-02 15:14:19 +01:00
Alex
dbc0d54491
Update index.mdx
2023-10-02 10:04:08 +01:00
Alex
f843f5ae9d
Update index.mdx
2023-10-02 10:03:34 +01:00
Alex
962cb290e4
Merge pull request #366 from Smartmind12/patch-1
...
Update index.mdx
2023-10-02 09:53:39 +01:00
Alex
7138655dd1
Update HACKTOBERFEST.md
2023-10-02 09:47:39 +01:00
Utsav Paul
93acfc2e38
Update index.mdx
...
Updating the Documentation Landing page to make it more userfriendly.
2023-10-02 11:16:44 +05:30
Alex
91878c4591
Update README.md
2023-10-02 00:31:24 +01:00
Alex
05ec1216e0
Merge pull request #363 from hirenchauhan2/feat/ui/170
...
feat(ui): add scroll to bottom button
2023-10-01 21:59:22 +01:00
Alex
af0e6481f8
Update Conversation.tsx
2023-10-01 21:57:12 +01:00
Alex
11a745c4d9
Merge pull request #364 from arc53/bug/fix-test
...
Fix broken test
2023-10-01 21:45:31 +01:00
Alex
2393da4425
Update README.md
2023-10-01 21:44:54 +01:00
Alex
95ab08e02d
Update test_celery.py
2023-10-01 21:34:57 +01:00
Alex
95fdedf12e
Merge pull request #361 from Ayush-Prabhu/patch-1
...
Grammatical corrections
2023-10-01 20:58:09 +01:00
Alex
c73dd776db
Merge pull request #362 from arc53/feature/startup-script-cpu-inference
...
script + cpu optimisations
2023-10-01 20:11:42 +01:00
Alex
891e5fea3f
Update README.md
2023-10-01 20:10:41 +01:00
Alex
bb2f6f23b5
Update README.md
2023-10-01 20:09:15 +01:00
Alex
cd9b03bdb9
celery syncs
2023-10-01 20:05:13 +01:00
Alex
a619269502
celery bugs
2023-10-01 19:55:11 +01:00
Hiren Chauhan
153b5c028b
feat(ui): add scroll to bottom button
...
This will show the scroll to bottom button when user scrolls to top from the last message.
Closes #170
2023-10-02 00:15:31 +05:30
Alex
9a33bf2210
script + cpu optimisations
2023-10-01 19:16:13 +01:00
Ayush-Prabhu
34b4cd2231
Grammatical corrections
...
Corrected grammatical errors and spelling errors in : docs/pages/Guides/My-AI-answers-questions-using-external-knowledge.md
2023-10-01 23:36:50 +05:30
Alex
6045cbbc62
Merge pull request #355 from arc53/feature/cpu-llm
...
llama-cpp local
2023-10-01 17:55:26 +01:00
Alex
9bbf4044e0
script
2023-10-01 17:20:47 +01:00
Alex
fcf8a64d91
Merge pull request #360 from jbampton/fix-spelling
...
Fix spelling
2023-10-01 17:09:53 +01:00
John Bampton
2c6ab18e41
Fix spelling
2023-10-02 01:25:23 +10:00
Alex
2fea294b13
Update settings.py
2023-10-01 11:28:06 +01:00
Pavel
b47ecab1a9
llama-cpp local
2023-09-30 23:38:48 +04:00
Pavel
b86c294250
Merge pull request #354 from arc53/featue/elasticsearch
...
working es
2023-09-30 17:37:37 +03:00
Alex
3eacfb91aa
fix314
2023-09-30 15:32:37 +01:00
Alex
94164c2a71
Merge branch 'main' into featue/elasticsearch
2023-09-30 15:30:23 +01:00
Alex
d85eb83ea2
elastic search fixes
2023-09-30 15:25:31 +01:00
Alex
b2002639db
Merge pull request #353 from arc53/bug/fix-aes-pdf
...
Update requirements.txt
2023-09-29 17:34:17 +01:00
Alex
347cfe253f
elastic2
2023-09-29 17:17:48 +01:00
Pavel
833e1836e1
Merge pull request #352 from arc53/feature/aws-sagemaker-inference
...
sagemaker + llm creator class
2023-09-29 17:42:54 +03:00
Alex
e4be38b9f7
sagemaker + llm creator class
2023-09-29 01:09:01 +01:00
Alex
783e7f6939
working es
2023-09-29 00:32:19 +01:00
Alex
c1c54f4848
Update README.md
2023-09-28 16:07:50 +01:00
Alex
86be6be2d2
Update Dockerfile
2023-09-28 15:30:47 +01:00
Alex
35a63e867a
Merge pull request #345 from beardcodes/patch-1
...
Update Dockerfile
2023-09-28 15:30:19 +01:00
Alex
9c12a417ee
Update README.md
2023-09-28 15:22:56 +01:00
Alex
32a019c0d6
Update requirements.txt
2023-09-27 22:39:48 +01:00
Pavel
b7e4a3c99e
Merge pull request #348 from arc53/feature/better-structure
...
Feature/better structure
2023-09-27 20:18:09 +03:00
Alex
039062d071
ruff fix
2023-09-27 18:10:26 +01:00
Alex
83ae3e8371
more ruff fixes
2023-09-27 18:04:07 +01:00
Alex
852de8bdfc
ruff linting
2023-09-27 18:01:40 +01:00
Alex
b8acb860aa
some tests
2023-09-27 17:54:57 +01:00
Alex
e6849b85d1
Create huggingface.py
2023-09-27 17:02:47 +01:00
Alex
8fa9657ba6
working full
2023-09-27 16:25:57 +01:00
Zakarya El Quaroui
04b038960b
Update Dockerfile
...
The current node version is vulnerable to buffer overflow.
CVE-2022-3602
PUBLISHED
View JSON
X.509 Email Address 4-byte Buffer Overflow
Important CVE JSON 5 Information
Assigner: Openssl
Published: 2022-11-01Updated: 2022-11-03
A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. An attacker can craft a malicious email address to overflow four attacker-controlled bytes on the stack. This buffer overflow could result in a crash (causing a denial of service) or potentially remote code execution. Many platforms implement stack overflow protections which would mitigate against the risk of remote code execution. The risk may be further mitigated based on stack layout for any given platform/compiler. Pre-announcements of CVE-2022-3602 described this issue as CRITICAL. Further analysis based on some of the mitigating factors described above have led this to be downgraded to HIGH. Users are still encouraged to upgrade to a new version as soon as possible. In a TLS client, this can be triggered by connecting to a malicious server. In a TLS server, this can be triggered if the server requests client authentication and a malicious client connects. Fixed in OpenSSL 3.0.7 (Affected 3.0.0,3.0.1,3.0.2,3.0.3,3.0.4,3.0.5,3.0.6).
2023-09-27 17:08:44 +08:00
Alex
52507a5a95
Merge pull request #342 from arc53/hacktoberfest
2023-09-26 18:36:14 +01:00
Alex
d8505ba2ab
Update README.md
2023-09-26 15:14:26 +01:00
Alex
fa26c0997e
Update index.mdx
2023-09-26 15:07:42 +01:00
Alex
5a0aadd2ae
Hacktoberfest info
2023-09-26 13:48:57 +01:00
Alex
025549ebf8
fixes to make it work
2023-09-26 13:00:17 +01:00
Alex
e85a583f0a
testings
2023-09-26 10:03:22 +01:00
Alex
f7244ddb7a
Merge pull request #340 from DenyTwice/main
...
UI Improvements, implements task 3 in issue #279
2023-09-24 11:13:27 +01:00
DenyTwice
d983a519e3
Uncomments selectDocsModal, removes redundant styles
2023-09-23 21:43:16 +05:30
DenyTwice
ae01070b8f
Design consistency changes, fixes arrow icon positioning in source docs dropdown
2023-09-23 21:31:05 +05:30
dependabot[bot]
0ffb40f4c1
Bump cryptography from 41.0.3 to 41.0.4 in /application
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-21 21:13:00 +00:00
dependabot[bot]
8bcffb4ad5
Bump cryptography from 41.0.3 to 41.0.4 in /scripts
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-21 21:06:30 +00:00
Alex
b2118602d9
Merge pull request #335 from B2o5T/patch-1
...
fix syntax highlightning
2023-09-16 09:49:03 +01:00
Dimitri POSTOLOV
9303f3b47b
Update API-docs.md
2023-09-16 02:18:01 +02:00
Alex
e5c43cfc4b
Merge pull request #334 from arc53/support-for-docx
...
Include docx files in the frontend
2023-09-15 11:28:56 +01:00
Alex
45fc08e221
Update Upload.tsx
2023-09-15 11:28:23 +01:00
Alex
67e8511106
Update Upload.tsx
2023-09-15 11:27:08 +01:00
Pavel
4f7fd0a62b
Merge pull request #333 from arc53/feature/update-guides
...
updated deployment and created react widget guide
2023-09-15 13:11:30 +03:00
Alex
88fe454962
removed unecessary comma
2023-09-15 11:08:21 +01:00
Alex
26f7a9be0a
updated deployment and create react widget guide
2023-09-15 11:00:59 +01:00
Alex
9256926bb7
Update README.md
2023-09-14 22:22:28 +01:00
Alex
2a83318739
updates modal
2023-09-13 14:11:32 +01:00
Pavel
d6e2535a5e
Merge pull request #330 from arc53/feature/better-widget
...
Feature/better widget
2023-09-12 20:05:01 +03:00
Alex
2bffb7e22c
update widgets
2023-09-12 17:44:40 +01:00
Alex
24a162cf86
use all states
2023-09-12 17:43:41 +01:00
Alex
f3104f3bc4
different source docs
2023-09-12 17:37:26 +01:00
Alex
45f1bf6709
widget final
2023-09-12 17:36:41 +01:00
Alex
40b2590815
different imports
2023-09-12 17:25:08 +01:00
Alex
dd9ab46b5c
Update theme.config.jsx
2023-09-12 17:21:32 +01:00
Alex
c2aeadae33
Update theme.config.jsx
2023-09-12 17:19:18 +01:00
Alex
1bd9759ab7
update package
2023-09-12 17:13:34 +01:00
Alex
dcdbb05168
Update theme.config.jsx
2023-09-12 17:00:45 +01:00
Alex
ae117c47e9
widget everywhere
2023-09-12 16:43:47 +01:00
Alex
7f7856f0e4
Local storage sync
2023-09-12 16:39:09 +01:00
Alex
aa7b7c8619
Update docs
2023-09-12 15:48:52 +01:00
Alex
ee0cbff245
cleanup
2023-09-12 15:42:31 +01:00
Alex
c2c18b25d2
widget 0.2.0
2023-09-12 15:41:05 +01:00
Alex
816c7c95ed
react-widget
2023-09-12 14:01:12 +01:00
Alex
cb5d65d11a
widget init
2023-09-08 13:30:08 +01:00
Alex
75f3f43ba0
Merge pull request #327 from larinam/patch-2
2023-09-08 01:31:55 +01:00
Alex
9a521355ed
Merge pull request #326 from larinam/remove-static
2023-09-08 01:30:59 +01:00
Anton Larin
47bfdf0710
Extended info on .env
2023-09-07 21:16:03 +02:00
Anton Larin
e1b49c3fb4
remove old static resources from the Flask application, forgotten leftover.
2023-09-07 18:32:45 +02:00
Alex
374dffc5fa
little fix
2023-09-07 12:43:59 +01:00
Alex
4f735a5d11
Nextra docs
2023-09-07 12:36:39 +01:00
Alex
94738d8fc4
Merge pull request #325 from larinam/remove-static
...
remove old static resources from the Flask application, update the ro…
2023-09-07 09:51:33 +01:00
Anton Larin
adb4bfa10b
remove old static resources from the Flask application, update the routing in app.py
2023-09-07 10:19:58 +02:00
Alex
48e6bbdc97
Merge pull request #322 from larinam/patch-1
...
Update CONTRIBUTING.md - information about running unit tests
2023-09-05 10:01:37 +01:00
Anton Larin
b54d6fea44
Update CONTRIBUTING.md - information about running unit tests
2023-09-05 06:31:27 +02:00
Alex
4462e6339d
Merge pull request #320 from larinam/test-codecov
...
add simple test to make a PR to check CodeCov
2023-09-04 18:38:46 +01:00
Anton Larin
c1581b69f4
small optimization
2023-09-04 19:32:56 +02:00
Alex
14284e0cc7
Update test_app.py
2023-09-04 18:25:41 +01:00
Anton Larin
de40e733ec
add simple test to make a PR to check CodeCov
2023-09-04 19:13:51 +02:00
Alex
9d91b6f780
Merge pull request #315 from arc53/codecov-integration
...
Create codecov.yml
2023-09-04 16:24:02 +01:00
Alex
6a8b49f9c4
Create codecov.yml
2023-09-04 14:48:20 +01:00
Alex
445a8a5647
Merge pull request #313 from arc53/codecov-integration
...
Update pytest.yml
2023-09-04 14:46:59 +01:00
Alex
83ce4a538a
Update pytest.yml
2023-09-04 14:23:44 +01:00
Alex
35a19d2007
Update .env-template
2023-08-31 13:48:33 +01:00
Alex
505e12c5ea
Merge pull request #306 from larinam/pytest-introduction
...
Adapt documentation to existing tests.
2023-08-23 09:37:57 +01:00
Alex
b2bfd7f23a
Update README.md
2023-08-22 09:32:20 +01:00
Alex
cdb96e715d
Update README.md
2023-08-21 22:19:47 +01:00
Alex
b3e5f09e3b
Merge pull request #308 from larinam/revert-pytest-introduction
...
revert introduction of the coverage note addition to pull requests as…
2023-08-21 22:18:47 +01:00
Alex
db542d668a
Update README.md
2023-08-21 22:16:50 +01:00
Anton Larin
a8a79a55a4
revert introduction of the coverage note addition to pull requests as it doesn't work for pull requests from public forks. see GitHub documentation: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
2023-08-21 21:24:29 +02:00
Anton Larin
47f62a87a7
Revert "experiment with permissions"
...
This reverts commit 44f353861a .
2023-08-21 20:19:37 +02:00
Anton Larin
44f353861a
experiment with permissions
2023-08-21 13:48:18 +02:00
Anton Larin
a2ef84a4a0
Adapt documentation to existing tests.
2023-08-18 17:43:17 +02:00
Alex
12ac20ec43
Merge pull request #304 from larinam/pytest-introduction
...
count test coverage
2023-08-17 16:17:57 +01:00
Anton Larin
ecfbc7b9fd
count coverage
2023-08-16 16:35:48 +02:00
Alex
ba2fe0fb1f
Update README.md
2023-08-15 14:54:19 +01:00
Alex
890a20edba
Merge pull request #303 from arc53/feature/hf-docs-models
...
Support for hf models optimised for docsgpt
2023-08-15 14:36:56 +01:00
Alex
e6f48c9403
Merge pull request #302 from arc53/dartpain-patch-2
...
Update README.md
2023-08-15 14:33:28 +01:00
Alex
909f0afa69
ruff fixes
2023-08-15 14:33:17 +01:00
Alex
5ed2b99b8c
Update README.md
2023-08-15 14:28:59 +01:00
Alex
7848751fd8
Update README.md
2023-08-15 14:27:32 +01:00
Alex
e593241d75
Support for hf models optimised for docsgpt
2023-08-15 14:14:49 +01:00
Alex
fcdc7b7aeb
Merge pull request #292 from arc53/dependabot/pip/application/cryptography-41.0.3
...
Bump cryptography from 41.0.2 to 41.0.3 in /application
2023-08-15 00:15:09 +01:00
Alex
c3c7878f28
Merge pull request #300 from larinam/pytest-introduction
...
Introduce tests with pytest
2023-08-14 23:05:38 +01:00
Anton Larin
85f9ae5a0a
fix packaging and imports and introduce tests with pytest.
...
still issues with celery worker.
2023-08-14 18:53:25 +02:00
Anton Larin
98a97f34f5
fix packaging and imports and introduce tests with pytest.
...
still issues with celery worker.
2023-08-14 18:20:25 +02:00
dependabot[bot]
98d647a3fe
Bump cryptography from 41.0.2 to 41.0.3 in /application
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-13 20:33:47 +00:00
Alex
9a393b4f74
Merge pull request #299 from larinam/main
...
fixes for requirements.txt
2023-08-13 21:33:10 +01:00
Anton Larin
88d74235e1
1. remove unnecessary dependencies to speed up the build and reduce the downloads volume.
...
2. upgrade a couple of libraries
2023-08-13 21:48:24 +02:00
Anton Larin
36fa470348
1. remove unnecessary dependencies to speed up the build and reduce the downloads volume.
...
2. upgrade a couple of libraries
2023-08-13 21:28:48 +02:00
Alex
33dce10bc3
Merge pull request #296 from larinam/revert_breaking_renaming_azure_change
...
Revert "Changed environment variable names OPENAI_API_BASE and OPENAI…
2023-08-08 18:15:45 +01:00
Alex
feed0b288f
Merge pull request #297 from larinam/upgrade_scripts_requirements
...
upgrade versions and remove transitive and unnecessary dependencies for scripts subproject
2023-08-05 22:10:49 +01:00
Alex
1b7dc8a509
Merge pull request #298 from arc53/feature/hisotry
...
fix the styling in a box
2023-08-05 22:02:42 +01:00
Alex
87cc3cf168
fix the styling in a box
2023-08-05 21:58:54 +01:00
Alex
eac7b1e9f2
Merge pull request #295 from larinam/min_tokens_logic_fix
...
Fix min_tokens logic for grouping documents
2023-08-05 14:36:34 +01:00
Anton Larin
bb1a42df91
upgrade versions and remove transitive and unnecessary dependencies
2023-08-05 15:01:53 +02:00
Anton Larin
ac5ac3e9f1
Revert "Changed environment variable names OPENAI_API_BASE and OPENAI_API_VERSION to AZURE_OPENAI_API_BASE and AZURE_OPENAI_API_VERSION"
...
This reverts commit ce8b29e9d0 .
2023-08-05 14:08:51 +02:00
Anton Larin
bed25b317c
Fix min_tokens logic for grouping documents: documents with (lengh >= min_tokens) should not be grouped into one document for indexing
2023-08-05 13:18:52 +02:00
Pavel
1687e6682a
Merge pull request #290 from arc53/feature/hisotry
...
history
2023-07-26 22:26:11 +01:00
Alex
22572c8ed1
ruff fixes
2023-07-26 22:21:32 +01:00
Alex
8187a339f0
little bug fix
2023-07-26 22:17:18 +01:00
Alex
382c3930a2
history
2023-07-26 22:14:54 +01:00
Alex
a64a30c088
fix
2023-07-24 16:23:49 +01:00
Alex
dac76a867f
fix tokens for header
2023-07-24 16:14:08 +01:00
Alex
b2e86e105d
Merge pull request #282 from arc53/dependabot/npm_and_yarn/frontend/word-wrap-1.2.4
...
Bump word-wrap from 1.2.3 to 1.2.4 in /frontend
2023-07-20 09:51:48 +01:00
dependabot[bot]
b8e57c9b6f
Bump word-wrap from 1.2.3 to 1.2.4 in /frontend
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-20 06:16:47 +00:00
Alex
486a1bc9de
Merge pull request #281 from arc53/dependabot/pip/scripts/cryptography-41.0.2
...
Bump cryptography from 41.0.0 to 41.0.2 in /scripts
2023-07-15 16:34:09 +01:00
dependabot[bot]
b1b610f4b5
Bump cryptography from 41.0.0 to 41.0.2 in /scripts
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-15 15:21:20 +00:00
Alex
68447a6009
Merge pull request #280 from arc53/dependabot/pip/application/cryptography-41.0.2
...
Bump cryptography from 41.0.0 to 41.0.2 in /application
2023-07-15 16:20:37 +01:00
dependabot[bot]
a55280b941
Bump cryptography from 41.0.0 to 41.0.2 in /application
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-15 01:25:02 +00:00
Alex
830462d525
Merge pull request #278 from RikSchoonbeek/openai_api_connection_error
...
(issue 276) Fix for openai.error.APIConnectionError when asking a question to a document
2023-07-12 21:10:53 +01:00
Rik Schoonbeek
ce8b29e9d0
Changed environment variable names OPENAI_API_BASE and OPENAI_API_VERSION to AZURE_OPENAI_API_BASE and AZURE_OPENAI_API_VERSION
2023-07-12 17:37:56 +02:00
Alex
6ab15f8eb1
Merge pull request #275 from Sukhacoder02/feat/generic-modal
...
feat: use generic Modal with render props
2023-07-02 18:21:01 +07:00
Sukhman S
96eb68e042
feat: use generic Modal with render props
2023-07-02 10:35:03 +05:30
Sukhman S
bf78bdd6d4
feat: pass ErrorMessage as a prop to Modal
2023-07-02 10:34:43 +05:30
Sukhman S
d998815847
fix: fix styles for error message
2023-07-01 23:19:27 +05:30
Sukhman S
00ba7b78ca
feat: use generic Modal with render props
2023-07-01 23:04:45 +05:30
Sukhman S
0b735d94f1
feat: add generic Modal component
2023-07-01 23:03:29 +05:30
Alex
301989540f
Update sync_fork.yaml
2023-06-30 07:26:50 +07:00
Alex
e26b95a26f
Merge pull request #274 from UndrscoreEX/readme_update
...
Added some missing info on the Readme
2023-06-29 11:54:48 +07:00
ethan_h
049c1ddb48
added some info about the stack and install instructions to Readme documentation
2023-06-29 13:17:59 +09:00
Alex
2f1c3075a2
Merge pull request #253 from arc53/dependabot/pip/scripts/cryptography-41.0.0
...
Bump cryptography from 39.0.2 to 41.0.0 in /scripts
2023-06-28 00:40:37 +07:00
Alex
b1a5068fd6
Merge pull request #254 from arc53/dependabot/pip/application/cryptography-41.0.0
...
Bump cryptography from 39.0.2 to 41.0.0 in /application
2023-06-28 00:40:17 +07:00
Alex
01fbd5d702
Merge pull request #247 from arc53/dependabot/pip/application/flask-2.2.5
...
Bump flask from 2.2.3 to 2.2.5 in /application
2023-06-28 00:31:30 +07:00
Alex
5916f92f1a
Merge pull request #245 from arc53/dependabot/pip/scripts/requests-2.31.0
...
Bump requests from 2.28.2 to 2.31.0 in /scripts
2023-06-28 00:27:04 +07:00
Alex
5e45268f68
Merge pull request #244 from arc53/dependabot/pip/application/requests-2.31.0
...
Bump requests from 2.28.2 to 2.31.0 in /application
2023-06-28 00:26:50 +07:00
Alex
b8e28e0c12
Merge pull request #256 from arc53/dependabot/npm_and_yarn/frontend/vite-4.1.5
...
Bump vite from 4.1.4 to 4.1.5 in /frontend
2023-06-25 10:54:15 +07:00
Alex
04f824ea36
Merge pull request #272 from idan-h/main
...
Fixed bugs, changed backend port
2023-06-25 10:51:55 +07:00
Alex
c216bea031
Update app.py
2023-06-25 10:51:45 +07:00
Alex
e72ef478dc
Merge pull request #270 from larinam/workflow-fix
...
prevent this action from running on forks as it fails anyway.
2023-06-25 00:22:27 +07:00
Idan
897b4ef2cd
Fixed a bug with reading md files
2023-06-23 14:57:29 +03:00
Idan
2404899e28
Fixed request length bug, changed to as less used port
2023-06-23 14:56:14 +03:00
Anton Larin
a2dfc2cbdc
prevent this action from running on forks as it fails anyway.
2023-06-18 13:57:12 +02:00
Alex
92373b25a9
Merge pull request #269 from larinam/main
...
Azure implementation for the streaming output
2023-06-18 12:42:53 +01:00
GH Action - Upstream Sync
ce1840a9ae
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-06-18 08:04:04 +00:00
Alex
c4f4bdd789
Update README.md
2023-06-18 08:57:27 +01:00
Alex
ec5068e85b
Update README.md
2023-06-18 08:57:10 +01:00
Alex
1d9d0ddf27
Update README.md
2023-06-18 08:56:32 +01:00
GH Action - Upstream Sync
e393be90dd
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-06-17 18:04:12 +00:00
Alex
e633df06e4
Update README.md
2023-06-17 18:03:41 +01:00
Anton Larin
0ff5f408d6
fix configuration to support streaming answer with Azure
2023-06-17 17:40:31 +02:00
Anton Larin
5eda42ff31
fix configuration to support streaming answer with Azure
2023-06-17 17:31:21 +02:00
Anton Larin
84168e22d0
add missing variable after testin and minor fixes.
2023-06-17 16:09:22 +02:00
GH Action - Upstream Sync
b722845aff
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-06-17 12:04:20 +00:00
Alex
fd54682c02
Update README.md
2023-06-17 12:48:07 +01:00
Anton Larin
f5e287ffa6
optimized imports
2023-06-17 13:38:50 +02:00
Anton Larin
fb10a546d6
running with docker-compose with .sh script for more convenience with Azure.
2023-06-17 13:35:05 +02:00
Anton Larin
006897f1c0
Azure support for streaming output.
2023-06-17 13:20:29 +02:00
Anton Larin
968849e52b
code readability, formatting, minor version bump
2023-06-17 12:42:05 +02:00
Alex
8bee47dc50
Merge pull request #267 from tardigrde/patch-1
2023-06-16 09:47:44 +01:00
Levente Csőke
08250120d1
Update README.md
2023-06-16 07:49:11 +02:00
Levente Csőke
8892b70785
Fix dev setup docs md rendering
...
Ordered list was badly formatted
2023-06-16 07:47:38 +02:00
Alex
534e4cb591
Merge pull request #259 from arc53/dependabot/pip/scripts/transformers-4.30.0
...
Bump transformers from 4.26.0 to 4.30.0 in /scripts
2023-06-16 01:38:51 +01:00
Alex
489abdcb0b
Merge pull request #260 from arc53/dependabot/pip/application/transformers-4.30.0
...
Bump transformers from 4.27.2 to 4.30.0 in /application
2023-06-16 01:38:20 +01:00
Alex
f6b6c2e9a3
Update requirements.txt
2023-06-16 01:36:45 +01:00
Alex
43c016f024
Update requirements.txt
2023-06-16 01:35:05 +01:00
Alex
c0e7d9cd8b
Merge pull request #266 from arc53/dartpain-patch-1
...
Update README.md
2023-06-15 22:44:21 +01:00
Alex
5f687a31f8
Update README.md
2023-06-15 22:31:40 +01:00
dependabot[bot]
f2d2478dee
Bump transformers from 4.27.2 to 4.30.0 in /application
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.27.2 to 4.30.0.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.27.2...v4.30.0 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-15 16:53:40 +00:00
dependabot[bot]
8a98789be1
Bump transformers from 4.26.0 to 4.30.0 in /scripts
...
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.26.0 to 4.30.0.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.26.0...v4.30.0 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-15 16:53:39 +00:00
dependabot[bot]
87a5c8894a
Bump flask from 2.2.3 to 2.2.5 in /application
...
Bumps [flask](https://github.com/pallets/flask ) from 2.2.3 to 2.2.5.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.2.5 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-15 16:53:35 +00:00
Alex
7e92ed4501
Merge pull request #265 from tardigrde/main
...
Improve dev setup docs
2023-06-15 17:52:50 +01:00
Alex
a57cdfff1e
Update requirements.txt
2023-06-15 17:52:16 +01:00
Alex
d4ff6d4d7a
minor fix
2023-06-15 17:40:58 +01:00
Levente Csoke
63d99d6a57
Change min node version to v16
...
Husky won't run with Node v14
2023-06-15 17:04:05 +02:00
Levente Csoke
fce7d34171
Improve dev setup in README
...
Add needed packages in for dev setup in requirements.txt
2023-06-15 17:02:52 +02:00
Alex
e7df7f69b3
Merge pull request #264 from arc53/bug/sendingsources
...
fix for sending sources + azure embeddings issue
2023-06-15 11:39:31 +01:00
Alex
94cc18bd71
fix for sending sources + azure embeddings issue
2023-06-15 11:35:21 +01:00
Alex
39024ce2ac
Update README.md
2023-06-13 15:43:42 +01:00
Alex
7ac4f45e7b
Update README.md
2023-06-13 11:04:39 +01:00
Alex
f209eebaf8
Merge pull request #255 from larinam/azure
...
Azure support #199
2023-06-12 20:15:18 +01:00
Alex
4889db78c9
Update .env_sample
2023-06-12 20:13:58 +01:00
Alex
bff200fede
Sources by filename if available
2023-06-12 14:56:42 +01:00
Alex
af6f783043
hotfix
2023-06-11 23:04:02 +01:00
Alex
610adcbefc
Sources in responses
2023-06-11 22:56:34 +01:00
dependabot[bot]
1d3631fa04
Bump vite from 4.1.4 to 4.1.5 in /frontend
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-06 02:19:21 +00:00
Anton Larin
0630504664
Merge branch 'main' into azure
2023-06-04 10:34:14 +02:00
Alex
577d58c92b
less token less issues
2023-06-03 16:31:10 +01:00
Alex
899777632b
Update README.md
2023-06-03 16:09:10 +01:00
Anton Larin
6d5b698c39
fix arc53/DocsGPT#199
2023-06-03 11:04:04 +02:00
Anton Larin
dd9f1abcea
fix arc53/DocsGPT#199
2023-06-03 11:03:44 +02:00
Anton Larin
b4bd34fb96
fix arc53/DocsGPT#199
2023-06-03 10:58:31 +02:00
dependabot[bot]
014971262d
Bump cryptography from 39.0.2 to 41.0.0 in /application
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 39.0.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-02 20:20:32 +00:00
dependabot[bot]
36ed69b07e
Bump cryptography from 39.0.2 to 41.0.0 in /scripts
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 39.0.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-02 20:20:12 +00:00
Alex
bbf55ca46e
Merge pull request #250 from tardigrde/main
2023-06-01 14:56:48 +01:00
Alex
3f88b04c4a
Update app.py
2023-05-31 23:49:41 +01:00
Alex
f8910ba136
Added history in streaming convo + fixed little bug with message margins on loading state
2023-05-31 23:47:16 +01:00
Alex
6c95d8b13e
Merge pull request #251 from arc53/feature/streaming
...
Feature/streaming
2023-05-31 22:30:57 +01:00
Alex
e6bccaaf4e
Update app.py
2023-05-31 22:20:47 +01:00
Alex
3b8039a580
Merge branch 'main' into feature/streaming
2023-05-31 22:15:53 +01:00
Alex
fae3f55010
Working streaming
2023-05-31 17:44:20 +01:00
Alex
20c877f75b
working fe
2023-05-31 15:42:17 +01:00
Alex
8380858a82
some fixes
2023-05-30 20:00:41 +01:00
Alex
d2358c399d
working version
2023-05-30 19:43:06 +01:00
Alex
c3af8a77af
working streams
2023-05-29 17:55:43 +01:00
Levente Csőke
bc5a0b030b
Update .env-template to OPENAI_API_KEY
2023-05-26 08:57:11 +02:00
Alex
0b94f1717f
Merge pull request #246 from arc53/feature/gpt4all
...
Feature/gpt4all
2023-05-25 19:42:20 +01:00
Alex
aaa1249a41
model fix + env var
2023-05-25 19:33:37 +01:00
Alex
ffaa22c49b
reverse history order to use latest history firts
...
Co-Authored-By: Pavel <32868631+pabik@users.noreply.github.com >
2023-05-25 16:40:11 +01:00
Alex
0b78480977
init
2023-05-25 15:14:47 +01:00
dependabot[bot]
ec4fc17e3a
Bump requests from 2.28.2 to 2.31.0 in /scripts
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-23 06:20:49 +00:00
dependabot[bot]
78b85fb664
Bump requests from 2.28.2 to 2.31.0 in /application
...
Bumps [requests](https://github.com/psf/requests ) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-23 06:07:55 +00:00
Alex
6b6737613a
Merge pull request #243 from nazihkalo/main
...
updating the bulk ingest file metadata logic
2023-05-20 16:02:32 +01:00
Nazih Kalo
da5d62cc1c
updating the bulk ingest file metadata to account for parsers that output lists
2023-05-19 10:29:18 -07:00
Alex
6a68b63192
history fix
2023-05-19 13:09:41 +01:00
Alex
ff2e79fe7b
streaming experiments
2023-05-18 23:52:59 +01:00
Alex
1800e51b19
Merge pull request #241 from arc53/feature/history
...
Feature/history
2023-05-18 18:50:35 +01:00
Alex
ba9c505249
accidentaly deleted frontend container
2023-05-18 18:45:15 +01:00
Alex
bc9f1c17ed
History
...
Co-Authored-By: riccardofresi <89981746+riccardofresi@users.noreply.github.com >
2023-05-18 18:42:23 +01:00
Alex
74845aed64
history init
2023-05-18 14:27:13 +01:00
Alex
e49dd0cc6a
metadata on ingestion
2023-05-17 21:41:24 +01:00
Alex
27c45ae24a
Merge pull request #236 from larinam/fixbuild_github_token
...
fix workflow: upgrade "build and push" action version to the latest
2023-05-16 12:04:27 +01:00
Anton Larin
364a14adaf
fix workflow: upgrade "build and push" action version to the latest
2023-05-16 08:02:13 +02:00
Alex
5c560b1dd5
Merge pull request #235 from larinam/fixbuild_github_token
...
fix workflow: adjust permissions according to documentation
2023-05-15 23:17:53 +01:00
Anton Larin
28b8b88332
fix workflow: adjust permissions according to documentation
...
https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action
2023-05-15 21:22:06 +02:00
Alex
e39ef0cc9e
Merge pull request #234 from larinam/fixbuild_github_token
...
fix workflow: login to GHCR according to the GH documentation
2023-05-15 18:17:48 +01:00
Anton Larin
8098d3fec8
fix workflow nad login to GHCR according to the GH documentation
...
https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions
2023-05-15 18:55:40 +02:00
Alex
059ffe09ea
Merge pull request #232 from larinam/lint
...
Lint
2023-05-15 13:53:09 +01:00
Alex
36a845c29e
Merge pull request #231 from larinam/main
...
Proper PEP8 formatting
2023-05-15 13:45:52 +01:00
GH Action - Upstream Sync
ce6f0dab56
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-05-15 12:05:18 +00:00
Alex
f200ab10a4
Merge pull request #233 from arc53/dependabot/pip/scripts/flask-2.2.5
...
Bump flask from 2.2.2 to 2.2.5 in /scripts
2023-05-15 12:50:30 +01:00
Alex
3001688e0e
Update requirements.txt
2023-05-15 12:46:39 +01:00
GH Action - Upstream Sync
a73774099e
Merge branch 'main' of https://github.com/arc53/DocsGPT
2023-05-15 11:03:45 +00:00
dependabot[bot]
b28676d52c
Bump flask from 2.2.2 to 2.2.5 in /scripts
...
Bumps [flask](https://github.com/pallets/flask ) from 2.2.2 to 2.2.5.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.2.2...2.2.5 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-15 11:00:19 +00:00
Alex
eef012b4d1
Merge pull request #225 from arc53/dependabot/pip/application/flask-2.3.2
...
Bump flask from 2.2.3 to 2.3.2 in /application
2023-05-15 11:58:54 +01:00
Alex
1417a1c020
Update requirements.txt
2023-05-15 11:49:41 +01:00
Anton Larin
962becb9a5
Linting
...
* validate python formatting on every build with Ruff
* fix lint warnings
2023-05-13 10:36:17 +02:00
Anton Larin
168648e789
Proper PEP8 formatting
2023-05-12 12:02:25 +02:00
Alex
7f56f57778
better markdown styling
2023-05-06 15:22:23 +01:00
Alex
6cadddc2fc
Merge pull request #223 from Zillibub/main
...
Moved env variables to the pydantic settings file
2023-05-02 11:07:52 +01:00
dependabot[bot]
15fd54eac4
Bump flask from 2.2.3 to 2.3.2 in /application
...
Bumps [flask](https://github.com/pallets/flask ) from 2.2.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.3.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-02 00:27:05 +00:00
Serj
31350e6302
Set celery and mongo urls as default
2023-04-30 11:03:09 +01:00
Serj
8742cdae0a
Refactored url join
2023-04-30 10:46:52 +01:00
Serj
4efcb388ff
Added settings usage to the worker
2023-04-29 15:58:02 +01:00
Serj
2d92e95c8a
Added settings usage to the worker
2023-04-29 15:56:32 +01:00
Serj
47e5d5684a
Replace other env variables in the file
2023-04-29 15:50:02 +01:00
Serj
b723e14d98
Added embeddings name variable
2023-04-29 15:46:09 +01:00
Serj
c9d24b8f42
Added llm model variable
2023-04-29 15:44:47 +01:00
Serj
43622e7ab1
Added settings file
2023-04-29 15:40:55 +01:00
Serge Kozloff
5cfc185ba5
Merge pull request #2 from arc53/main
...
d
2023-04-29 15:39:46 +01:00
Alex
4be2635fbe
Merge pull request #221 from darth-pika-hu/main
...
Create setup.sh
2023-04-27 21:36:29 +01:00
Darth Pika
0beafb8391
Update setup.sh
...
This script includes the necessary changes to use container linking and updated environment variables for the `backend` and `worker` containers.
Make sure you have the `./frontend` and `./application` directories in the correct locations before running the script.
2023-04-27 12:39:03 -07:00
Darth Pika
1d2654b9fa
Update setup.sh
...
Create required directories on the host machine if they don't exist.
2023-04-27 12:02:11 -07:00
Darth Pika
a4bc3673e7
Create setup.sh
...
Added a bash script to help with installation issues.
2023-04-27 11:40:25 -07:00
Alex
fa080537e8
Merge pull request #220 from Zillibub/main
...
Updated readme for development run
2023-04-27 12:27:20 +01:00
Serj
bdf67a7db7
Added dev docker compose file
2023-04-26 19:05:50 +01:00
Serge Kozloff
db4cdc901c
Merge pull request #1 from arc53/main
...
t
2023-04-26 18:55:39 +01:00
Serj
16a540b89b
Expand readme and added port in wsgi
2023-04-26 18:54:59 +01:00
Alex
e00ec9ac3f
Update chat_combine_prompt.txt
2023-04-26 15:01:46 +01:00
Alex
fc760afdfc
Update chat_combine_prompt.txt
2023-04-26 14:54:26 +01:00
Alex
cb47bcdb0e
Update ConversationBubble.tsx
2023-04-26 13:35:05 +01:00
Alex
8d62559ca8
Merge pull request #219 from arc53/feature/code-highlighting
...
code highlighting
2023-04-26 10:30:39 +01:00
Alex
dbe9c4dc18
init
2023-04-25 17:01:44 +01:00
Serj
1609b4562d
Added mongo db start
2023-04-24 19:22:42 +01:00
Serj
b6cadb1d65
Removed spaces
2023-04-24 18:46:05 +01:00
Serj
7aafac5b5e
Expanded developer start a little bit
2023-04-24 18:39:53 +01:00
Pavel
36f0aacb19
Merge pull request #218 from arc53/feature/web-widget
...
web widget
2023-04-23 15:12:18 +01:00
Alex
0c1a6a918d
web widget
2023-04-23 15:07:55 +01:00
Alex
d1f5ff4dba
Merge pull request #214 from SAMZONG/main
2023-04-18 15:12:54 +01:00
samzong
77e6df2a1c
add auto sync fork for workflow
...
Signed-off-by: samzong <samzong.lu@gmail.com >
2023-04-18 04:24:10 +00:00
Alex
119c037f24
Merge pull request #209 from arc53/dot-env
...
.env
2023-04-11 22:50:19 +01:00
Alex
97fe1abfd8
.env
...
Co-Authored-By: Subhadip N <subhadip@get-deck.com >
2023-04-11 22:49:47 +01:00
Alex
3a0163f0fb
Merge pull request #202 from yuchen9/feat/ui-enhancement
...
feat: ui enhancement
2023-04-07 11:17:12 +01:00
Chen
d3fab69155
feat: ui enhancement
2023-04-06 23:54:16 +08:00
Alex
9395d2c091
celery load
2023-04-06 12:16:30 +01:00
Alex
b9efb98280
Update README.md
2023-04-04 14:12:35 +01:00
Alex
60bb264663
async calls
2023-04-03 14:37:09 +01:00
Alex
316dd2f165
Merge pull request #197 from arc53/dependabot/pip/application/redis-4.5.4
...
Bump redis from 4.5.3 to 4.5.4 in /application
2023-04-03 13:01:13 +01:00
dependabot[bot]
8a0f700563
Bump redis from 4.5.3 to 4.5.4 in /application
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-31 14:31:03 +00:00
Alex
3d0c6eafec
gpt4- compatable
2023-03-31 10:45:40 +01:00
Alex
46e055833b
Merge pull request #196 from arc53/dependabot/pip/scripts/redis-4.5.4
...
Bump redis from 4.5.3 to 4.5.4 in /scripts
2023-03-30 12:52:15 +01:00
dependabot[bot]
80dfdd1cb9
Bump redis from 4.5.3 to 4.5.4 in /scripts
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-30 11:49:21 +00:00
Alex
db21678b74
Merge pull request #192 from arc53/dependabot/pip/scripts/redis-4.5.3
...
Bump redis from 4.5.1 to 4.5.3 in /scripts
2023-03-30 12:48:58 +01:00
Alex
09c7fe0565
Merge pull request #193 from arc53/dependabot/pip/application/redis-4.5.3
...
Bump redis from 4.5.2 to 4.5.3 in /application
2023-03-30 12:48:35 +01:00
Alex
b6dfb2c856
map_reduce
2023-03-30 12:44:25 +01:00
Alex
ab46ba521f
different prompts
2023-03-29 18:36:58 +01:00
Alex
4a7670f2aa
Update app.py
2023-03-29 17:32:00 +01:00
Alex
9ba86bc174
Update preferenceSlice.ts
2023-03-28 10:19:42 +01:00
Pavel
2ebe5e051c
discord bot fix
...
Stop random answers
2023-03-28 01:51:54 +04:00
dependabot[bot]
24e98abd15
Bump redis from 4.5.2 to 4.5.3 in /application
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-27 21:36:39 +00:00
dependabot[bot]
b7f1a94ba4
Bump redis from 4.5.1 to 4.5.3 in /scripts
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.5.1 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.5.1...v4.5.3 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-27 21:34:50 +00:00
Alex
70bc7465c9
Merge pull request #191 from arc53/features/little-fixes
...
Features/little fixes
2023-03-27 22:28:55 +01:00
Alex
65c2568427
Update app.py
2023-03-27 22:23:36 +01:00
Alex
186e7bf402
update for better runs + storage sync
2023-03-27 22:07:26 +01:00
Alex
e6f1c7d0c3
mobile more space
2023-03-27 21:50:54 +01:00
Alex
87ad9a3190
Update Upload.tsx
2023-03-27 21:48:44 +01:00
Alex
0ed45f8754
fix pending status
2023-03-27 21:48:16 +01:00
Alex
116e4401c4
Update .env.production
2023-03-27 21:44:22 +01:00
Alex
c3c0e643d2
Update chat_combine_prompt.txt
2023-03-27 21:42:06 +01:00
Alex
d5522e7c08
prep things
2023-03-27 19:29:10 +01:00
Alex
658b14ba26
failed upload
2023-03-27 19:22:06 +01:00
Alex
38f8469d0b
Update Navigation.tsx
2023-03-27 19:11:57 +01:00
Alex
ce6750be15
Update README.md
2023-03-24 09:32:40 +00:00
Alex
f2e600cff9
Merge branch 'main' of https://github.com/arc53/docsgpt
2023-03-23 15:52:59 +00:00
Alex
3dab4b0b1e
Update .env_sample
2023-03-23 15:52:47 +00:00
Alex
5d47aaff29
Update README.md
2023-03-23 15:51:12 +00:00
Alex
625448fcd1
Update Navigation.tsx
2023-03-22 17:16:53 +00:00
Alex
e0258cfc51
Goodbye annoying braket
2023-03-21 22:30:30 +00:00
Alex
92993ee105
Small fixes + polishing
2023-03-21 22:16:09 +00:00
Alex
ce579293fb
Merge pull request #185 from arc53/feature/upload
2023-03-20 15:53:36 +00:00
Alex
d56db14fc7
Merge pull request #184 from arc53/feature/upload-exit-btn
...
Feature/upload exit btn
2023-03-20 14:36:21 +00:00
Alex
3e98f9e6bd
Button working now
2023-03-20 14:34:51 +00:00
Alex
e7bd9b6323
Update Navigation.tsx
2023-03-20 14:19:12 +00:00
Alex
13699f5c02
Merge pull request #181 from arc53/feature/training-modal
...
Feature/training modal
2023-03-19 14:47:17 +00:00
Alex
f1f8341d25
fixes + combined new + path
2023-03-19 14:44:17 +00:00
Alex
796b4899aa
Fixed progress + new path + combined new
...
Co-Authored-By: Ajay Thapliyal <ajaythapliyal1703@gmail.com >
2023-03-19 14:39:21 +00:00
ajaythapliyal
7dcbed644a
avoid opening the upload window twice
2023-03-19 09:17:08 +05:30
ajaythapliyal
e6fe01876b
some fixes
2023-03-19 09:10:53 +05:30
ajaythapliyal
9b75524d43
memoize the training model modal
2023-03-18 18:38:10 +05:30
ajaythapliyal
d98c876f82
adds training modals
2023-03-18 18:25:23 +05:30
Alex
be7b2fa0a4
Update README.md
2023-03-18 01:58:53 +00:00
Alex
28719e534c
Merge pull request #177 from arc53/feature/discord
...
Botichello
2023-03-17 18:45:09 +00:00
Alex
620a7c6db2
Botichello
2023-03-17 18:44:12 +00:00
Alex
26450aca3a
Merge pull request #176 from arc53/feature/upload-request
...
api-request
2023-03-17 13:46:04 +00:00
Alex
b1a3ff6cb1
api-request
2023-03-17 11:56:21 +00:00
Alex
ae2efc7f7b
Merge pull request #174 from arc53/feature/upload-init
...
Adds upload modal UI
2023-03-17 11:20:44 +00:00
Alex
2523d039fb
Little cloud - right size and location
2023-03-17 11:19:09 +00:00
ajaythapliyal
6dd13c6845
adds upload modal visibility
2023-03-17 13:25:21 +05:30
ajaythapliyal
dbaa116fe0
reads uploaded files and adds icon to launch upload feature
2023-03-17 13:05:44 +05:30
Alex
476071fc1b
Merge pull request #173 from arc53/feature/chatwoot
...
chatwoot, label + id checks
2023-03-16 23:22:10 +00:00
Alex
66332ccf76
Update app.py
2023-03-16 23:19:02 +00:00
Alex
b3e9bb9ddb
Update .env_sample
2023-03-16 23:13:13 +00:00
Alex
dff87b5fa3
chatwoot, label + id checks
2023-03-16 23:02:54 +00:00
Alex
7a00df65d0
Merge pull request #171 from genie88/feat-extention
...
feat(extension): migrate chrome extension v2 to v3
2023-03-16 13:43:20 +00:00
Alex
60cc1d8ee5
Update popup.js
2023-03-16 13:42:28 +00:00
genie
b67ade3610
feat(extension): migrate chrome extension v2 to v3
2023-03-16 13:58:11 +08:00
ajaythapliyal
97f47f5415
adds react dropzone to add upload functionality
2023-03-15 09:41:44 +05:30
ajaythapliyal
ddef31ecdf
margin
2023-03-15 08:16:05 +05:30
ajaythapliyal
fa31f1ee26
modal ui done
2023-03-15 08:10:44 +05:30
Alex
8e477c9d16
update worker
2023-03-15 00:23:51 +00:00
Pavel
ce8f0ef9e1
Merge pull request #168 from arc53/feature/backend-uploads
...
Feature/backend uploads
2023-03-14 19:09:37 +04:00
Alex
4f64738f9e
Update app.py
2023-03-14 14:36:40 +00:00
Alex
c4464455a1
cors + dependencies
2023-03-14 14:29:36 +00:00
Alex
254a6c2916
Merge pull request #169 from arc53/min-max-tokens
...
Min max tokens
2023-03-14 14:02:06 +00:00
Pavel
c9e1c326f5
- index.plk
2023-03-14 17:56:42 +04:00
Pavel
4532b6cd8c
print minus
2023-03-14 17:49:57 +04:00
Pavel
53424a5c19
Added cli commands
2023-03-14 17:33:19 +04:00
Alex
bfb47da398
security things
2023-03-14 11:34:55 +00:00
Alex
cb96d90563
Update .gitignore
2023-03-14 10:36:27 +00:00
Pavel
b6c02c850a
token ingeest
2023-03-14 13:32:29 +04:00
Alex
c297e076e6
folders
2023-03-13 21:56:09 +00:00
Alex
20a0800aa7
Create test_ingestion.py
2023-03-13 17:37:01 +00:00
Pavel
bac25112b7
v1
2023-03-13 19:14:33 +04:00
Alex
1d2162705d
uploads backend first
2023-03-13 14:20:03 +00:00
ajaythapliyal
1a1f66d2a0
adds upload modal
2023-03-13 09:59:29 +05:30
Alex
a44cde33ed
favicon
2023-03-10 11:48:52 +00:00
Alex
a9afd84787
Update README.md
2023-03-08 23:42:50 +00:00
Alex
ac0224b687
mdx format
2023-03-08 23:16:20 +00:00
Alex
8be2992c9a
Update requirements.txt
2023-03-08 18:33:49 +00:00
Alex
e3ed23a0d4
Update requirements.txt
2023-03-08 18:20:37 +00:00
Pavel
377070e3a9
Merge pull request #163 from arc53/chat-prompts
...
chat prompts
2023-03-08 22:07:08 +04:00
Alex
6d959051e2
chat prompts
2023-03-08 17:50:07 +00:00
Alex
0799728000
Create requirements.txt
2023-03-08 11:44:02 +00:00
Alex
1f02f3b376
Update rst_parser.py
2023-03-08 11:32:44 +00:00
Alex
f7d7244588
chunks rst
2023-03-08 00:07:53 +00:00
Alex
352703827c
Update README.md
2023-03-07 22:58:44 +00:00
Alex
5f4f55269e
dependecies + default values
2023-03-07 18:37:21 +00:00
Alex
19e27e8403
Merge pull request #161 from arc53/feature/feedback
...
Feature/feedback
2023-03-07 13:24:40 +00:00
Alex
b41b960ef0
Merge pull request #160 from arc53/feature/feedback-cleanup-ux
...
Makes neutral state of feedback icon visible for mobile & makes outline color same as fill
2023-03-07 13:16:54 +00:00
ajaythapliyal
d1cc91dd6f
makes feedback icon always visible for mobile
2023-03-07 09:44:53 +05:30
ajaythapliyal
b0b12856d5
makes the outline of feedback icon consistent with the inner color
2023-03-07 09:27:26 +05:30
ajaythapliyal
fdb19f8c49
Merge branch 'main' of github.com:arc53/DocsGPT into feature/feedback
2023-03-07 08:45:28 +05:30
Alex
b8a935ce3d
Merge pull request #158 from arc53/feature/call-feedback-api
...
wires up feedback event handler with redux store
2023-03-06 19:43:53 +00:00
Alex
ec61b80fd3
Update Dockerfile
2023-03-06 19:28:22 +00:00
Alex
133863e601
Update Dockerfile
2023-03-06 19:23:56 +00:00
Alex
3767b85958
Update Dockerfile
2023-03-06 19:10:20 +00:00
Alex
a9672bc4a2
Merge pull request #159 from arc53/slimmer-conatiner
...
slimming
2023-03-06 18:38:30 +00:00
Alex
4f1e86d269
slimming
2023-03-06 18:34:48 +00:00
ajaythapliyal
ae36ff9394
flattens the params
2023-03-06 23:05:21 +05:30
ajaythapliyal
a888f38afb
wires up the feedback event handler with redux storie
2023-03-06 23:02:15 +05:30
Alex
07e51dc8c6
sending data to aws
2023-03-06 10:23:52 +00:00
Alex
986648479a
Merge pull request #155 from arc53/feedback-ui
...
Feedback UI
2023-03-06 09:49:26 +00:00
ajaythapliyal
533053f66f
adds click event to the like/dislike icon
2023-03-06 08:32:57 +05:30
Alex
7a74c60fd1
updated backend
2023-03-06 01:39:23 +00:00
ajaythapliyal
d4d663de38
feedback UI
2023-03-05 22:50:24 +05:30
ajaythapliyal
37ae24b879
adds like dislike
2023-03-05 22:36:57 +05:30
ajaythapliyal
787a06d06e
refactors bubble logic
2023-03-05 19:22:03 +05:30
Alex
43ca879f83
Merge pull request #154 from arc53/feature/feedback-api
...
Refactors singular Message model to Query model & adds api request to post feedbacks
2023-03-05 12:36:45 +00:00
ajaythapliyal
19f807b6c4
refactors the conversation model from singular messages to queries
...
consisting of prompt and response
2023-03-05 16:29:10 +05:30
ajaythapliyal
780f5893de
adds api call and introduces model for conversations
2023-03-05 14:25:21 +05:30
Alex
54eea0ff04
Merge branch 'main' of https://github.com/arc53/docsgpt
2023-03-04 11:35:30 +00:00
Alex
480d91e818
Update cife.yml
2023-03-04 11:35:03 +00:00
Alex
820871329d
Merge pull request #153 from arc53/feature/docker-compose
...
docker
2023-03-04 11:32:50 +00:00
Alex
f7d31fe615
docker
2023-03-04 11:28:36 +00:00
Alex
8d9648391b
Merge pull request #150 from arc53/feature/taylor-fixes
...
two fixes
2023-03-04 10:22:05 +00:00
TaylorS15
d14438bf54
navigation changes/bugfix
...
fixed chats being visible under text below chat box
2023-03-03 16:15:35 -05:00