Commit Graph

228 Commits (39e8ba42ff4650a91b10ad80601178cbd6121fa1)

Author SHA1 Message Date
Alex 67e8511106 Update Upload.tsx 1 year ago
Alex 1b7dc8a509
Merge pull request #298 from arc53/feature/hisotry
fix the styling in a box
1 year ago
Alex 87cc3cf168 fix the styling in a box 1 year ago
Pavel 1687e6682a
Merge pull request #290 from arc53/feature/hisotry
history
1 year ago
Alex 8187a339f0 little bug fix 1 year ago
Alex 382c3930a2 history 1 year ago
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>
1 year ago
Sukhman S 96eb68e042 feat: use generic Modal with render props 1 year ago
Sukhman S bf78bdd6d4 feat: pass ErrorMessage as a prop to Modal 1 year ago
Sukhman S d998815847 fix: fix styles for error message 1 year ago
Sukhman S 00ba7b78ca feat: use generic Modal with render props 1 year ago
Sukhman S 0b735d94f1 feat: add generic Modal component 1 year ago
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
1 year ago
Idan 2404899e28 Fixed request length bug, changed to as less used port 1 year ago
Alex 94cc18bd71 fix for sending sources + azure embeddings issue 1 year ago
Alex bff200fede Sources by filename if available 1 year ago
Alex af6f783043 hotfix 1 year ago
Alex 610adcbefc Sources in responses 1 year ago
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>
1 year ago
Alex f8910ba136 Added history in streaming convo + fixed little bug with message margins on loading state 1 year ago
Alex fae3f55010 Working streaming 1 year ago
Alex 20c877f75b working fe 1 year ago
Alex 8380858a82 some fixes 1 year ago
Alex d2358c399d working version 1 year ago
Alex c3af8a77af working streams 1 year ago
Alex ff2e79fe7b streaming experiments 1 year ago
Alex 7f56f57778 better markdown styling 1 year ago
Serge Kozloff db4cdc901c
Merge pull request #1 from arc53/main
t
1 year ago
Alex cb47bcdb0e Update ConversationBubble.tsx 1 year ago
Alex dbe9c4dc18 init 1 year ago
Serj b6cadb1d65 Removed spaces 1 year ago
Chen d3fab69155 feat: ui enhancement 2 years ago
Alex 9ba86bc174 Update preferenceSlice.ts 2 years ago
Alex e6f1c7d0c3 mobile more space 2 years ago
Alex 87ad9a3190 Update Upload.tsx 2 years ago
Alex 0ed45f8754 fix pending status 2 years ago
Alex 116e4401c4 Update .env.production 2 years ago
Alex d5522e7c08 prep things 2 years ago
Alex 658b14ba26 failed upload 2 years ago
Alex 38f8469d0b Update Navigation.tsx 2 years ago
Alex 625448fcd1 Update Navigation.tsx 2 years ago
Alex e0258cfc51 Goodbye annoying braket 2 years ago
Alex 3e98f9e6bd Button working now 2 years ago
Alex e7bd9b6323 Update Navigation.tsx 2 years ago
Alex f1f8341d25 fixes + combined new + path 2 years ago
Alex 796b4899aa Fixed progress + new path + combined new
Co-Authored-By: Ajay Thapliyal <ajaythapliyal1703@gmail.com>
2 years ago
ajaythapliyal 7dcbed644a avoid opening the upload window twice 2 years ago
ajaythapliyal e6fe01876b some fixes 2 years ago
ajaythapliyal 9b75524d43 memoize the training model modal 2 years ago
ajaythapliyal d98c876f82 adds training modals 2 years ago
Alex b1a3ff6cb1 api-request 2 years ago
Alex 2523d039fb Little cloud - right size and location 2 years ago
ajaythapliyal 6dd13c6845 adds upload modal visibility 2 years ago
ajaythapliyal dbaa116fe0 reads uploaded files and adds icon to launch upload feature 2 years ago
ajaythapliyal 97f47f5415 adds react dropzone to add upload functionality 2 years ago
ajaythapliyal ddef31ecdf margin 2 years ago
ajaythapliyal fa31f1ee26 modal ui done 2 years ago
ajaythapliyal 1a1f66d2a0 adds upload modal 2 years ago
Alex a44cde33ed favicon 2 years ago
ajaythapliyal d1cc91dd6f makes feedback icon always visible for mobile 2 years ago
ajaythapliyal b0b12856d5 makes the outline of feedback icon consistent with the inner color 2 years ago
ajaythapliyal ae36ff9394 flattens the params 2 years ago
ajaythapliyal a888f38afb wires up the feedback event handler with redux storie 2 years ago
ajaythapliyal 533053f66f adds click event to the like/dislike icon 2 years ago
ajaythapliyal d4d663de38 feedback UI 2 years ago
ajaythapliyal 37ae24b879 adds like dislike 2 years ago
ajaythapliyal 787a06d06e refactors bubble logic 2 years ago
ajaythapliyal 19f807b6c4 refactors the conversation model from singular messages to queries
consisting of prompt and response
2 years ago
ajaythapliyal 780f5893de adds api call and introduces model for conversations 2 years ago
TaylorS15 d14438bf54 navigation changes/bugfix
fixed chats being visible under text below chat box
2 years ago
ajaythapliyal 9b668e1b13 typo bug fix 2 years ago
ajaythapliyal dae6fa32c7 fixes 7 from Nick's list 2 years ago
ajaythapliyal 380429c33b 6 from nick's list 2 years ago
ajaythapliyal 7f81691ee0 fixes 3 from Nick's list 2 years ago
Alex 63e35fbdbc env vars 2 years ago
Alex 80ab638c31 tiny thing 2 years ago
ajaythapliyal 2f63bf85b5 adds default doc 2 years ago
Alex 923165957e Update About.tsx 2 years ago
Alex d651077e4e
Merge pull request #140 from arc53/vercel-analytics
init analytics
2 years ago
Alex 6a9e103114 api linking 2 years ago
ajaythapliyal ac8dbf4109 fix 2 years ago
ajaythapliyal 998c4688b0 hover effect on send icon 2 years ago
ajaythapliyal 8e839cf80c point 8 from Nick's list 2 years ago
ajaythapliyal 5bddee2d3e Merge branch 'main' of github.com:arc53/DocsGPT into feature/nicks-list1 2 years ago
Alex a19a4c6c3a init analytics 2 years ago
Alex f2259d2527 flipped the t-rex 2 years ago
Alex 3027945fe1 edits 2 years ago
ajaythapliyal 828927d167 fixes 8 of nick's list 2 years ago
Alex 5cd9f8f6e0 chat-small-fixes 2 years ago
ajaythapliyal 34fb20ce12 increases the bottom margin of conversation UI so that latest message
shows up above the input
2 years ago
ajaythapliyal f703b89c00 disables chat scroll when nav state is modified 2 years ago
ajaythapliyal b4a4007f66 word wrap fix 2 years ago
ajaythapliyal 2348848c18 this fixes 5 from nick's list 2 years ago
ajaythapliyal df9472d04c increases line height to center the text in input 2 years ago
Alex 141d02aec9 Update package.json 2 years ago
Alex fdc8a509de fixes on comments 2 years ago
Alex 4769eb31e9 docs check api 2 years ago
Alex 4011398b0c moved string prep 2 years ago
Alex 99ac57c15b Merge branch 'api-linking' of https://github.com/arc53/docsgpt into api-linking 2 years ago
Alex 6eef53cb1b API conversation 2 years ago