Commit Graph
2012 Commits
Author SHA1 Message Date
AlexandGitHub 2c7aad1dcd Merge pull request #1043 from PeterDaveHelloKitchen/Dockerfile
Optimize Dockerfile by unifying download tools to `wget`
2024-07-30 16:42:07 +01:00
AlexandGitHub 593dba72a8 Merge pull request #1047 from ManishMadan2882/main
UI Fixes
2024-07-30 16:24:11 +01:00
ManishMadan2882 09f2f2a9e7 (fix) dark theme,train modal 2024-07-30 18:01:49 +05:30
AlexandGitHub f75ed4bc66 Merge pull request #1039 from ManishMadan2882/main
Feature(Sharing): Introducing Promptable conversations
2024-07-29 21:25:20 +01:00
AlexandGitHub f487deb7b9 Merge pull request #1044 from arc53/fix/minor-bugs
fix: delete all method type
2024-07-29 21:25:12 +01:00
ManishMadan2882 ad30a8476c fix(shared): UI 2024-07-30 01:13:47 +05:30
Siddhant RaiandGitHub 60db807443 Update Navigation.tsx 2024-07-29 12:17:05 +05:30
Siddhant RaiandGitHub d1dedff9ca fix: delete all method type 2024-07-29 12:15:18 +05:30
Peter Dave Hello 9a04506b0d Optimize Dockerfile by unifying download tools to wget
Replace curl with wget to streamline the build process. Remove
unnecessary curl installation to reduce dependency complexity and
installation time.
2024-07-29 00:48:16 +08:00
ManishMadan2882 a58369fbb1 share modal :translate option 2024-07-28 20:06:24 +05:30
ManishMadan2882 d63b5d71a1 prevent event bubble, open menu onhover 2024-07-28 19:48:48 +05:30
ManishMadan2882 360d790282 save further queries to localstorage 2024-07-28 00:58:55 +05:30
ManishMadan2882 a0dd8f8e0f integrated stream for shared(prompt) conv 2024-07-27 02:42:33 +05:30
ManishMadan2882 db7c001076 exclude the models only in root 2024-07-26 15:47:51 +05:30
AlexandGitHub c96f905d2b Merge pull request #1041 from arc53/dependabot/pip/scripts/langchain-community-0.2.9
chore(deps): bump langchain-community from 0.0.16 to 0.2.9 in /scripts
2024-07-26 11:10:21 +01:00
ManishMadan2882 4b3f04083b synced with upstream 2024-07-26 15:36:27 +05:30
ManishMadan2882 8276b6c9a9 (shared conv) centralised into redux state 2024-07-26 15:19:38 +05:30
AlexandGitHub 43d6e788dc Merge pull request #1040 from siiddhantt/enhancement/reusable-api-client
enhancement: reusable api client in frontend
2024-07-25 11:48:31 +01:00
Siddhant Rai 0c062a8485 enhancement: implement api client in remaining places 2024-07-24 23:08:42 +05:30
dependabot[bot]andGitHub 99b649f24e chore(deps): bump langchain-community from 0.0.16 to 0.2.9 in /scripts
Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.0.16 to 0.2.9.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits/langchain-community==0.2.9)

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 17:36:19 +00:00
Siddhant Rai 7c6532f145 enhancement: reusable api client setup + replaced in settings, conversation 2024-07-24 21:33:36 +05:30
ManishMadan2882 052669a0b0 complete_stream: no storing for api key req, fe:update shared conv 2024-07-24 02:03:53 +05:30
ManishMadan2882 0cf86d3bbc share api key through response 2024-07-20 03:35:57 +05:30
AlexandGitHub 56a16b862a Merge pull request #1038 from nayelimdejesus/ux-ehancement
Ux Enhancement
2024-07-19 12:28:23 +01:00
ManishMadan2882 b2fffb2e23 feat(share): enable route to share promptable conv 2024-07-19 03:24:35 +05:30
Nayeli De Jesus 3f7a27cdbb Updated Ux-enhancement
I worked on deleting the button since we want training modal to close automatically upon completion. I added the set variables into TrainingProgress().
2024-07-18 05:35:12 -07:00
Nayeli De Jesus 58e30b8c88 Created Branch 2024-07-18 05:28:30 -07:00
AlexandGitHub 4025e55b95 Merge pull request #1028 from utin-francis-peter/fix/issue#1023
Fix: adjusted alignment of submit query icon within its container
2024-07-17 00:25:42 +01:00
utin-francis-peter e1e63ebd64 Merge branch 'main' of https://github.com/utin-francis-peter/DocsGPT into fix/issue#1023 2024-07-16 22:05:12 +01:00
utin-francis-peter 8279df48bf removed shrink 2024-07-16 22:04:26 +01:00
AlexandGitHub d86a06fab0 Merge pull request #1027 from utin-francis-peter/feat/issue#1017
Feat Implementation for issue#1017
2024-07-16 14:35:18 +01:00
Siddhant Rai 90b24dd915 fix: removed unused TextArea component 2024-07-16 18:20:13 +05:30
AlexandGitHub bacd2a6893 Merge pull request #1034 from ManishMadan2882/main
Feat: sharing endpoints
2024-07-16 12:28:59 +01:00
Alex 0f059f247d fix: ruff lint 2024-07-16 12:28:43 +01:00
ManishMadan2882 e2b76d9c29 feat(share): share btn above conversations 2024-07-16 02:09:36 +05:30
ManishMadan2882 1107a2f2bc refactor App.tsx: better convention 2024-07-15 17:56:23 +05:30
ManishMadan2882 efd43013da minor fix 2024-07-15 05:13:28 +05:30
ManishMadan2882 7b8458b47d fix layout 2024-07-15 05:00:13 +05:30
ManishMadan2882 84eed09a17 feedback visible conditioned, update meta info in shared 2024-07-15 02:55:38 +05:30
ManishMadan2882 35b1a40d49 feat(share) translate 2024-07-14 04:13:25 +05:30
ManishMadan2882 81d7fe3fdb refactor App, add /shared/id page 2024-07-14 03:29:06 +05:30
ManishMadan2882 02187fed4e add timetamp in iso, remove sources 2024-07-14 03:27:53 +05:30
ManishMadan2882 019bf013ac add css class: no-scrollbar 2024-07-12 02:51:59 +05:30
ManishMadan2882 d6e59a6a0a conversation tile: add menu, add share modal 2024-07-11 21:45:47 +05:30
utin-francis-peter 46aa862943 Merge branch 'main' of https://github.com/utin-francis-peter/DocsGPT into feat/issue#1017 2024-07-09 13:34:49 +01:00
utin-francis-peter 0413cab0d9 chore: removed all TextArea related entities from branch as it's outiside scope of branch/issue 2024-07-09 13:32:46 +01:00
Manish MadanandGitHub 3357ce8f33 Merge branch 'arc53:main' into main 2024-07-09 16:29:04 +05:30
AlexandGitHub 1776f6e7fd Merge pull request #1024 from blackviking27/feat-bubble-width 2024-07-09 09:06:39 +04:00
ManishMadan2882 edfe5e1156 restrict redundant sharing, add user field 2024-07-08 15:59:19 +05:30
ManishMadan2882 0768992848 add route to share and fetch public conversations 2024-07-08 03:03:46 +05:30